Shades of Burning Sand #D07F66
Tints of Burning Sand #D07F66
RGB
CMYK
RGB Variations
Color information
#D07F66 (or 0xD07F66) is known color: Burning Sand. HEX triplet: D0, 7F and 66. RGB value is (208,127,102). Sum of RGB (Red+Green+Blue) = 208+127+102=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F66 is #2F8099. Grayscale: #949494. Windows color (decimal): -3113114 or 6717392. OLE color: 6717392.
HSL color Cylindrical-coordinate representation of color #D07F66: hue angle of 14.15º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07F66 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 102 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.18 |
| HSL | 14.15º | 0.53% | 0.61% | - |
| HSV(B) | 14.15º | 0.51% | 0.82% | - |
| XYZ | 36 | 29.55 | 16.38 | - |
| YUV | 148.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 102 | 0 | 0.39 | 0.51 | 0.18 | 14.15 | 0.53 | 0.61 |
| Hex | D0 | 7F | 66 | 0 | 27 | 33 | 12 | E | 35 | 3D |
| Octal | 320 | 177 | 146 | 0 | 47 | 63 | 22 | 16 | 65 | 75 |
| Binary | 11010000 | 1111111 | 1100110 | 0 | 100111 | 110011 | 10010 | 1110 | 110101 | 111101 |
Color Harmonies of #D07F66
Complementary color
Monochromatic Colors of #D07F66
Black with #D07F66
Text Example
Text Example
White with #D07F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F66; }
p { color: rgb(208,127,102); }
H1.HeaderClassName
{
color: #D07F66;
}
.AnyTagClassName
{
color: #D07F66;
}
</style>
background-color css
<style>
a { background-color: #D07F66; }
a { background-color: rgb(208,127,102); }
div.DivClassName
{
background-color: #D07F66;
}
.BgClassName
{
background-color: #D07F66;
}
</style>
border-color css
<style>
span { border-color: #D07F66; }
span { border-color: rgb(208,127,102); }
td.TdClassName
{
border-color: #D07F66;
}
.TagClassName
{
border-color: #D07F66;
}
</style>