Shades of Flamingo #DC6451
Tints of Flamingo #DC6451
RGB
CMYK
RGB Variations
Color information
#DC6451 (or 0xDC6451) is known color: Flamingo. HEX triplet: DC, 64 and 51. RGB value is (220,100,81). Sum of RGB (Red+Green+Blue) = 220+100+81=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6451 is #239BAE. Grayscale: #858585. Windows color (decimal): -2333615 or 5334236. OLE color: 5334236.
HSL color Cylindrical-coordinate representation of color #DC6451: hue angle of 8.2º 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 #DC6451 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 81 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.14 |
| HSL | 8.2º | 0.67% | 0.59% | - |
| HSV(B) | 8.2º | 0.63% | 0.86% | - |
| XYZ | 35.56 | 24.92 | 10.72 | - |
| YUV | 133.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 81 | 0 | 0.55 | 0.63 | 0.14 | 8.2 | 0.67 | 0.59 |
| Hex | DC | 64 | 51 | 0 | 37 | 3F | E | 8 | 43 | 3B |
| Octal | 334 | 144 | 121 | 0 | 67 | 77 | 16 | 10 | 103 | 73 |
| Binary | 11011100 | 1100100 | 1010001 | 0 | 110111 | 111111 | 1110 | 1000 | 1000011 | 111011 |
Color Harmonies of #DC6451
Complementary color
Monochromatic Colors of #DC6451
Black with #DC6451
Text Example
Text Example
White with #DC6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6451; }
p { color: rgb(220,100,81); }
H1.HeaderClassName
{
color: #DC6451;
}
.AnyTagClassName
{
color: #DC6451;
}
</style>
background-color css
<style>
a { background-color: #DC6451; }
a { background-color: rgb(220,100,81); }
div.DivClassName
{
background-color: #DC6451;
}
.BgClassName
{
background-color: #DC6451;
}
</style>
border-color css
<style>
span { border-color: #DC6451; }
span { border-color: rgb(220,100,81); }
td.TdClassName
{
border-color: #DC6451;
}
.TagClassName
{
border-color: #DC6451;
}
</style>