Shades of Burning Sand #D0815C
Tints of Burning Sand #D0815C
RGB
CMYK
RGB Variations
Color information
#D0815C (or 0xD0815C) is known color: Burning Sand. HEX triplet: D0, 81 and 5C. RGB value is (208,129,92). Sum of RGB (Red+Green+Blue) = 208+129+92=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0815C is #2F7EA3. Grayscale: #949494. Windows color (decimal): -3112612 or 6062544. OLE color: 6062544.
HSL color Cylindrical-coordinate representation of color #D0815C: hue angle of 19.14º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0815C is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 92 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.18 |
| HSL | 19.14º | 0.55% | 0.59% | - |
| HSV(B) | 19.14º | 0.56% | 0.82% | - |
| XYZ | 35.79 | 29.88 | 14.01 | - |
| YUV | 148.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 92 | 0 | 0.38 | 0.56 | 0.18 | 19.14 | 0.55 | 0.59 |
| Hex | D0 | 81 | 5C | 0 | 26 | 38 | 12 | 13 | 37 | 3B |
| Octal | 320 | 201 | 134 | 0 | 46 | 70 | 22 | 23 | 67 | 73 |
| Binary | 11010000 | 10000001 | 1011100 | 0 | 100110 | 111000 | 10010 | 10011 | 110111 | 111011 |
Color Harmonies of #D0815C
Complementary color
Monochromatic Colors of #D0815C
Black with #D0815C
Text Example
Text Example
White with #D0815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0815C; }
p { color: rgb(208,129,92); }
H1.HeaderClassName
{
color: #D0815C;
}
.AnyTagClassName
{
color: #D0815C;
}
</style>
background-color css
<style>
a { background-color: #D0815C; }
a { background-color: rgb(208,129,92); }
div.DivClassName
{
background-color: #D0815C;
}
.BgClassName
{
background-color: #D0815C;
}
</style>
border-color css
<style>
span { border-color: #D0815C; }
span { border-color: rgb(208,129,92); }
td.TdClassName
{
border-color: #D0815C;
}
.TagClassName
{
border-color: #D0815C;
}
</style>