Shades of Burning Sand #D3815A
Tints of Burning Sand #D3815A
RGB
CMYK
RGB Variations
Color information
#D3815A (or 0xD3815A) is known color: Burning Sand. HEX triplet: D3, 81 and 5A. RGB value is (211,129,90). Sum of RGB (Red+Green+Blue) = 211+129+90=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D3815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3815A is #2C7EA5. Grayscale: #959595. Windows color (decimal): -2916006 or 5931475. OLE color: 5931475.
HSL color Cylindrical-coordinate representation of color #D3815A: hue angle of 19.34º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3815A is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 90 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.17 |
| HSL | 19.34º | 0.58% | 0.59% | - |
| HSV(B) | 19.34º | 0.57% | 0.83% | - |
| XYZ | 36.56 | 30.29 | 13.59 | - |
| YUV | 149.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 90 | 0 | 0.39 | 0.57 | 0.17 | 19.34 | 0.58 | 0.59 |
| Hex | D3 | 81 | 5A | 0 | 27 | 39 | 11 | 13 | 3A | 3B |
| Octal | 323 | 201 | 132 | 0 | 47 | 71 | 21 | 23 | 72 | 73 |
| Binary | 11010011 | 10000001 | 1011010 | 0 | 100111 | 111001 | 10001 | 10011 | 111010 | 111011 |
Color Harmonies of #D3815A
Complementary color
Monochromatic Colors of #D3815A
Black with #D3815A
Text Example
Text Example
White with #D3815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3815A; }
p { color: rgb(211,129,90); }
H1.HeaderClassName
{
color: #D3815A;
}
.AnyTagClassName
{
color: #D3815A;
}
</style>
background-color css
<style>
a { background-color: #D3815A; }
a { background-color: rgb(211,129,90); }
div.DivClassName
{
background-color: #D3815A;
}
.BgClassName
{
background-color: #D3815A;
}
</style>
border-color css
<style>
span { border-color: #D3815A; }
span { border-color: rgb(211,129,90); }
td.TdClassName
{
border-color: #D3815A;
}
.TagClassName
{
border-color: #D3815A;
}
</style>