Shades of Flamingo #DC664F
Tints of Flamingo #DC664F
RGB
CMYK
RGB Variations
Color information
#DC664F (or 0xDC664F) is known color: Flamingo. HEX triplet: DC, 66 and 4F. RGB value is (220,102,79). Sum of RGB (Red+Green+Blue) = 220+102+79=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC664F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC664F is #2399B0. Grayscale: #868686. Windows color (decimal): -2333105 or 5203676. OLE color: 5203676.
HSL color Cylindrical-coordinate representation of color #DC664F: hue angle of 9.79º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC664F is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 79 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.14 |
| HSL | 9.79º | 0.67% | 0.59% | - |
| HSV(B) | 9.79º | 0.64% | 0.86% | - |
| XYZ | 35.68 | 25.28 | 10.4 | - |
| YUV | 134.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 79 | 0 | 0.54 | 0.64 | 0.14 | 9.79 | 0.67 | 0.59 |
| Hex | DC | 66 | 4F | 0 | 36 | 40 | E | A | 43 | 3B |
| Octal | 334 | 146 | 117 | 0 | 66 | 100 | 16 | 12 | 103 | 73 |
| Binary | 11011100 | 1100110 | 1001111 | 0 | 110110 | 1000000 | 1110 | 1010 | 1000011 | 111011 |
Color Harmonies of #DC664F
Complementary color
Monochromatic Colors of #DC664F
Black with #DC664F
Text Example
Text Example
White with #DC664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC664F; }
p { color: rgb(220,102,79); }
H1.HeaderClassName
{
color: #DC664F;
}
.AnyTagClassName
{
color: #DC664F;
}
</style>
background-color css
<style>
a { background-color: #DC664F; }
a { background-color: rgb(220,102,79); }
div.DivClassName
{
background-color: #DC664F;
}
.BgClassName
{
background-color: #DC664F;
}
</style>
border-color css
<style>
span { border-color: #DC664F; }
span { border-color: rgb(220,102,79); }
td.TdClassName
{
border-color: #DC664F;
}
.TagClassName
{
border-color: #DC664F;
}
</style>