Shades of Flamingo #DC604A
Tints of Flamingo #DC604A
RGB
CMYK
RGB Variations
Color information
#DC604A (or 0xDC604A) is known color: Flamingo. HEX triplet: DC, 60 and 4A. RGB value is (220,96,74). Sum of RGB (Red+Green+Blue) = 220+96+74=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC604A is #239FB5. Grayscale: #828282. Windows color (decimal): -2334646 or 4874460. OLE color: 4874460.
HSL color Cylindrical-coordinate representation of color #DC604A: hue angle of 9.04º degrees, saturation: 0.68, 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 #DC604A is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 74 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.14 |
| HSL | 9.04º | 0.68% | 0.58% | - |
| HSV(B) | 9.04º | 0.66% | 0.86% | - |
| XYZ | 34.93 | 24.08 | 9.28 | - |
| YUV | 130.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 74 | 0 | 0.56 | 0.66 | 0.14 | 9.04 | 0.68 | 0.58 |
| Hex | DC | 60 | 4A | 0 | 38 | 42 | E | 9 | 44 | 3A |
| Octal | 334 | 140 | 112 | 0 | 70 | 102 | 16 | 11 | 104 | 72 |
| Binary | 11011100 | 1100000 | 1001010 | 0 | 111000 | 1000010 | 1110 | 1001 | 1000100 | 111010 |
Color Harmonies of #DC604A
Complementary color
Monochromatic Colors of #DC604A
Black with #DC604A
Text Example
Text Example
White with #DC604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC604A; }
p { color: rgb(220,96,74); }
H1.HeaderClassName
{
color: #DC604A;
}
.AnyTagClassName
{
color: #DC604A;
}
</style>
background-color css
<style>
a { background-color: #DC604A; }
a { background-color: rgb(220,96,74); }
div.DivClassName
{
background-color: #DC604A;
}
.BgClassName
{
background-color: #DC604A;
}
</style>
border-color css
<style>
span { border-color: #DC604A; }
span { border-color: rgb(220,96,74); }
td.TdClassName
{
border-color: #DC604A;
}
.TagClassName
{
border-color: #DC604A;
}
</style>