Shades of Burning Sand #D1805C
Tints of Burning Sand #D1805C
RGB
CMYK
RGB Variations
Color information
#D1805C (or 0xD1805C) is known color: Burning Sand. HEX triplet: D1, 80 and 5C. RGB value is (209,128,92). Sum of RGB (Red+Green+Blue) = 209+128+92=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1805C is #2E7FA3. Grayscale: #949494. Windows color (decimal): -3047332 or 6062289. OLE color: 6062289.
HSL color Cylindrical-coordinate representation of color #D1805C: hue angle of 18.46º 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 #D1805C is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 92 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.18 |
| HSL | 18.46º | 0.56% | 0.59% | - |
| HSV(B) | 18.46º | 0.56% | 0.82% | - |
| XYZ | 35.95 | 29.77 | 13.98 | - |
| YUV | 148.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 92 | 0 | 0.39 | 0.56 | 0.18 | 18.46 | 0.56 | 0.59 |
| Hex | D1 | 80 | 5C | 0 | 27 | 38 | 12 | 12 | 38 | 3B |
| Octal | 321 | 200 | 134 | 0 | 47 | 70 | 22 | 22 | 70 | 73 |
| Binary | 11010001 | 10000000 | 1011100 | 0 | 100111 | 111000 | 10010 | 10010 | 111000 | 111011 |
Color Harmonies of #D1805C
Complementary color
Monochromatic Colors of #D1805C
Black with #D1805C
Text Example
Text Example
White with #D1805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1805C; }
p { color: rgb(209,128,92); }
H1.HeaderClassName
{
color: #D1805C;
}
.AnyTagClassName
{
color: #D1805C;
}
</style>
background-color css
<style>
a { background-color: #D1805C; }
a { background-color: rgb(209,128,92); }
div.DivClassName
{
background-color: #D1805C;
}
.BgClassName
{
background-color: #D1805C;
}
</style>
border-color css
<style>
span { border-color: #D1805C; }
span { border-color: rgb(209,128,92); }
td.TdClassName
{
border-color: #D1805C;
}
.TagClassName
{
border-color: #D1805C;
}
</style>