Shades of Burning Sand #D6805D
Tints of Burning Sand #D6805D
RGB
CMYK
RGB Variations
Color information
#D6805D (or 0xD6805D) is known color: Burning Sand. HEX triplet: D6, 80 and 5D. RGB value is (214,128,93). Sum of RGB (Red+Green+Blue) = 214+128+93=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6805D is #297FA2. Grayscale: #959595. Windows color (decimal): -2719651 or 6127830. OLE color: 6127830.
HSL color Cylindrical-coordinate representation of color #D6805D: hue angle of 17.36º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6805D is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 93 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.16 |
| HSL | 17.36º | 0.6% | 0.6% | - |
| HSV(B) | 17.36º | 0.57% | 0.84% | - |
| XYZ | 37.43 | 30.52 | 14.28 | - |
| YUV | 149.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 93 | 0 | 0.40 | 0.57 | 0.16 | 17.36 | 0.6 | 0.6 |
| Hex | D6 | 80 | 5D | 0 | 28 | 39 | 10 | 11 | 3C | 3C |
| Octal | 326 | 200 | 135 | 0 | 50 | 71 | 20 | 21 | 74 | 74 |
| Binary | 11010110 | 10000000 | 1011101 | 0 | 101000 | 111001 | 10000 | 10001 | 111100 | 111100 |
Color Harmonies of #D6805D
Complementary color
Monochromatic Colors of #D6805D
Black with #D6805D
Text Example
Text Example
White with #D6805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6805D; }
p { color: rgb(214,128,93); }
H1.HeaderClassName
{
color: #D6805D;
}
.AnyTagClassName
{
color: #D6805D;
}
</style>
background-color css
<style>
a { background-color: #D6805D; }
a { background-color: rgb(214,128,93); }
div.DivClassName
{
background-color: #D6805D;
}
.BgClassName
{
background-color: #D6805D;
}
</style>
border-color css
<style>
span { border-color: #D6805D; }
span { border-color: rgb(214,128,93); }
td.TdClassName
{
border-color: #D6805D;
}
.TagClassName
{
border-color: #D6805D;
}
</style>