Shades of Flamingo #DA6A52
Tints of Flamingo #DA6A52
RGB
CMYK
RGB Variations
Color information
#DA6A52 (or 0xDA6A52) is known color: Flamingo. HEX triplet: DA, 6A and 52. RGB value is (218,106,82). Sum of RGB (Red+Green+Blue) = 218+106+82=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A52 is #2595AD. Grayscale: #888888. Windows color (decimal): -2463150 or 5401306. OLE color: 5401306.
HSL color Cylindrical-coordinate representation of color #DA6A52: hue angle of 10.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA6A52 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 82 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.15 |
| HSL | 10.59º | 0.65% | 0.59% | - |
| HSV(B) | 10.59º | 0.62% | 0.85% | - |
| XYZ | 35.59 | 25.82 | 11.09 | - |
| YUV | 136.75 | 97.11 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 82 | 0 | 0.51 | 0.62 | 0.15 | 10.59 | 0.65 | 0.59 |
| Hex | DA | 6A | 52 | 0 | 33 | 3E | F | B | 41 | 3B |
| Octal | 332 | 152 | 122 | 0 | 63 | 76 | 17 | 13 | 101 | 73 |
| Binary | 11011010 | 1101010 | 1010010 | 0 | 110011 | 111110 | 1111 | 1011 | 1000001 | 111011 |
Color Harmonies of #DA6A52
Complementary color
Monochromatic Colors of #DA6A52
Black with #DA6A52
Text Example
Text Example
White with #DA6A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A52; }
p { color: rgb(218,106,82); }
H1.HeaderClassName
{
color: #DA6A52;
}
.AnyTagClassName
{
color: #DA6A52;
}
</style>
background-color css
<style>
a { background-color: #DA6A52; }
a { background-color: rgb(218,106,82); }
div.DivClassName
{
background-color: #DA6A52;
}
.BgClassName
{
background-color: #DA6A52;
}
</style>
border-color css
<style>
span { border-color: #DA6A52; }
span { border-color: rgb(218,106,82); }
td.TdClassName
{
border-color: #DA6A52;
}
.TagClassName
{
border-color: #DA6A52;
}
</style>