Shades of Flamingo #DA6A51
Tints of Flamingo #DA6A51
RGB
CMYK
RGB Variations
Color information
#DA6A51 (or 0xDA6A51) is known color: Flamingo. HEX triplet: DA, 6A and 51. RGB value is (218,106,81). Sum of RGB (Red+Green+Blue) = 218+106+81=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A51 is #2595AE. Grayscale: #888888. Windows color (decimal): -2463151 or 5335770. OLE color: 5335770.
HSL color Cylindrical-coordinate representation of color #DA6A51: hue angle of 10.95º 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 #DA6A51 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 81 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.15 |
| HSL | 10.95º | 0.65% | 0.59% | - |
| HSV(B) | 10.95º | 0.63% | 0.85% | - |
| XYZ | 35.55 | 25.81 | 10.89 | - |
| YUV | 136.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 81 | 0 | 0.51 | 0.63 | 0.15 | 10.95 | 0.65 | 0.59 |
| Hex | DA | 6A | 51 | 0 | 33 | 3F | F | B | 41 | 3B |
| Octal | 332 | 152 | 121 | 0 | 63 | 77 | 17 | 13 | 101 | 73 |
| Binary | 11011010 | 1101010 | 1010001 | 0 | 110011 | 111111 | 1111 | 1011 | 1000001 | 111011 |
Color Harmonies of #DA6A51
Complementary color
Monochromatic Colors of #DA6A51
Black with #DA6A51
Text Example
Text Example
White with #DA6A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A51; }
p { color: rgb(218,106,81); }
H1.HeaderClassName
{
color: #DA6A51;
}
.AnyTagClassName
{
color: #DA6A51;
}
</style>
background-color css
<style>
a { background-color: #DA6A51; }
a { background-color: rgb(218,106,81); }
div.DivClassName
{
background-color: #DA6A51;
}
.BgClassName
{
background-color: #DA6A51;
}
</style>
border-color css
<style>
span { border-color: #DA6A51; }
span { border-color: rgb(218,106,81); }
td.TdClassName
{
border-color: #DA6A51;
}
.TagClassName
{
border-color: #DA6A51;
}
</style>