Shades of Burning Sand #D08165
Tints of Burning Sand #D08165
RGB
CMYK
RGB Variations
Color information
#D08165 (or 0xD08165) is known color: Burning Sand. HEX triplet: D0, 81 and 65. RGB value is (208,129,101). Sum of RGB (Red+Green+Blue) = 208+129+101=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D08165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08165 is #2F7E9A. Grayscale: #959595. Windows color (decimal): -3112603 or 6652368. OLE color: 6652368.
HSL color Cylindrical-coordinate representation of color #D08165: hue angle of 15.7º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D08165 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 101 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.18 |
| HSL | 15.7º | 0.53% | 0.61% | - |
| HSV(B) | 15.7º | 0.51% | 0.82% | - |
| XYZ | 36.21 | 30.05 | 16.2 | - |
| YUV | 149.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 101 | 0 | 0.38 | 0.51 | 0.18 | 15.7 | 0.53 | 0.61 |
| Hex | D0 | 81 | 65 | 0 | 26 | 33 | 12 | 10 | 35 | 3D |
| Octal | 320 | 201 | 145 | 0 | 46 | 63 | 22 | 20 | 65 | 75 |
| Binary | 11010000 | 10000001 | 1100101 | 0 | 100110 | 110011 | 10010 | 10000 | 110101 | 111101 |
Color Harmonies of #D08165
Complementary color
Monochromatic Colors of #D08165
Black with #D08165
Text Example
Text Example
White with #D08165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08165; }
p { color: rgb(208,129,101); }
H1.HeaderClassName
{
color: #D08165;
}
.AnyTagClassName
{
color: #D08165;
}
</style>
background-color css
<style>
a { background-color: #D08165; }
a { background-color: rgb(208,129,101); }
div.DivClassName
{
background-color: #D08165;
}
.BgClassName
{
background-color: #D08165;
}
</style>
border-color css
<style>
span { border-color: #D08165; }
span { border-color: rgb(208,129,101); }
td.TdClassName
{
border-color: #D08165;
}
.TagClassName
{
border-color: #D08165;
}
</style>