Shades of Flamingo #DC6951
Tints of Flamingo #DC6951
RGB
CMYK
RGB Variations
Color information
#DC6951 (or 0xDC6951) is known color: Flamingo. HEX triplet: DC, 69 and 51. RGB value is (220,105,81). Sum of RGB (Red+Green+Blue) = 220+105+81=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6951 is #2396AE. Grayscale: #888888. Windows color (decimal): -2332335 or 5335516. OLE color: 5335516.
HSL color Cylindrical-coordinate representation of color #DC6951: hue angle of 10.36º 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 #DC6951 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 81 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.14 |
| HSL | 10.36º | 0.67% | 0.59% | - |
| HSV(B) | 10.36º | 0.63% | 0.86% | - |
| XYZ | 36.05 | 25.91 | 10.89 | - |
| YUV | 136.65 | 96.6 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 81 | 0 | 0.52 | 0.63 | 0.14 | 10.36 | 0.67 | 0.59 |
| Hex | DC | 69 | 51 | 0 | 34 | 3F | E | A | 43 | 3B |
| Octal | 334 | 151 | 121 | 0 | 64 | 77 | 16 | 12 | 103 | 73 |
| Binary | 11011100 | 1101001 | 1010001 | 0 | 110100 | 111111 | 1110 | 1010 | 1000011 | 111011 |
Color Harmonies of #DC6951
Complementary color
Monochromatic Colors of #DC6951
Black with #DC6951
Text Example
Text Example
White with #DC6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6951; }
p { color: rgb(220,105,81); }
H1.HeaderClassName
{
color: #DC6951;
}
.AnyTagClassName
{
color: #DC6951;
}
</style>
background-color css
<style>
a { background-color: #DC6951; }
a { background-color: rgb(220,105,81); }
div.DivClassName
{
background-color: #DC6951;
}
.BgClassName
{
background-color: #DC6951;
}
</style>
border-color css
<style>
span { border-color: #DC6951; }
span { border-color: rgb(220,105,81); }
td.TdClassName
{
border-color: #DC6951;
}
.TagClassName
{
border-color: #DC6951;
}
</style>