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