Shades of Burning Sand #D07F63
Tints of Burning Sand #D07F63
RGB
CMYK
RGB Variations
Color information
#D07F63 (or 0xD07F63) is known color: Burning Sand. HEX triplet: D0, 7F and 63. RGB value is (208,127,99). Sum of RGB (Red+Green+Blue) = 208+127+99=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F63 is #2F809C. Grayscale: #949494. Windows color (decimal): -3113117 or 6520784. OLE color: 6520784.
HSL color Cylindrical-coordinate representation of color #D07F63: hue angle of 15.41º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07F63 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 99 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.18 |
| HSL | 15.41º | 0.54% | 0.6% | - |
| HSV(B) | 15.41º | 0.52% | 0.82% | - |
| XYZ | 35.85 | 29.49 | 15.61 | - |
| YUV | 148.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 99 | 0 | 0.39 | 0.52 | 0.18 | 15.41 | 0.54 | 0.6 |
| Hex | D0 | 7F | 63 | 0 | 27 | 34 | 12 | F | 36 | 3C |
| Octal | 320 | 177 | 143 | 0 | 47 | 64 | 22 | 17 | 66 | 74 |
| Binary | 11010000 | 1111111 | 1100011 | 0 | 100111 | 110100 | 10010 | 1111 | 110110 | 111100 |
Color Harmonies of #D07F63
Complementary color
Monochromatic Colors of #D07F63
Black with #D07F63
Text Example
Text Example
White with #D07F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F63; }
p { color: rgb(208,127,99); }
H1.HeaderClassName
{
color: #D07F63;
}
.AnyTagClassName
{
color: #D07F63;
}
</style>
background-color css
<style>
a { background-color: #D07F63; }
a { background-color: rgb(208,127,99); }
div.DivClassName
{
background-color: #D07F63;
}
.BgClassName
{
background-color: #D07F63;
}
</style>
border-color css
<style>
span { border-color: #D07F63; }
span { border-color: rgb(208,127,99); }
td.TdClassName
{
border-color: #D07F63;
}
.TagClassName
{
border-color: #D07F63;
}
</style>