Shades of Burning Sand #D67F60
Tints of Burning Sand #D67F60
RGB
CMYK
RGB Variations
Color information
#D67F60 (or 0xD67F60) is known color: Burning Sand. HEX triplet: D6, 7F and 60. RGB value is (214,127,96). Sum of RGB (Red+Green+Blue) = 214+127+96=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F60 is #29809F. Grayscale: #959595. Windows color (decimal): -2719904 or 6324182. OLE color: 6324182.
HSL color Cylindrical-coordinate representation of color #D67F60: hue angle of 15.76º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D67F60 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 96 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.16 |
| HSL | 15.76º | 0.59% | 0.61% | - |
| HSV(B) | 15.76º | 0.55% | 0.84% | - |
| XYZ | 37.43 | 30.32 | 14.95 | - |
| YUV | 149.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 96 | 0 | 0.41 | 0.55 | 0.16 | 15.76 | 0.59 | 0.61 |
| Hex | D6 | 7F | 60 | 0 | 29 | 37 | 10 | 10 | 3B | 3D |
| Octal | 326 | 177 | 140 | 0 | 51 | 67 | 20 | 20 | 73 | 75 |
| Binary | 11010110 | 1111111 | 1100000 | 0 | 101001 | 110111 | 10000 | 10000 | 111011 | 111101 |
Color Harmonies of #D67F60
Complementary color
Monochromatic Colors of #D67F60
Black with #D67F60
Text Example
Text Example
White with #D67F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F60; }
p { color: rgb(214,127,96); }
H1.HeaderClassName
{
color: #D67F60;
}
.AnyTagClassName
{
color: #D67F60;
}
</style>
background-color css
<style>
a { background-color: #D67F60; }
a { background-color: rgb(214,127,96); }
div.DivClassName
{
background-color: #D67F60;
}
.BgClassName
{
background-color: #D67F60;
}
</style>
border-color css
<style>
span { border-color: #D67F60; }
span { border-color: rgb(214,127,96); }
td.TdClassName
{
border-color: #D67F60;
}
.TagClassName
{
border-color: #D67F60;
}
</style>