Shades of Burning Sand #D67F56
Tints of Burning Sand #D67F56
RGB
CMYK
RGB Variations
Color information
#D67F56 (or 0xD67F56) is known color: Burning Sand. HEX triplet: D6, 7F and 56. RGB value is (214,127,86). Sum of RGB (Red+Green+Blue) = 214+127+86=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F56 is #2980A9. Grayscale: #949494. Windows color (decimal): -2719914 or 5668822. OLE color: 5668822.
HSL color Cylindrical-coordinate representation of color #D67F56: hue angle of 19.22º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D67F56 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 86 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.16 |
| HSL | 19.22º | 0.61% | 0.59% | - |
| HSV(B) | 19.22º | 0.6% | 0.84% | - |
| XYZ | 37 | 30.15 | 12.67 | - |
| YUV | 148.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 86 | 0 | 0.41 | 0.60 | 0.16 | 19.22 | 0.61 | 0.59 |
| Hex | D6 | 7F | 56 | 0 | 29 | 3C | 10 | 13 | 3D | 3B |
| Octal | 326 | 177 | 126 | 0 | 51 | 74 | 20 | 23 | 75 | 73 |
| Binary | 11010110 | 1111111 | 1010110 | 0 | 101001 | 111100 | 10000 | 10011 | 111101 | 111011 |
Color Harmonies of #D67F56
Complementary color
Monochromatic Colors of #D67F56
Black with #D67F56
Text Example
Text Example
White with #D67F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F56; }
p { color: rgb(214,127,86); }
H1.HeaderClassName
{
color: #D67F56;
}
.AnyTagClassName
{
color: #D67F56;
}
</style>
background-color css
<style>
a { background-color: #D67F56; }
a { background-color: rgb(214,127,86); }
div.DivClassName
{
background-color: #D67F56;
}
.BgClassName
{
background-color: #D67F56;
}
</style>
border-color css
<style>
span { border-color: #D67F56; }
span { border-color: rgb(214,127,86); }
td.TdClassName
{
border-color: #D67F56;
}
.TagClassName
{
border-color: #D67F56;
}
</style>