Shades of Burning Sand #D37869
Tints of Burning Sand #D37869
RGB
CMYK
RGB Variations
Color information
#D37869 (or 0xD37869) is known color: Burning Sand. HEX triplet: D3, 78 and 69. RGB value is (211,120,105). Sum of RGB (Red+Green+Blue) = 211+120+105=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D37869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37869 is #2C8796. Grayscale: #919191. Windows color (decimal): -2918295 or 6912211. OLE color: 6912211.
HSL color Cylindrical-coordinate representation of color #D37869: hue angle of 8.49º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37869 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 105 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.17 |
| HSL | 8.49º | 0.55% | 0.62% | - |
| HSV(B) | 8.49º | 0.5% | 0.83% | - |
| XYZ | 36.13 | 28.3 | 16.92 | - |
| YUV | 145.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 105 | 0 | 0.43 | 0.50 | 0.17 | 8.49 | 0.55 | 0.62 |
| Hex | D3 | 78 | 69 | 0 | 2B | 32 | 11 | 8 | 37 | 3E |
| Octal | 323 | 170 | 151 | 0 | 53 | 62 | 21 | 10 | 67 | 76 |
| Binary | 11010011 | 1111000 | 1101001 | 0 | 101011 | 110010 | 10001 | 1000 | 110111 | 111110 |
Color Harmonies of #D37869
Complementary color
Monochromatic Colors of #D37869
Black with #D37869
Text Example
Text Example
White with #D37869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37869; }
p { color: rgb(211,120,105); }
H1.HeaderClassName
{
color: #D37869;
}
.AnyTagClassName
{
color: #D37869;
}
</style>
background-color css
<style>
a { background-color: #D37869; }
a { background-color: rgb(211,120,105); }
div.DivClassName
{
background-color: #D37869;
}
.BgClassName
{
background-color: #D37869;
}
</style>
border-color css
<style>
span { border-color: #D37869; }
span { border-color: rgb(211,120,105); }
td.TdClassName
{
border-color: #D37869;
}
.TagClassName
{
border-color: #D37869;
}
</style>