Shades of Burning Sand #D0815B
Tints of Burning Sand #D0815B
RGB
CMYK
RGB Variations
Color information
#D0815B (or 0xD0815B) is known color: Burning Sand. HEX triplet: D0, 81 and 5B. RGB value is (208,129,91). Sum of RGB (Red+Green+Blue) = 208+129+91=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0815B is #2F7EA4. Grayscale: #949494. Windows color (decimal): -3112613 or 5997008. OLE color: 5997008.
HSL color Cylindrical-coordinate representation of color #D0815B: hue angle of 19.49º 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 #D0815B is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 91 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.18 |
| HSL | 19.49º | 0.55% | 0.59% | - |
| HSV(B) | 19.49º | 0.56% | 0.82% | - |
| XYZ | 35.75 | 29.87 | 13.78 | - |
| YUV | 148.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 91 | 0 | 0.38 | 0.56 | 0.18 | 19.49 | 0.55 | 0.59 |
| Hex | D0 | 81 | 5B | 0 | 26 | 38 | 12 | 13 | 37 | 3B |
| Octal | 320 | 201 | 133 | 0 | 46 | 70 | 22 | 23 | 67 | 73 |
| Binary | 11010000 | 10000001 | 1011011 | 0 | 100110 | 111000 | 10010 | 10011 | 110111 | 111011 |
Color Harmonies of #D0815B
Complementary color
Monochromatic Colors of #D0815B
Black with #D0815B
Text Example
Text Example
White with #D0815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0815B; }
p { color: rgb(208,129,91); }
H1.HeaderClassName
{
color: #D0815B;
}
.AnyTagClassName
{
color: #D0815B;
}
</style>
background-color css
<style>
a { background-color: #D0815B; }
a { background-color: rgb(208,129,91); }
div.DivClassName
{
background-color: #D0815B;
}
.BgClassName
{
background-color: #D0815B;
}
</style>
border-color css
<style>
span { border-color: #D0815B; }
span { border-color: rgb(208,129,91); }
td.TdClassName
{
border-color: #D0815B;
}
.TagClassName
{
border-color: #D0815B;
}
</style>