Shades of Burning Sand #DA8358
Tints of Burning Sand #DA8358
RGB
CMYK
RGB Variations
Color information
#DA8358 (or 0xDA8358) is known color: Burning Sand. HEX triplet: DA, 83 and 58. RGB value is (218,131,88). Sum of RGB (Red+Green+Blue) = 218+131+88=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8358 is #257CA7. Grayscale: #989898. Windows color (decimal): -2456744 or 5800922. OLE color: 5800922.
HSL color Cylindrical-coordinate representation of color #DA8358: hue angle of 19.85º 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 #DA8358 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 88 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.15 |
| HSL | 19.85º | 0.64% | 0.6% | - |
| HSV(B) | 19.85º | 0.6% | 0.85% | - |
| XYZ | 38.79 | 31.84 | 13.33 | - |
| YUV | 152.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 88 | 0 | 0.40 | 0.60 | 0.15 | 19.85 | 0.64 | 0.6 |
| Hex | DA | 83 | 58 | 0 | 28 | 3C | F | 14 | 40 | 3C |
| Octal | 332 | 203 | 130 | 0 | 50 | 74 | 17 | 24 | 100 | 74 |
| Binary | 11011010 | 10000011 | 1011000 | 0 | 101000 | 111100 | 1111 | 10100 | 1000000 | 111100 |
Color Harmonies of #DA8358
Complementary color
Monochromatic Colors of #DA8358
Black with #DA8358
Text Example
Text Example
White with #DA8358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8358; }
p { color: rgb(218,131,88); }
H1.HeaderClassName
{
color: #DA8358;
}
.AnyTagClassName
{
color: #DA8358;
}
</style>
background-color css
<style>
a { background-color: #DA8358; }
a { background-color: rgb(218,131,88); }
div.DivClassName
{
background-color: #DA8358;
}
.BgClassName
{
background-color: #DA8358;
}
</style>
border-color css
<style>
span { border-color: #DA8358; }
span { border-color: rgb(218,131,88); }
td.TdClassName
{
border-color: #DA8358;
}
.TagClassName
{
border-color: #DA8358;
}
</style>