#DC604D

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

Shades of Flamingo #DC604D

Tints of Flamingo #DC604D

Color information

#DC604D (or 0xDC604D) is unknown color: approx Flamingo. HEX triplet: DC, 60 and 4D. RGB value is (220,96,77). Sum of RGB (Red+Green+Blue) = 220+96+77=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC604D is #239FB2. Grayscale: #838383. Windows color (decimal): -2334643 or 5071068. OLE color: 5071068.

HSL color Cylindrical-coordinate representation of color #DC604D: hue angle of 7.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC604D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB2209677-
CMYK00.560.650.14
HSL7.97º67.14%58.24%-
HSV(B)7.97º65%86.27%-
XYZ35.0424.129.83-
YUV130.9197.58191.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.98%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=55.98%
G=24.43%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220967700.560.650.147.9767.1458.24
HexDC604D03841E8433a
Octal334140115070101161010372
Binary110111001100000100110101110001000001111010001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC604D; }

 p { color: rgb(220,96,77); }

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

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

 a { background-color: rgb(220,96,77); }

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

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

 span { border-color: rgb(220,96,77); }

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