Shades of Burning Sand #D1875B
Tints of Burning Sand #D1875B
RGB
CMYK
RGB Variations
Color information
#D1875B (or 0xD1875B) is known color: Burning Sand. HEX triplet: D1, 87 and 5B. RGB value is (209,135,91). Sum of RGB (Red+Green+Blue) = 209+135+91=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1875B is #2E78A4. Grayscale: #989898. Windows color (decimal): -3045541 or 5998545. OLE color: 5998545.
HSL color Cylindrical-coordinate representation of color #D1875B: hue angle of 22.37º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1875B is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 91 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.18 |
| HSL | 22.37º | 0.56% | 0.59% | - |
| HSV(B) | 22.37º | 0.56% | 0.82% | - |
| XYZ | 36.85 | 31.64 | 14.06 | - |
| YUV | 152.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 91 | 0 | 0.35 | 0.56 | 0.18 | 22.37 | 0.56 | 0.59 |
| Hex | D1 | 87 | 5B | 0 | 23 | 38 | 12 | 16 | 38 | 3B |
| Octal | 321 | 207 | 133 | 0 | 43 | 70 | 22 | 26 | 70 | 73 |
| Binary | 11010001 | 10000111 | 1011011 | 0 | 100011 | 111000 | 10010 | 10110 | 111000 | 111011 |
Color Harmonies of #D1875B
Complementary color
Monochromatic Colors of #D1875B
Black with #D1875B
Text Example
Text Example
White with #D1875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1875B; }
p { color: rgb(209,135,91); }
H1.HeaderClassName
{
color: #D1875B;
}
.AnyTagClassName
{
color: #D1875B;
}
</style>
background-color css
<style>
a { background-color: #D1875B; }
a { background-color: rgb(209,135,91); }
div.DivClassName
{
background-color: #D1875B;
}
.BgClassName
{
background-color: #D1875B;
}
</style>
border-color css
<style>
span { border-color: #D1875B; }
span { border-color: rgb(209,135,91); }
td.TdClassName
{
border-color: #D1875B;
}
.TagClassName
{
border-color: #D1875B;
}
</style>