Shades of Flamingo #DA6B53
Tints of Flamingo #DA6B53
RGB
CMYK
RGB Variations
Color information
#DA6B53 (or 0xDA6B53) is known color: Flamingo. HEX triplet: DA, 6B and 53. RGB value is (218,107,83). Sum of RGB (Red+Green+Blue) = 218+107+83=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B53 is #2594AC. Grayscale: #898989. Windows color (decimal): -2462893 or 5467098. OLE color: 5467098.
HSL color Cylindrical-coordinate representation of color #DA6B53: hue angle of 10.67º 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 #DA6B53 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 83 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.15 |
| HSL | 10.67º | 0.65% | 0.59% | - |
| HSV(B) | 10.67º | 0.62% | 0.85% | - |
| XYZ | 35.73 | 26.05 | 11.33 | - |
| YUV | 137.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 83 | 0 | 0.51 | 0.62 | 0.15 | 10.67 | 0.65 | 0.59 |
| Hex | DA | 6B | 53 | 0 | 33 | 3E | F | B | 41 | 3B |
| Octal | 332 | 153 | 123 | 0 | 63 | 76 | 17 | 13 | 101 | 73 |
| Binary | 11011010 | 1101011 | 1010011 | 0 | 110011 | 111110 | 1111 | 1011 | 1000001 | 111011 |
Color Harmonies of #DA6B53
Complementary color
Monochromatic Colors of #DA6B53
Black with #DA6B53
Text Example
Text Example
White with #DA6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B53; }
p { color: rgb(218,107,83); }
H1.HeaderClassName
{
color: #DA6B53;
}
.AnyTagClassName
{
color: #DA6B53;
}
</style>
background-color css
<style>
a { background-color: #DA6B53; }
a { background-color: rgb(218,107,83); }
div.DivClassName
{
background-color: #DA6B53;
}
.BgClassName
{
background-color: #DA6B53;
}
</style>
border-color css
<style>
span { border-color: #DA6B53; }
span { border-color: rgb(218,107,83); }
td.TdClassName
{
border-color: #DA6B53;
}
.TagClassName
{
border-color: #DA6B53;
}
</style>