Shades of Burning Sand #D07A6A
Tints of Burning Sand #D07A6A
RGB
CMYK
RGB Variations
Color information
#D07A6A (or 0xD07A6A) is known color: Burning Sand. HEX triplet: D0, 7A and 6A. RGB value is (208,122,106). Sum of RGB (Red+Green+Blue) = 208+122+106=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A6A is #2F8595. Grayscale: #929292. Windows color (decimal): -3114390 or 6978256. OLE color: 6978256.
HSL color Cylindrical-coordinate representation of color #D07A6A: hue angle of 9.41º 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 #D07A6A is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 106 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.18 |
| HSL | 9.41º | 0.52% | 0.62% | - |
| HSV(B) | 9.41º | 0.49% | 0.82% | - |
| XYZ | 35.57 | 28.37 | 17.24 | - |
| YUV | 145.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 106 | 0 | 0.41 | 0.49 | 0.18 | 9.41 | 0.52 | 0.62 |
| Hex | D0 | 7A | 6A | 0 | 29 | 31 | 12 | 9 | 34 | 3E |
| Octal | 320 | 172 | 152 | 0 | 51 | 61 | 22 | 11 | 64 | 76 |
| Binary | 11010000 | 1111010 | 1101010 | 0 | 101001 | 110001 | 10010 | 1001 | 110100 | 111110 |
Color Harmonies of #D07A6A
Complementary color
Monochromatic Colors of #D07A6A
Black with #D07A6A
Text Example
Text Example
White with #D07A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A6A; }
p { color: rgb(208,122,106); }
H1.HeaderClassName
{
color: #D07A6A;
}
.AnyTagClassName
{
color: #D07A6A;
}
</style>
background-color css
<style>
a { background-color: #D07A6A; }
a { background-color: rgb(208,122,106); }
div.DivClassName
{
background-color: #D07A6A;
}
.BgClassName
{
background-color: #D07A6A;
}
</style>
border-color css
<style>
span { border-color: #D07A6A; }
span { border-color: rgb(208,122,106); }
td.TdClassName
{
border-color: #D07A6A;
}
.TagClassName
{
border-color: #D07A6A;
}
</style>