Shades of Burning Sand #DA835C
Tints of Burning Sand #DA835C
RGB
CMYK
RGB Variations
Color information
#DA835C (or 0xDA835C) is known color: Burning Sand. HEX triplet: DA, 83 and 5C. RGB value is (218,131,92). Sum of RGB (Red+Green+Blue) = 218+131+92=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA835C is #257CA3. Grayscale: #989898. Windows color (decimal): -2456740 or 6063066. OLE color: 6063066.
HSL color Cylindrical-coordinate representation of color #DA835C: hue angle of 18.57º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA835C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 92 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.15 |
| HSL | 18.57º | 0.63% | 0.61% | - |
| HSV(B) | 18.57º | 0.58% | 0.85% | - |
| XYZ | 38.96 | 31.91 | 14.23 | - |
| YUV | 152.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 92 | 0 | 0.40 | 0.58 | 0.15 | 18.57 | 0.63 | 0.61 |
| Hex | DA | 83 | 5C | 0 | 28 | 3A | F | 13 | 3F | 3D |
| Octal | 332 | 203 | 134 | 0 | 50 | 72 | 17 | 23 | 77 | 75 |
| Binary | 11011010 | 10000011 | 1011100 | 0 | 101000 | 111010 | 1111 | 10011 | 111111 | 111101 |
Color Harmonies of #DA835C
Complementary color
Monochromatic Colors of #DA835C
Black with #DA835C
Text Example
Text Example
White with #DA835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA835C; }
p { color: rgb(218,131,92); }
H1.HeaderClassName
{
color: #DA835C;
}
.AnyTagClassName
{
color: #DA835C;
}
</style>
background-color css
<style>
a { background-color: #DA835C; }
a { background-color: rgb(218,131,92); }
div.DivClassName
{
background-color: #DA835C;
}
.BgClassName
{
background-color: #DA835C;
}
</style>
border-color css
<style>
span { border-color: #DA835C; }
span { border-color: rgb(218,131,92); }
td.TdClassName
{
border-color: #DA835C;
}
.TagClassName
{
border-color: #DA835C;
}
</style>