Shades of Burning Sand #D08667
Tints of Burning Sand #D08667
RGB
CMYK
RGB Variations
Color information
#D08667 (or 0xD08667) is known color: Burning Sand. HEX triplet: D0, 86 and 67. RGB value is (208,134,103). Sum of RGB (Red+Green+Blue) = 208+134+103=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D08667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08667 is #2F7998. Grayscale: #989898. Windows color (decimal): -3111321 or 6784720. OLE color: 6784720.
HSL color Cylindrical-coordinate representation of color #D08667: hue angle of 17.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D08667 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 103 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.18 |
| HSL | 17.71º | 0.53% | 0.61% | - |
| HSV(B) | 17.71º | 0.5% | 0.82% | - |
| XYZ | 36.99 | 31.44 | 16.95 | - |
| YUV | 152.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 103 | 0 | 0.36 | 0.50 | 0.18 | 17.71 | 0.53 | 0.61 |
| Hex | D0 | 86 | 67 | 0 | 24 | 32 | 12 | 12 | 35 | 3D |
| Octal | 320 | 206 | 147 | 0 | 44 | 62 | 22 | 22 | 65 | 75 |
| Binary | 11010000 | 10000110 | 1100111 | 0 | 100100 | 110010 | 10010 | 10010 | 110101 | 111101 |
Color Harmonies of #D08667
Complementary color
Monochromatic Colors of #D08667
Black with #D08667
Text Example
Text Example
White with #D08667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08667; }
p { color: rgb(208,134,103); }
H1.HeaderClassName
{
color: #D08667;
}
.AnyTagClassName
{
color: #D08667;
}
</style>
background-color css
<style>
a { background-color: #D08667; }
a { background-color: rgb(208,134,103); }
div.DivClassName
{
background-color: #D08667;
}
.BgClassName
{
background-color: #D08667;
}
</style>
border-color css
<style>
span { border-color: #D08667; }
span { border-color: rgb(208,134,103); }
td.TdClassName
{
border-color: #D08667;
}
.TagClassName
{
border-color: #D08667;
}
</style>