Shades of Burning Sand #D37867
Tints of Burning Sand #D37867
RGB
CMYK
RGB Variations
Color information
#D37867 (or 0xD37867) is known color: Burning Sand. HEX triplet: D3, 78 and 67. RGB value is (211,120,103). Sum of RGB (Red+Green+Blue) = 211+120+103=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D37867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37867 is #2C8798. Grayscale: #919191. Windows color (decimal): -2918297 or 6781139. OLE color: 6781139.
HSL color Cylindrical-coordinate representation of color #D37867: hue angle of 9.44º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D37867 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 103 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.17 |
| HSL | 9.44º | 0.55% | 0.62% | - |
| HSV(B) | 9.44º | 0.51% | 0.83% | - |
| XYZ | 36.03 | 28.26 | 16.39 | - |
| YUV | 145.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 103 | 0 | 0.43 | 0.51 | 0.17 | 9.44 | 0.55 | 0.62 |
| Hex | D3 | 78 | 67 | 0 | 2B | 33 | 11 | 9 | 37 | 3E |
| Octal | 323 | 170 | 147 | 0 | 53 | 63 | 21 | 11 | 67 | 76 |
| Binary | 11010011 | 1111000 | 1100111 | 0 | 101011 | 110011 | 10001 | 1001 | 110111 | 111110 |
Color Harmonies of #D37867
Complementary color
Monochromatic Colors of #D37867
Black with #D37867
Text Example
Text Example
White with #D37867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37867; }
p { color: rgb(211,120,103); }
H1.HeaderClassName
{
color: #D37867;
}
.AnyTagClassName
{
color: #D37867;
}
</style>
background-color css
<style>
a { background-color: #D37867; }
a { background-color: rgb(211,120,103); }
div.DivClassName
{
background-color: #D37867;
}
.BgClassName
{
background-color: #D37867;
}
</style>
border-color css
<style>
span { border-color: #D37867; }
span { border-color: rgb(211,120,103); }
td.TdClassName
{
border-color: #D37867;
}
.TagClassName
{
border-color: #D37867;
}
</style>