Shades of Burning Sand #D07B6A
Tints of Burning Sand #D07B6A
RGB
CMYK
RGB Variations
Color information
#D07B6A (or 0xD07B6A) is known color: Burning Sand. HEX triplet: D0, 7B and 6A. RGB value is (208,123,106). Sum of RGB (Red+Green+Blue) = 208+123+106=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B6A is #2F8495. Grayscale: #929292. Windows color (decimal): -3114134 or 6978512. OLE color: 6978512.
HSL color Cylindrical-coordinate representation of color #D07B6A: hue angle of 10º 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 #D07B6A is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 106 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.18 |
| HSL | 10º | 0.52% | 0.62% | - |
| HSV(B) | 10º | 0.49% | 0.82% | - |
| XYZ | 35.7 | 28.62 | 17.28 | - |
| YUV | 146.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 106 | 0 | 0.41 | 0.49 | 0.18 | 10 | 0.52 | 0.62 |
| Hex | D0 | 7B | 6A | 0 | 29 | 31 | 12 | A | 34 | 3E |
| Octal | 320 | 173 | 152 | 0 | 51 | 61 | 22 | 12 | 64 | 76 |
| Binary | 11010000 | 1111011 | 1101010 | 0 | 101001 | 110001 | 10010 | 1010 | 110100 | 111110 |
Color Harmonies of #D07B6A
Complementary color
Monochromatic Colors of #D07B6A
Black with #D07B6A
Text Example
Text Example
White with #D07B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B6A; }
p { color: rgb(208,123,106); }
H1.HeaderClassName
{
color: #D07B6A;
}
.AnyTagClassName
{
color: #D07B6A;
}
</style>
background-color css
<style>
a { background-color: #D07B6A; }
a { background-color: rgb(208,123,106); }
div.DivClassName
{
background-color: #D07B6A;
}
.BgClassName
{
background-color: #D07B6A;
}
</style>
border-color css
<style>
span { border-color: #D07B6A; }
span { border-color: rgb(208,123,106); }
td.TdClassName
{
border-color: #D07B6A;
}
.TagClassName
{
border-color: #D07B6A;
}
</style>