Shades of Flamingo #DC604B
Tints of Flamingo #DC604B
RGB
CMYK
RGB Variations
Color information
#DC604B (or 0xDC604B) is known color: Flamingo. HEX triplet: DC, 60 and 4B. RGB value is (220,96,75). Sum of RGB (Red+Green+Blue) = 220+96+75=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC604B is #239FB4. Grayscale: #828282. Windows color (decimal): -2334645 or 4939996. OLE color: 4939996.
HSL color Cylindrical-coordinate representation of color #DC604B: hue angle of 8.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC604B is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 75 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.14 |
| HSL | 8.69º | 0.67% | 0.58% | - |
| HSV(B) | 8.69º | 0.66% | 0.86% | - |
| XYZ | 34.97 | 24.09 | 9.46 | - |
| YUV | 130.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 75 | 0 | 0.56 | 0.66 | 0.14 | 8.69 | 0.67 | 0.58 |
| Hex | DC | 60 | 4B | 0 | 38 | 42 | E | 9 | 43 | 3A |
| Octal | 334 | 140 | 113 | 0 | 70 | 102 | 16 | 11 | 103 | 72 |
| Binary | 11011100 | 1100000 | 1001011 | 0 | 111000 | 1000010 | 1110 | 1001 | 1000011 | 111010 |
Color Harmonies of #DC604B
Complementary color
Monochromatic Colors of #DC604B
Black with #DC604B
Text Example
Text Example
White with #DC604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC604B; }
p { color: rgb(220,96,75); }
H1.HeaderClassName
{
color: #DC604B;
}
.AnyTagClassName
{
color: #DC604B;
}
</style>
background-color css
<style>
a { background-color: #DC604B; }
a { background-color: rgb(220,96,75); }
div.DivClassName
{
background-color: #DC604B;
}
.BgClassName
{
background-color: #DC604B;
}
</style>
border-color css
<style>
span { border-color: #DC604B; }
span { border-color: rgb(220,96,75); }
td.TdClassName
{
border-color: #DC604B;
}
.TagClassName
{
border-color: #DC604B;
}
</style>