Shades of Burning Sand #D37868
Tints of Burning Sand #D37868
RGB
CMYK
RGB Variations
Color information
#D37868 (or 0xD37868) is known color: Burning Sand. HEX triplet: D3, 78 and 68. RGB value is (211,120,104). Sum of RGB (Red+Green+Blue) = 211+120+104=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D37868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37868 is #2C8797. Grayscale: #919191. Windows color (decimal): -2918296 or 6846675. OLE color: 6846675.
HSL color Cylindrical-coordinate representation of color #D37868: hue angle of 8.97º 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 #D37868 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 104 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.17 |
| HSL | 8.97º | 0.55% | 0.62% | - |
| HSV(B) | 8.97º | 0.51% | 0.83% | - |
| XYZ | 36.08 | 28.28 | 16.65 | - |
| YUV | 145.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 104 | 0 | 0.43 | 0.51 | 0.17 | 8.97 | 0.55 | 0.62 |
| Hex | D3 | 78 | 68 | 0 | 2B | 33 | 11 | 9 | 37 | 3E |
| Octal | 323 | 170 | 150 | 0 | 53 | 63 | 21 | 11 | 67 | 76 |
| Binary | 11010011 | 1111000 | 1101000 | 0 | 101011 | 110011 | 10001 | 1001 | 110111 | 111110 |
Color Harmonies of #D37868
Complementary color
Monochromatic Colors of #D37868
Black with #D37868
Text Example
Text Example
White with #D37868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37868; }
p { color: rgb(211,120,104); }
H1.HeaderClassName
{
color: #D37868;
}
.AnyTagClassName
{
color: #D37868;
}
</style>
background-color css
<style>
a { background-color: #D37868; }
a { background-color: rgb(211,120,104); }
div.DivClassName
{
background-color: #D37868;
}
.BgClassName
{
background-color: #D37868;
}
</style>
border-color css
<style>
span { border-color: #D37868; }
span { border-color: rgb(211,120,104); }
td.TdClassName
{
border-color: #D37868;
}
.TagClassName
{
border-color: #D37868;
}
</style>