Shades of Flamingo #DC6C4E
Tints of Flamingo #DC6C4E
RGB
CMYK
RGB Variations
Color information
#DC6C4E (or 0xDC6C4E) is known color: Flamingo. HEX triplet: DC, 6C and 4E. RGB value is (220,108,78). Sum of RGB (Red+Green+Blue) = 220+108+78=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C4E is #2393B1. Grayscale: #8A8A8A. Windows color (decimal): -2331570 or 5139676. OLE color: 5139676.
HSL color Cylindrical-coordinate representation of color #DC6C4E: hue angle of 12.68º 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 #DC6C4E is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 78 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.14 |
| HSL | 12.68º | 0.67% | 0.58% | - |
| HSV(B) | 12.68º | 0.65% | 0.86% | - |
| XYZ | 36.25 | 26.49 | 10.41 | - |
| YUV | 138.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 78 | 0 | 0.51 | 0.65 | 0.14 | 12.68 | 0.67 | 0.58 |
| Hex | DC | 6C | 4E | 0 | 33 | 41 | E | D | 43 | 3A |
| Octal | 334 | 154 | 116 | 0 | 63 | 101 | 16 | 15 | 103 | 72 |
| Binary | 11011100 | 1101100 | 1001110 | 0 | 110011 | 1000001 | 1110 | 1101 | 1000011 | 111010 |
Color Harmonies of #DC6C4E
Complementary color
Monochromatic Colors of #DC6C4E
Black with #DC6C4E
Text Example
Text Example
White with #DC6C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C4E; }
p { color: rgb(220,108,78); }
H1.HeaderClassName
{
color: #DC6C4E;
}
.AnyTagClassName
{
color: #DC6C4E;
}
</style>
background-color css
<style>
a { background-color: #DC6C4E; }
a { background-color: rgb(220,108,78); }
div.DivClassName
{
background-color: #DC6C4E;
}
.BgClassName
{
background-color: #DC6C4E;
}
</style>
border-color css
<style>
span { border-color: #DC6C4E; }
span { border-color: rgb(220,108,78); }
td.TdClassName
{
border-color: #DC6C4E;
}
.TagClassName
{
border-color: #DC6C4E;
}
</style>