Shades of Burning Sand #DA8559
Tints of Burning Sand #DA8559
RGB
CMYK
RGB Variations
Color information
#DA8559 (or 0xDA8559) is known color: Burning Sand. HEX triplet: DA, 85 and 59. RGB value is (218,133,89). Sum of RGB (Red+Green+Blue) = 218+133+89=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8559 is #257AA6. Grayscale: #999999. Windows color (decimal): -2456231 or 5866970. OLE color: 5866970.
HSL color Cylindrical-coordinate representation of color #DA8559: hue angle of 20.47º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA8559 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 89 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.15 |
| HSL | 20.47º | 0.64% | 0.6% | - |
| HSV(B) | 20.47º | 0.59% | 0.85% | - |
| XYZ | 39.1 | 32.4 | 13.64 | - |
| YUV | 153.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 89 | 0 | 0.39 | 0.59 | 0.15 | 20.47 | 0.64 | 0.6 |
| Hex | DA | 85 | 59 | 0 | 27 | 3B | F | 14 | 40 | 3C |
| Octal | 332 | 205 | 131 | 0 | 47 | 73 | 17 | 24 | 100 | 74 |
| Binary | 11011010 | 10000101 | 1011001 | 0 | 100111 | 111011 | 1111 | 10100 | 1000000 | 111100 |
Color Harmonies of #DA8559
Complementary color
Monochromatic Colors of #DA8559
Black with #DA8559
Text Example
Text Example
White with #DA8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8559; }
p { color: rgb(218,133,89); }
H1.HeaderClassName
{
color: #DA8559;
}
.AnyTagClassName
{
color: #DA8559;
}
</style>
background-color css
<style>
a { background-color: #DA8559; }
a { background-color: rgb(218,133,89); }
div.DivClassName
{
background-color: #DA8559;
}
.BgClassName
{
background-color: #DA8559;
}
</style>
border-color css
<style>
span { border-color: #DA8559; }
span { border-color: rgb(218,133,89); }
td.TdClassName
{
border-color: #DA8559;
}
.TagClassName
{
border-color: #DA8559;
}
</style>