Shades of Burning Sand #D67D57
Tints of Burning Sand #D67D57
RGB
CMYK
RGB Variations
Color information
#D67D57 (or 0xD67D57) is known color: Burning Sand. HEX triplet: D6, 7D and 57. RGB value is (214,125,87). Sum of RGB (Red+Green+Blue) = 214+125+87=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D57 is #2982A8. Grayscale: #939393. Windows color (decimal): -2720425 or 5733846. OLE color: 5733846.
HSL color Cylindrical-coordinate representation of color #D67D57: hue angle of 17.95º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D67D57 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 87 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.16 |
| HSL | 17.95º | 0.61% | 0.59% | - |
| HSV(B) | 17.95º | 0.59% | 0.84% | - |
| XYZ | 36.79 | 29.65 | 12.8 | - |
| YUV | 147.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 87 | 0 | 0.42 | 0.59 | 0.16 | 17.95 | 0.61 | 0.59 |
| Hex | D6 | 7D | 57 | 0 | 2A | 3B | 10 | 12 | 3D | 3B |
| Octal | 326 | 175 | 127 | 0 | 52 | 73 | 20 | 22 | 75 | 73 |
| Binary | 11010110 | 1111101 | 1010111 | 0 | 101010 | 111011 | 10000 | 10010 | 111101 | 111011 |
Color Harmonies of #D67D57
Complementary color
Monochromatic Colors of #D67D57
Black with #D67D57
Text Example
Text Example
White with #D67D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D57; }
p { color: rgb(214,125,87); }
H1.HeaderClassName
{
color: #D67D57;
}
.AnyTagClassName
{
color: #D67D57;
}
</style>
background-color css
<style>
a { background-color: #D67D57; }
a { background-color: rgb(214,125,87); }
div.DivClassName
{
background-color: #D67D57;
}
.BgClassName
{
background-color: #D67D57;
}
</style>
border-color css
<style>
span { border-color: #D67D57; }
span { border-color: rgb(214,125,87); }
td.TdClassName
{
border-color: #D67D57;
}
.TagClassName
{
border-color: #D67D57;
}
</style>