Shades of Flamingo #DC604E
Tints of Flamingo #DC604E
RGB
CMYK
RGB Variations
Color information
#DC604E (or 0xDC604E) is known color: Flamingo. HEX triplet: DC, 60 and 4E. RGB value is (220,96,78). Sum of RGB (Red+Green+Blue) = 220+96+78=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC604E is #239FB1. Grayscale: #838383. Windows color (decimal): -2334642 or 5136604. OLE color: 5136604.
HSL color Cylindrical-coordinate representation of color #DC604E: hue angle of 7.61º 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 #DC604E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 78 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.14 |
| HSL | 7.61º | 0.67% | 0.58% | - |
| HSV(B) | 7.61º | 0.65% | 0.86% | - |
| XYZ | 35.07 | 24.13 | 10.02 | - |
| YUV | 131.02 | 98.08 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 78 | 0 | 0.56 | 0.65 | 0.14 | 7.61 | 0.67 | 0.58 |
| Hex | DC | 60 | 4E | 0 | 38 | 41 | E | 8 | 43 | 3A |
| Octal | 334 | 140 | 116 | 0 | 70 | 101 | 16 | 10 | 103 | 72 |
| Binary | 11011100 | 1100000 | 1001110 | 0 | 111000 | 1000001 | 1110 | 1000 | 1000011 | 111010 |
Color Harmonies of #DC604E
Complementary color
Monochromatic Colors of #DC604E
Black with #DC604E
Text Example
Text Example
White with #DC604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC604E; }
p { color: rgb(220,96,78); }
H1.HeaderClassName
{
color: #DC604E;
}
.AnyTagClassName
{
color: #DC604E;
}
</style>
background-color css
<style>
a { background-color: #DC604E; }
a { background-color: rgb(220,96,78); }
div.DivClassName
{
background-color: #DC604E;
}
.BgClassName
{
background-color: #DC604E;
}
</style>
border-color css
<style>
span { border-color: #DC604E; }
span { border-color: rgb(220,96,78); }
td.TdClassName
{
border-color: #DC604E;
}
.TagClassName
{
border-color: #DC604E;
}
</style>