Shades of Flamingo #DC6E4F
Tints of Flamingo #DC6E4F
RGB
CMYK
RGB Variations
Color information
#DC6E4F (or 0xDC6E4F) is known color: Flamingo. HEX triplet: DC, 6E and 4F. RGB value is (220,110,79). Sum of RGB (Red+Green+Blue) = 220+110+79=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E4F is #2391B0. Grayscale: #8B8B8B. Windows color (decimal): -2331057 or 5205724. OLE color: 5205724.
HSL color Cylindrical-coordinate representation of color #DC6E4F: hue angle of 13.19º 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 #DC6E4F is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 79 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.14 |
| HSL | 13.19º | 0.67% | 0.59% | - |
| HSV(B) | 13.19º | 0.64% | 0.86% | - |
| XYZ | 36.5 | 26.93 | 10.67 | - |
| YUV | 139.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 79 | 0 | 0.50 | 0.64 | 0.14 | 13.19 | 0.67 | 0.59 |
| Hex | DC | 6E | 4F | 0 | 32 | 40 | E | D | 43 | 3B |
| Octal | 334 | 156 | 117 | 0 | 62 | 100 | 16 | 15 | 103 | 73 |
| Binary | 11011100 | 1101110 | 1001111 | 0 | 110010 | 1000000 | 1110 | 1101 | 1000011 | 111011 |
Color Harmonies of #DC6E4F
Complementary color
Monochromatic Colors of #DC6E4F
Black with #DC6E4F
Text Example
Text Example
White with #DC6E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E4F; }
p { color: rgb(220,110,79); }
H1.HeaderClassName
{
color: #DC6E4F;
}
.AnyTagClassName
{
color: #DC6E4F;
}
</style>
background-color css
<style>
a { background-color: #DC6E4F; }
a { background-color: rgb(220,110,79); }
div.DivClassName
{
background-color: #DC6E4F;
}
.BgClassName
{
background-color: #DC6E4F;
}
</style>
border-color css
<style>
span { border-color: #DC6E4F; }
span { border-color: rgb(220,110,79); }
td.TdClassName
{
border-color: #DC6E4F;
}
.TagClassName
{
border-color: #DC6E4F;
}
</style>