Shades of Burning Sand #D0825D
Tints of Burning Sand #D0825D
RGB
CMYK
RGB Variations
Color information
#D0825D (or 0xD0825D) is known color: Burning Sand. HEX triplet: D0, 82 and 5D. RGB value is (208,130,93). Sum of RGB (Red+Green+Blue) = 208+130+93=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0825D is #2F7DA2. Grayscale: #959595. Windows color (decimal): -3112355 or 6128336. OLE color: 6128336.
HSL color Cylindrical-coordinate representation of color #D0825D: hue angle of 19.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0825D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 93 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.18 |
| HSL | 19.3º | 0.55% | 0.59% | - |
| HSV(B) | 19.3º | 0.55% | 0.82% | - |
| XYZ | 35.97 | 30.17 | 14.28 | - |
| YUV | 149.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 93 | 0 | 0.38 | 0.55 | 0.18 | 19.3 | 0.55 | 0.59 |
| Hex | D0 | 82 | 5D | 0 | 26 | 37 | 12 | 13 | 37 | 3B |
| Octal | 320 | 202 | 135 | 0 | 46 | 67 | 22 | 23 | 67 | 73 |
| Binary | 11010000 | 10000010 | 1011101 | 0 | 100110 | 110111 | 10010 | 10011 | 110111 | 111011 |
Color Harmonies of #D0825D
Complementary color
Monochromatic Colors of #D0825D
Black with #D0825D
Text Example
Text Example
White with #D0825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0825D; }
p { color: rgb(208,130,93); }
H1.HeaderClassName
{
color: #D0825D;
}
.AnyTagClassName
{
color: #D0825D;
}
</style>
background-color css
<style>
a { background-color: #D0825D; }
a { background-color: rgb(208,130,93); }
div.DivClassName
{
background-color: #D0825D;
}
.BgClassName
{
background-color: #D0825D;
}
</style>
border-color css
<style>
span { border-color: #D0825D; }
span { border-color: rgb(208,130,93); }
td.TdClassName
{
border-color: #D0825D;
}
.TagClassName
{
border-color: #D0825D;
}
</style>