Shades of Burning Sand #D08258
Tints of Burning Sand #D08258
RGB
CMYK
RGB Variations
Color information
#D08258 (or 0xD08258) is known color: Burning Sand. HEX triplet: D0, 82 and 58. RGB value is (208,130,88). Sum of RGB (Red+Green+Blue) = 208+130+88=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D08258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08258 is #2F7DA7. Grayscale: #949494. Windows color (decimal): -3112360 or 5800656. OLE color: 5800656.
HSL color Cylindrical-coordinate representation of color #D08258: hue angle of 21º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D08258 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 88 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.18 |
| HSL | 21º | 0.56% | 0.58% | - |
| HSV(B) | 21º | 0.58% | 0.82% | - |
| XYZ | 35.76 | 30.08 | 13.15 | - |
| YUV | 148.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 88 | 0 | 0.38 | 0.58 | 0.18 | 21 | 0.56 | 0.58 |
| Hex | D0 | 82 | 58 | 0 | 26 | 3A | 12 | 15 | 38 | 3A |
| Octal | 320 | 202 | 130 | 0 | 46 | 72 | 22 | 25 | 70 | 72 |
| Binary | 11010000 | 10000010 | 1011000 | 0 | 100110 | 111010 | 10010 | 10101 | 111000 | 111010 |
Color Harmonies of #D08258
Complementary color
Monochromatic Colors of #D08258
Black with #D08258
Text Example
Text Example
White with #D08258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08258; }
p { color: rgb(208,130,88); }
H1.HeaderClassName
{
color: #D08258;
}
.AnyTagClassName
{
color: #D08258;
}
</style>
background-color css
<style>
a { background-color: #D08258; }
a { background-color: rgb(208,130,88); }
div.DivClassName
{
background-color: #D08258;
}
.BgClassName
{
background-color: #D08258;
}
</style>
border-color css
<style>
span { border-color: #D08258; }
span { border-color: rgb(208,130,88); }
td.TdClassName
{
border-color: #D08258;
}
.TagClassName
{
border-color: #D08258;
}
</style>