#DC5F45

Color #DC5F45 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #DC5F45

Tints of Flamingo #DC5F45

Color information

#DC5F45 (or 0xDC5F45) is unknown color: approx Flamingo. HEX triplet: DC, 5F and 45. RGB value is (220,95,69). Sum of RGB (Red+Green+Blue) = 220+95+69=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F45 is #23A0BA. Grayscale: #818181. Windows color (decimal): -2334907 or 4546524. OLE color: 4546524.

HSL color Cylindrical-coordinate representation of color #DC5F45: hue angle of 10.33º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5F45 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB2209569-
CMYK00.570.690.14
HSL10.33º68.33%56.67%-
HSV(B)10.33º68.64%86.27%-
XYZ34.6823.838.4-
YUV129.4193.91192.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 57.29%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 69 (27.34% from 255) = 17.97%
R=57.29%
G=24.74%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220956900.570.690.1410.3368.3356.67
HexDC5F4503945Ea4439
Octal334137105071105161210471
Binary110111001011111100010101110011000101111010101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5F45; }

 p { color: rgb(220,95,69); }

 H1.HeaderClassName
 {
   color: #DC5F45;
 }
 .AnyTagClassName
 {
   color: #DC5F45;
 }
</style>
background-color css

<style>
 a { background-color: #DC5F45; }

 a { background-color: rgb(220,95,69); }

 div.DivClassName
 {
   background-color: #DC5F45;
 }
 .BgClassName
 {
   background-color: #DC5F45;
 }
</style>
border-color css

<style>
 span { border-color: #DC5F45; }

 span { border-color: rgb(220,95,69); }

 td.TdClassName
 {
   border-color: #DC5F45;
 }
 .TagClassName
 {
   border-color: #DC5F45;
 }
</style>