Shades of Burning Sand #D07C5D
Tints of Burning Sand #D07C5D
RGB
CMYK
RGB Variations
Color information
#D07C5D (or 0xD07C5D) is known color: Burning Sand. HEX triplet: D0, 7C and 5D. RGB value is (208,124,93). Sum of RGB (Red+Green+Blue) = 208+124+93=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C5D is #2F83A2. Grayscale: #919191. Windows color (decimal): -3113891 or 6126800. OLE color: 6126800.
HSL color Cylindrical-coordinate representation of color #D07C5D: hue angle of 16.17º 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 #D07C5D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 93 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.18 |
| HSL | 16.17º | 0.55% | 0.59% | - |
| HSV(B) | 16.17º | 0.55% | 0.82% | - |
| XYZ | 35.2 | 28.62 | 14.02 | - |
| YUV | 145.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 93 | 0 | 0.40 | 0.55 | 0.18 | 16.17 | 0.55 | 0.59 |
| Hex | D0 | 7C | 5D | 0 | 28 | 37 | 12 | 10 | 37 | 3B |
| Octal | 320 | 174 | 135 | 0 | 50 | 67 | 22 | 20 | 67 | 73 |
| Binary | 11010000 | 1111100 | 1011101 | 0 | 101000 | 110111 | 10010 | 10000 | 110111 | 111011 |
Color Harmonies of #D07C5D
Complementary color
Monochromatic Colors of #D07C5D
Black with #D07C5D
Text Example
Text Example
White with #D07C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C5D; }
p { color: rgb(208,124,93); }
H1.HeaderClassName
{
color: #D07C5D;
}
.AnyTagClassName
{
color: #D07C5D;
}
</style>
background-color css
<style>
a { background-color: #D07C5D; }
a { background-color: rgb(208,124,93); }
div.DivClassName
{
background-color: #D07C5D;
}
.BgClassName
{
background-color: #D07C5D;
}
</style>
border-color css
<style>
span { border-color: #D07C5D; }
span { border-color: rgb(208,124,93); }
td.TdClassName
{
border-color: #D07C5D;
}
.TagClassName
{
border-color: #D07C5D;
}
</style>