Shades of Flamingo #DC664C
Tints of Flamingo #DC664C
RGB
CMYK
RGB Variations
Color information
#DC664C (or 0xDC664C) is known color: Flamingo. HEX triplet: DC, 66 and 4C. RGB value is (220,102,76). Sum of RGB (Red+Green+Blue) = 220+102+76=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC664C is #2399B3. Grayscale: #868686. Windows color (decimal): -2333108 or 5007068. OLE color: 5007068.
HSL color Cylindrical-coordinate representation of color #DC664C: hue angle of 10.83º 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 #DC664C is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 76 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.14 |
| HSL | 10.83º | 0.67% | 0.58% | - |
| HSV(B) | 10.83º | 0.65% | 0.86% | - |
| XYZ | 35.57 | 25.24 | 9.83 | - |
| YUV | 134.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 76 | 0 | 0.54 | 0.65 | 0.14 | 10.83 | 0.67 | 0.58 |
| Hex | DC | 66 | 4C | 0 | 36 | 41 | E | B | 43 | 3A |
| Octal | 334 | 146 | 114 | 0 | 66 | 101 | 16 | 13 | 103 | 72 |
| Binary | 11011100 | 1100110 | 1001100 | 0 | 110110 | 1000001 | 1110 | 1011 | 1000011 | 111010 |
Color Harmonies of #DC664C
Complementary color
Monochromatic Colors of #DC664C
Black with #DC664C
Text Example
Text Example
White with #DC664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC664C; }
p { color: rgb(220,102,76); }
H1.HeaderClassName
{
color: #DC664C;
}
.AnyTagClassName
{
color: #DC664C;
}
</style>
background-color css
<style>
a { background-color: #DC664C; }
a { background-color: rgb(220,102,76); }
div.DivClassName
{
background-color: #DC664C;
}
.BgClassName
{
background-color: #DC664C;
}
</style>
border-color css
<style>
span { border-color: #DC664C; }
span { border-color: rgb(220,102,76); }
td.TdClassName
{
border-color: #DC664C;
}
.TagClassName
{
border-color: #DC664C;
}
</style>