Shades of Flamingo #DC6851
Tints of Flamingo #DC6851
RGB
CMYK
RGB Variations
Color information
#DC6851 (or 0xDC6851) is known color: Flamingo. HEX triplet: DC, 68 and 51. RGB value is (220,104,81). Sum of RGB (Red+Green+Blue) = 220+104+81=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6851 is #2397AE. Grayscale: #888888. Windows color (decimal): -2332591 or 5335260. OLE color: 5335260.
HSL color Cylindrical-coordinate representation of color #DC6851: hue angle of 9.93º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC6851 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 81 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.14 |
| HSL | 9.93º | 0.67% | 0.59% | - |
| HSV(B) | 9.93º | 0.63% | 0.86% | - |
| XYZ | 35.95 | 25.71 | 10.85 | - |
| YUV | 136.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 81 | 0 | 0.53 | 0.63 | 0.14 | 9.93 | 0.67 | 0.59 |
| Hex | DC | 68 | 51 | 0 | 35 | 3F | E | A | 43 | 3B |
| Octal | 334 | 150 | 121 | 0 | 65 | 77 | 16 | 12 | 103 | 73 |
| Binary | 11011100 | 1101000 | 1010001 | 0 | 110101 | 111111 | 1110 | 1010 | 1000011 | 111011 |
Color Harmonies of #DC6851
Complementary color
Monochromatic Colors of #DC6851
Black with #DC6851
Text Example
Text Example
White with #DC6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6851; }
p { color: rgb(220,104,81); }
H1.HeaderClassName
{
color: #DC6851;
}
.AnyTagClassName
{
color: #DC6851;
}
</style>
background-color css
<style>
a { background-color: #DC6851; }
a { background-color: rgb(220,104,81); }
div.DivClassName
{
background-color: #DC6851;
}
.BgClassName
{
background-color: #DC6851;
}
</style>
border-color css
<style>
span { border-color: #DC6851; }
span { border-color: rgb(220,104,81); }
td.TdClassName
{
border-color: #DC6851;
}
.TagClassName
{
border-color: #DC6851;
}
</style>