Shades of Flamingo #DA6B52
Tints of Flamingo #DA6B52
RGB
CMYK
RGB Variations
Color information
#DA6B52 (or 0xDA6B52) is known color: Flamingo. HEX triplet: DA, 6B and 52. RGB value is (218,107,82). Sum of RGB (Red+Green+Blue) = 218+107+82=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B52 is #2594AD. Grayscale: #898989. Windows color (decimal): -2462894 or 5401562. OLE color: 5401562.
HSL color Cylindrical-coordinate representation of color #DA6B52: hue angle of 11.03º 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 #DA6B52 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 82 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.15 |
| HSL | 11.03º | 0.65% | 0.59% | - |
| HSV(B) | 11.03º | 0.62% | 0.85% | - |
| XYZ | 35.69 | 26.03 | 11.13 | - |
| YUV | 137.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 82 | 0 | 0.51 | 0.62 | 0.15 | 11.03 | 0.65 | 0.59 |
| Hex | DA | 6B | 52 | 0 | 33 | 3E | F | B | 41 | 3B |
| Octal | 332 | 153 | 122 | 0 | 63 | 76 | 17 | 13 | 101 | 73 |
| Binary | 11011010 | 1101011 | 1010010 | 0 | 110011 | 111110 | 1111 | 1011 | 1000001 | 111011 |
Color Harmonies of #DA6B52
Complementary color
Monochromatic Colors of #DA6B52
Black with #DA6B52
Text Example
Text Example
White with #DA6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B52; }
p { color: rgb(218,107,82); }
H1.HeaderClassName
{
color: #DA6B52;
}
.AnyTagClassName
{
color: #DA6B52;
}
</style>
background-color css
<style>
a { background-color: #DA6B52; }
a { background-color: rgb(218,107,82); }
div.DivClassName
{
background-color: #DA6B52;
}
.BgClassName
{
background-color: #DA6B52;
}
</style>
border-color css
<style>
span { border-color: #DA6B52; }
span { border-color: rgb(218,107,82); }
td.TdClassName
{
border-color: #DA6B52;
}
.TagClassName
{
border-color: #DA6B52;
}
</style>