Shades of Burning Sand #D1875C
Tints of Burning Sand #D1875C
RGB
CMYK
RGB Variations
Color information
#D1875C (or 0xD1875C) is known color: Burning Sand. HEX triplet: D1, 87 and 5C. RGB value is (209,135,92). Sum of RGB (Red+Green+Blue) = 209+135+92=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1875C is #2E78A3. Grayscale: #989898. Windows color (decimal): -3045540 or 6064081. OLE color: 6064081.
HSL color Cylindrical-coordinate representation of color #D1875C: hue angle of 22.05º 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 #D1875C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 92 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.18 |
| HSL | 22.05º | 0.56% | 0.59% | - |
| HSV(B) | 22.05º | 0.56% | 0.82% | - |
| XYZ | 36.89 | 31.66 | 14.29 | - |
| YUV | 152.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 92 | 0 | 0.35 | 0.56 | 0.18 | 22.05 | 0.56 | 0.59 |
| Hex | D1 | 87 | 5C | 0 | 23 | 38 | 12 | 16 | 38 | 3B |
| Octal | 321 | 207 | 134 | 0 | 43 | 70 | 22 | 26 | 70 | 73 |
| Binary | 11010001 | 10000111 | 1011100 | 0 | 100011 | 111000 | 10010 | 10110 | 111000 | 111011 |
Color Harmonies of #D1875C
Complementary color
Monochromatic Colors of #D1875C
Black with #D1875C
Text Example
Text Example
White with #D1875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1875C; }
p { color: rgb(209,135,92); }
H1.HeaderClassName
{
color: #D1875C;
}
.AnyTagClassName
{
color: #D1875C;
}
</style>
background-color css
<style>
a { background-color: #D1875C; }
a { background-color: rgb(209,135,92); }
div.DivClassName
{
background-color: #D1875C;
}
.BgClassName
{
background-color: #D1875C;
}
</style>
border-color css
<style>
span { border-color: #D1875C; }
span { border-color: rgb(209,135,92); }
td.TdClassName
{
border-color: #D1875C;
}
.TagClassName
{
border-color: #D1875C;
}
</style>