Shades of Flamingo #DA6B47
Tints of Flamingo #DA6B47
RGB
CMYK
RGB Variations
Color information
#DA6B47 (or 0xDA6B47) is known color: Flamingo. HEX triplet: DA, 6B and 47. RGB value is (218,107,71). Sum of RGB (Red+Green+Blue) = 218+107+71=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B47 is #2594B8. Grayscale: #888888. Windows color (decimal): -2462905 or 4680666. OLE color: 4680666.
HSL color Cylindrical-coordinate representation of color #DA6B47: hue angle of 14.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA6B47 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 71 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.15 |
| HSL | 14.69º | 0.67% | 0.57% | - |
| HSV(B) | 14.69º | 0.67% | 0.85% | - |
| XYZ | 35.31 | 25.88 | 9.09 | - |
| YUV | 136.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 71 | 0 | 0.51 | 0.67 | 0.15 | 14.69 | 0.67 | 0.57 |
| Hex | DA | 6B | 47 | 0 | 33 | 43 | F | F | 43 | 39 |
| Octal | 332 | 153 | 107 | 0 | 63 | 103 | 17 | 17 | 103 | 71 |
| Binary | 11011010 | 1101011 | 1000111 | 0 | 110011 | 1000011 | 1111 | 1111 | 1000011 | 111001 |
Color Harmonies of #DA6B47
Complementary color
Monochromatic Colors of #DA6B47
Black with #DA6B47
Text Example
Text Example
White with #DA6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B47; }
p { color: rgb(218,107,71); }
H1.HeaderClassName
{
color: #DA6B47;
}
.AnyTagClassName
{
color: #DA6B47;
}
</style>
background-color css
<style>
a { background-color: #DA6B47; }
a { background-color: rgb(218,107,71); }
div.DivClassName
{
background-color: #DA6B47;
}
.BgClassName
{
background-color: #DA6B47;
}
</style>
border-color css
<style>
span { border-color: #DA6B47; }
span { border-color: rgb(218,107,71); }
td.TdClassName
{
border-color: #DA6B47;
}
.TagClassName
{
border-color: #DA6B47;
}
</style>