Shades of Burning Sand #D07B5D
Tints of Burning Sand #D07B5D
RGB
CMYK
RGB Variations
Color information
#D07B5D (or 0xD07B5D) is known color: Burning Sand. HEX triplet: D0, 7B and 5D. RGB value is (208,123,93). Sum of RGB (Red+Green+Blue) = 208+123+93=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B5D is #2F84A2. Grayscale: #919191. Windows color (decimal): -3114147 or 6126544. OLE color: 6126544.
HSL color Cylindrical-coordinate representation of color #D07B5D: hue angle of 15.65º 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 #D07B5D is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 93 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.18 |
| HSL | 15.65º | 0.55% | 0.59% | - |
| HSV(B) | 15.65º | 0.55% | 0.82% | - |
| XYZ | 35.07 | 28.37 | 13.98 | - |
| YUV | 145 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 93 | 0 | 0.41 | 0.55 | 0.18 | 15.65 | 0.55 | 0.59 |
| Hex | D0 | 7B | 5D | 0 | 29 | 37 | 12 | 10 | 37 | 3B |
| Octal | 320 | 173 | 135 | 0 | 51 | 67 | 22 | 20 | 67 | 73 |
| Binary | 11010000 | 1111011 | 1011101 | 0 | 101001 | 110111 | 10010 | 10000 | 110111 | 111011 |
Color Harmonies of #D07B5D
Complementary color
Monochromatic Colors of #D07B5D
Black with #D07B5D
Text Example
Text Example
White with #D07B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B5D; }
p { color: rgb(208,123,93); }
H1.HeaderClassName
{
color: #D07B5D;
}
.AnyTagClassName
{
color: #D07B5D;
}
</style>
background-color css
<style>
a { background-color: #D07B5D; }
a { background-color: rgb(208,123,93); }
div.DivClassName
{
background-color: #D07B5D;
}
.BgClassName
{
background-color: #D07B5D;
}
</style>
border-color css
<style>
span { border-color: #D07B5D; }
span { border-color: rgb(208,123,93); }
td.TdClassName
{
border-color: #D07B5D;
}
.TagClassName
{
border-color: #D07B5D;
}
</style>