Shades of Flamingo #DA6451
Tints of Flamingo #DA6451
RGB
CMYK
RGB Variations
Color information
#DA6451 (or 0xDA6451) is known color: Flamingo. HEX triplet: DA, 64 and 51. RGB value is (218,100,81). Sum of RGB (Red+Green+Blue) = 218+100+81=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6451 is #259BAE. Grayscale: #858585. Windows color (decimal): -2464687 or 5334234. OLE color: 5334234.
HSL color Cylindrical-coordinate representation of color #DA6451: hue angle of 8.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA6451 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 81 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.15 |
| HSL | 8.32º | 0.65% | 0.59% | - |
| HSV(B) | 8.32º | 0.63% | 0.85% | - |
| XYZ | 34.96 | 24.61 | 10.69 | - |
| YUV | 133.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 81 | 0 | 0.54 | 0.63 | 0.15 | 8.32 | 0.65 | 0.59 |
| Hex | DA | 64 | 51 | 0 | 36 | 3F | F | 8 | 41 | 3B |
| Octal | 332 | 144 | 121 | 0 | 66 | 77 | 17 | 10 | 101 | 73 |
| Binary | 11011010 | 1100100 | 1010001 | 0 | 110110 | 111111 | 1111 | 1000 | 1000001 | 111011 |
Color Harmonies of #DA6451
Complementary color
Monochromatic Colors of #DA6451
Black with #DA6451
Text Example
Text Example
White with #DA6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6451; }
p { color: rgb(218,100,81); }
H1.HeaderClassName
{
color: #DA6451;
}
.AnyTagClassName
{
color: #DA6451;
}
</style>
background-color css
<style>
a { background-color: #DA6451; }
a { background-color: rgb(218,100,81); }
div.DivClassName
{
background-color: #DA6451;
}
.BgClassName
{
background-color: #DA6451;
}
</style>
border-color css
<style>
span { border-color: #DA6451; }
span { border-color: rgb(218,100,81); }
td.TdClassName
{
border-color: #DA6451;
}
.TagClassName
{
border-color: #DA6451;
}
</style>