#DC6445

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

Shades of Flamingo #DC6445

Tints of Flamingo #DC6445

Color information

#DC6445 (or 0xDC6445) is unknown color: approx Flamingo. HEX triplet: DC, 64 and 45. RGB value is (220,100,69). Sum of RGB (Red+Green+Blue) = 220+100+69=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6445 is #239BBA. Grayscale: #848484. Windows color (decimal): -2333627 or 4547804. OLE color: 4547804.

HSL color Cylindrical-coordinate representation of color #DC6445: hue angle of 12.32º 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 #DC6445 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB22010069-
CMYK00.550.690.14
HSL12.32º68.33%56.67%-
HSV(B)12.32º68.64%86.27%-
XYZ35.1524.768.56-
YUV132.3592.26190.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.56%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=56.56%
G=25.71%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201006900.550.690.1412.3268.3356.67
HexDC644503745Ec4439
Octal334144105067105161410471
Binary110111001100100100010101101111000101111011001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6445; }

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

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

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

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

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

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

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

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