Shades of Burning Sand #D3835D
Tints of Burning Sand #D3835D
RGB
CMYK
RGB Variations
Color information
#D3835D (or 0xD3835D) is known color: Burning Sand. HEX triplet: D3, 83 and 5D. RGB value is (211,131,93). Sum of RGB (Red+Green+Blue) = 211+131+93=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D3835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3835D is #2C7CA2. Grayscale: #969696. Windows color (decimal): -2915491 or 6128595. OLE color: 6128595.
HSL color Cylindrical-coordinate representation of color #D3835D: hue angle of 19.32º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3835D is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 93 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.17 |
| HSL | 19.32º | 0.57% | 0.6% | - |
| HSV(B) | 19.32º | 0.56% | 0.83% | - |
| XYZ | 36.96 | 30.87 | 14.37 | - |
| YUV | 150.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 93 | 0 | 0.38 | 0.56 | 0.17 | 19.32 | 0.57 | 0.6 |
| Hex | D3 | 83 | 5D | 0 | 26 | 38 | 11 | 13 | 39 | 3C |
| Octal | 323 | 203 | 135 | 0 | 46 | 70 | 21 | 23 | 71 | 74 |
| Binary | 11010011 | 10000011 | 1011101 | 0 | 100110 | 111000 | 10001 | 10011 | 111001 | 111100 |
Color Harmonies of #D3835D
Complementary color
Monochromatic Colors of #D3835D
Black with #D3835D
Text Example
Text Example
White with #D3835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3835D; }
p { color: rgb(211,131,93); }
H1.HeaderClassName
{
color: #D3835D;
}
.AnyTagClassName
{
color: #D3835D;
}
</style>
background-color css
<style>
a { background-color: #D3835D; }
a { background-color: rgb(211,131,93); }
div.DivClassName
{
background-color: #D3835D;
}
.BgClassName
{
background-color: #D3835D;
}
</style>
border-color css
<style>
span { border-color: #D3835D; }
span { border-color: rgb(211,131,93); }
td.TdClassName
{
border-color: #D3835D;
}
.TagClassName
{
border-color: #D3835D;
}
</style>