Shades of Flamingo #DA6954
Tints of Flamingo #DA6954
RGB
CMYK
RGB Variations
Color information
#DA6954 (or 0xDA6954) is known color: Flamingo. HEX triplet: DA, 69 and 54. RGB value is (218,105,84). Sum of RGB (Red+Green+Blue) = 218+105+84=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6954 is #2596AB. Grayscale: #888888. Windows color (decimal): -2463404 or 5532122. OLE color: 5532122.
HSL color Cylindrical-coordinate representation of color #DA6954: hue angle of 9.4º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA6954 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 84 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.15 |
| HSL | 9.4º | 0.64% | 0.59% | - |
| HSV(B) | 9.4º | 0.61% | 0.85% | - |
| XYZ | 35.57 | 25.65 | 11.46 | - |
| YUV | 136.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 84 | 0 | 0.52 | 0.61 | 0.15 | 9.4 | 0.64 | 0.59 |
| Hex | DA | 69 | 54 | 0 | 34 | 3D | F | 9 | 40 | 3B |
| Octal | 332 | 151 | 124 | 0 | 64 | 75 | 17 | 11 | 100 | 73 |
| Binary | 11011010 | 1101001 | 1010100 | 0 | 110100 | 111101 | 1111 | 1001 | 1000000 | 111011 |
Color Harmonies of #DA6954
Complementary color
Monochromatic Colors of #DA6954
Black with #DA6954
Text Example
Text Example
White with #DA6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6954; }
p { color: rgb(218,105,84); }
H1.HeaderClassName
{
color: #DA6954;
}
.AnyTagClassName
{
color: #DA6954;
}
</style>
background-color css
<style>
a { background-color: #DA6954; }
a { background-color: rgb(218,105,84); }
div.DivClassName
{
background-color: #DA6954;
}
.BgClassName
{
background-color: #DA6954;
}
</style>
border-color css
<style>
span { border-color: #DA6954; }
span { border-color: rgb(218,105,84); }
td.TdClassName
{
border-color: #DA6954;
}
.TagClassName
{
border-color: #DA6954;
}
</style>