Shades of Flamingo #DA6B49
Tints of Flamingo #DA6B49
RGB
CMYK
RGB Variations
Color information
#DA6B49 (or 0xDA6B49) is known color: Flamingo. HEX triplet: DA, 6B and 49. RGB value is (218,107,73). Sum of RGB (Red+Green+Blue) = 218+107+73=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B49 is #2594B6. Grayscale: #888888. Windows color (decimal): -2462903 or 4811738. OLE color: 4811738.
HSL color Cylindrical-coordinate representation of color #DA6B49: hue angle of 14.07º degrees, saturation: 0.66, 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 #DA6B49 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 73 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.15 |
| HSL | 14.07º | 0.66% | 0.57% | - |
| HSV(B) | 14.07º | 0.67% | 0.85% | - |
| XYZ | 35.37 | 25.9 | 9.44 | - |
| YUV | 136.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 73 | 0 | 0.51 | 0.67 | 0.15 | 14.07 | 0.66 | 0.57 |
| Hex | DA | 6B | 49 | 0 | 33 | 43 | F | E | 42 | 39 |
| Octal | 332 | 153 | 111 | 0 | 63 | 103 | 17 | 16 | 102 | 71 |
| Binary | 11011010 | 1101011 | 1001001 | 0 | 110011 | 1000011 | 1111 | 1110 | 1000010 | 111001 |
Color Harmonies of #DA6B49
Complementary color
Monochromatic Colors of #DA6B49
Black with #DA6B49
Text Example
Text Example
White with #DA6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B49; }
p { color: rgb(218,107,73); }
H1.HeaderClassName
{
color: #DA6B49;
}
.AnyTagClassName
{
color: #DA6B49;
}
</style>
background-color css
<style>
a { background-color: #DA6B49; }
a { background-color: rgb(218,107,73); }
div.DivClassName
{
background-color: #DA6B49;
}
.BgClassName
{
background-color: #DA6B49;
}
</style>
border-color css
<style>
span { border-color: #DA6B49; }
span { border-color: rgb(218,107,73); }
td.TdClassName
{
border-color: #DA6B49;
}
.TagClassName
{
border-color: #DA6B49;
}
</style>