Shades of Burning Sand #D07C6A
Tints of Burning Sand #D07C6A
RGB
CMYK
RGB Variations
Color information
#D07C6A (or 0xD07C6A) is known color: Burning Sand. HEX triplet: D0, 7C and 6A. RGB value is (208,124,106). Sum of RGB (Red+Green+Blue) = 208+124+106=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C6A is #2F8395. Grayscale: #939393. Windows color (decimal): -3113878 or 6978768. OLE color: 6978768.
HSL color Cylindrical-coordinate representation of color #D07C6A: hue angle of 10.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07C6A is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 106 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.18 |
| HSL | 10.59º | 0.52% | 0.62% | - |
| HSV(B) | 10.59º | 0.49% | 0.82% | - |
| XYZ | 35.82 | 28.87 | 17.32 | - |
| YUV | 147.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 106 | 0 | 0.40 | 0.49 | 0.18 | 10.59 | 0.52 | 0.62 |
| Hex | D0 | 7C | 6A | 0 | 28 | 31 | 12 | B | 34 | 3E |
| Octal | 320 | 174 | 152 | 0 | 50 | 61 | 22 | 13 | 64 | 76 |
| Binary | 11010000 | 1111100 | 1101010 | 0 | 101000 | 110001 | 10010 | 1011 | 110100 | 111110 |
Color Harmonies of #D07C6A
Complementary color
Monochromatic Colors of #D07C6A
Black with #D07C6A
Text Example
Text Example
White with #D07C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C6A; }
p { color: rgb(208,124,106); }
H1.HeaderClassName
{
color: #D07C6A;
}
.AnyTagClassName
{
color: #D07C6A;
}
</style>
background-color css
<style>
a { background-color: #D07C6A; }
a { background-color: rgb(208,124,106); }
div.DivClassName
{
background-color: #D07C6A;
}
.BgClassName
{
background-color: #D07C6A;
}
</style>
border-color css
<style>
span { border-color: #D07C6A; }
span { border-color: rgb(208,124,106); }
td.TdClassName
{
border-color: #D07C6A;
}
.TagClassName
{
border-color: #D07C6A;
}
</style>