Shades of Burning Sand #D07967
Tints of Burning Sand #D07967
RGB
CMYK
RGB Variations
Color information
#D07967 (or 0xD07967) is known color: Burning Sand. HEX triplet: D0, 79 and 67. RGB value is (208,121,103). Sum of RGB (Red+Green+Blue) = 208+121+103=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D07967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07967 is #2F8698. Grayscale: #919191. Windows color (decimal): -3114649 or 6781392. OLE color: 6781392.
HSL color Cylindrical-coordinate representation of color #D07967: hue angle of 10.29º 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 #D07967 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 103 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.18 |
| HSL | 10.29º | 0.53% | 0.61% | - |
| HSV(B) | 10.29º | 0.5% | 0.82% | - |
| XYZ | 35.3 | 28.06 | 16.39 | - |
| YUV | 144.96 | 104.32 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 103 | 0 | 0.42 | 0.50 | 0.18 | 10.29 | 0.53 | 0.61 |
| Hex | D0 | 79 | 67 | 0 | 2A | 32 | 12 | A | 35 | 3D |
| Octal | 320 | 171 | 147 | 0 | 52 | 62 | 22 | 12 | 65 | 75 |
| Binary | 11010000 | 1111001 | 1100111 | 0 | 101010 | 110010 | 10010 | 1010 | 110101 | 111101 |
Color Harmonies of #D07967
Complementary color
Monochromatic Colors of #D07967
Black with #D07967
Text Example
Text Example
White with #D07967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07967; }
p { color: rgb(208,121,103); }
H1.HeaderClassName
{
color: #D07967;
}
.AnyTagClassName
{
color: #D07967;
}
</style>
background-color css
<style>
a { background-color: #D07967; }
a { background-color: rgb(208,121,103); }
div.DivClassName
{
background-color: #D07967;
}
.BgClassName
{
background-color: #D07967;
}
</style>
border-color css
<style>
span { border-color: #D07967; }
span { border-color: rgb(208,121,103); }
td.TdClassName
{
border-color: #D07967;
}
.TagClassName
{
border-color: #D07967;
}
</style>