Shades of Burning Sand #D5815C
Tints of Burning Sand #D5815C
RGB
CMYK
RGB Variations
Color information
#D5815C (or 0xD5815C) is known color: Burning Sand. HEX triplet: D5, 81 and 5C. RGB value is (213,129,92). Sum of RGB (Red+Green+Blue) = 213+129+92=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5815C is #2A7EA3. Grayscale: #969696. Windows color (decimal): -2784932 or 6062549. OLE color: 6062549.
HSL color Cylindrical-coordinate representation of color #D5815C: hue angle of 18.35º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5815C is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 92 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.16 |
| HSL | 18.35º | 0.59% | 0.6% | - |
| HSV(B) | 18.35º | 0.57% | 0.84% | - |
| XYZ | 37.22 | 30.62 | 14.07 | - |
| YUV | 149.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 92 | 0 | 0.39 | 0.57 | 0.16 | 18.35 | 0.59 | 0.6 |
| Hex | D5 | 81 | 5C | 0 | 27 | 39 | 10 | 12 | 3B | 3C |
| Octal | 325 | 201 | 134 | 0 | 47 | 71 | 20 | 22 | 73 | 74 |
| Binary | 11010101 | 10000001 | 1011100 | 0 | 100111 | 111001 | 10000 | 10010 | 111011 | 111100 |
Color Harmonies of #D5815C
Complementary color
Monochromatic Colors of #D5815C
Black with #D5815C
Text Example
Text Example
White with #D5815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5815C; }
p { color: rgb(213,129,92); }
H1.HeaderClassName
{
color: #D5815C;
}
.AnyTagClassName
{
color: #D5815C;
}
</style>
background-color css
<style>
a { background-color: #D5815C; }
a { background-color: rgb(213,129,92); }
div.DivClassName
{
background-color: #D5815C;
}
.BgClassName
{
background-color: #D5815C;
}
</style>
border-color css
<style>
span { border-color: #D5815C; }
span { border-color: rgb(213,129,92); }
td.TdClassName
{
border-color: #D5815C;
}
.TagClassName
{
border-color: #D5815C;
}
</style>