Shades of Burning Sand #D07F68
Tints of Burning Sand #D07F68
RGB
CMYK
RGB Variations
Color information
#D07F68 (or 0xD07F68) is known color: Burning Sand. HEX triplet: D0, 7F and 68. RGB value is (208,127,104). Sum of RGB (Red+Green+Blue) = 208+127+104=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F68 is #2F8097. Grayscale: #949494. Windows color (decimal): -3113112 or 6848464. OLE color: 6848464.
HSL color Cylindrical-coordinate representation of color #D07F68: hue angle of 13.27º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07F68 is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 104 | - |
| CMYK | 0 | 0.39 | 0.5 | 0.18 |
| HSL | 13.27º | 0.53% | 0.61% | - |
| HSV(B) | 13.27º | 0.5% | 0.82% | - |
| XYZ | 36.1 | 29.59 | 16.91 | - |
| YUV | 148.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 104 | 0 | 0.39 | 0.5 | 0.18 | 13.27 | 0.53 | 0.61 |
| Hex | D0 | 7F | 68 | 0 | 27 | 32 | 12 | D | 35 | 3D |
| Octal | 320 | 177 | 150 | 0 | 47 | 62 | 22 | 15 | 65 | 75 |
| Binary | 11010000 | 1111111 | 1101000 | 0 | 100111 | 110010 | 10010 | 1101 | 110101 | 111101 |
Color Harmonies of #D07F68
Complementary color
Monochromatic Colors of #D07F68
Black with #D07F68
Text Example
Text Example
White with #D07F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F68; }
p { color: rgb(208,127,104); }
H1.HeaderClassName
{
color: #D07F68;
}
.AnyTagClassName
{
color: #D07F68;
}
</style>
background-color css
<style>
a { background-color: #D07F68; }
a { background-color: rgb(208,127,104); }
div.DivClassName
{
background-color: #D07F68;
}
.BgClassName
{
background-color: #D07F68;
}
</style>
border-color css
<style>
span { border-color: #D07F68; }
span { border-color: rgb(208,127,104); }
td.TdClassName
{
border-color: #D07F68;
}
.TagClassName
{
border-color: #D07F68;
}
</style>