Shades of Flamingo #DC6251
Tints of Flamingo #DC6251
RGB
CMYK
RGB Variations
Color information
#DC6251 (or 0xDC6251) is known color: Flamingo. HEX triplet: DC, 62 and 51. RGB value is (220,98,81). Sum of RGB (Red+Green+Blue) = 220+98+81=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6251 is #239DAE. Grayscale: #848484. Windows color (decimal): -2334127 or 5333724. OLE color: 5333724.
HSL color Cylindrical-coordinate representation of color #DC6251: hue angle of 7.34º 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 #DC6251 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 81 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.14 |
| HSL | 7.34º | 0.67% | 0.59% | - |
| HSV(B) | 7.34º | 0.63% | 0.86% | - |
| XYZ | 35.37 | 24.55 | 10.66 | - |
| YUV | 132.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 81 | 0 | 0.55 | 0.63 | 0.14 | 7.34 | 0.67 | 0.59 |
| Hex | DC | 62 | 51 | 0 | 37 | 3F | E | 7 | 43 | 3B |
| Octal | 334 | 142 | 121 | 0 | 67 | 77 | 16 | 7 | 103 | 73 |
| Binary | 11011100 | 1100010 | 1010001 | 0 | 110111 | 111111 | 1110 | 111 | 1000011 | 111011 |
Color Harmonies of #DC6251
Complementary color
Monochromatic Colors of #DC6251
Black with #DC6251
Text Example
Text Example
White with #DC6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6251; }
p { color: rgb(220,98,81); }
H1.HeaderClassName
{
color: #DC6251;
}
.AnyTagClassName
{
color: #DC6251;
}
</style>
background-color css
<style>
a { background-color: #DC6251; }
a { background-color: rgb(220,98,81); }
div.DivClassName
{
background-color: #DC6251;
}
.BgClassName
{
background-color: #DC6251;
}
</style>
border-color css
<style>
span { border-color: #DC6251; }
span { border-color: rgb(220,98,81); }
td.TdClassName
{
border-color: #DC6251;
}
.TagClassName
{
border-color: #DC6251;
}
</style>