Shades of Burning Sand #DA8558
Tints of Burning Sand #DA8558
RGB
CMYK
RGB Variations
Color information
#DA8558 (or 0xDA8558) is known color: Burning Sand. HEX triplet: DA, 85 and 58. RGB value is (218,133,88). Sum of RGB (Red+Green+Blue) = 218+133+88=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8558 is #257AA7. Grayscale: #999999. Windows color (decimal): -2456232 or 5801434. OLE color: 5801434.
HSL color Cylindrical-coordinate representation of color #DA8558: hue angle of 20.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA8558 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 88 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.15 |
| HSL | 20.77º | 0.64% | 0.6% | - |
| HSV(B) | 20.77º | 0.6% | 0.85% | - |
| XYZ | 39.06 | 32.39 | 13.42 | - |
| YUV | 153.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 88 | 0 | 0.39 | 0.60 | 0.15 | 20.77 | 0.64 | 0.6 |
| Hex | DA | 85 | 58 | 0 | 27 | 3C | F | 15 | 40 | 3C |
| Octal | 332 | 205 | 130 | 0 | 47 | 74 | 17 | 25 | 100 | 74 |
| Binary | 11011010 | 10000101 | 1011000 | 0 | 100111 | 111100 | 1111 | 10101 | 1000000 | 111100 |
Color Harmonies of #DA8558
Complementary color
Monochromatic Colors of #DA8558
Black with #DA8558
Text Example
Text Example
White with #DA8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8558; }
p { color: rgb(218,133,88); }
H1.HeaderClassName
{
color: #DA8558;
}
.AnyTagClassName
{
color: #DA8558;
}
</style>
background-color css
<style>
a { background-color: #DA8558; }
a { background-color: rgb(218,133,88); }
div.DivClassName
{
background-color: #DA8558;
}
.BgClassName
{
background-color: #DA8558;
}
</style>
border-color css
<style>
span { border-color: #DA8558; }
span { border-color: rgb(218,133,88); }
td.TdClassName
{
border-color: #DA8558;
}
.TagClassName
{
border-color: #DA8558;
}
</style>