Shades of Burning Sand #D58166
Tints of Burning Sand #D58166
RGB
CMYK
RGB Variations
Color information
#D58166 (or 0xD58166) is known color: Burning Sand. HEX triplet: D5, 81 and 66. RGB value is (213,129,102). Sum of RGB (Red+Green+Blue) = 213+129+102=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D58166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58166 is #2A7E99. Grayscale: #979797. Windows color (decimal): -2784922 or 6717909. OLE color: 6717909.
HSL color Cylindrical-coordinate representation of color #D58166: hue angle of 14.59º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D58166 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 102 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.16 |
| HSL | 14.59º | 0.57% | 0.62% | - |
| HSV(B) | 14.59º | 0.52% | 0.84% | - |
| XYZ | 37.69 | 30.81 | 16.53 | - |
| YUV | 151.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 102 | 0 | 0.39 | 0.52 | 0.16 | 14.59 | 0.57 | 0.62 |
| Hex | D5 | 81 | 66 | 0 | 27 | 34 | 10 | F | 39 | 3E |
| Octal | 325 | 201 | 146 | 0 | 47 | 64 | 20 | 17 | 71 | 76 |
| Binary | 11010101 | 10000001 | 1100110 | 0 | 100111 | 110100 | 10000 | 1111 | 111001 | 111110 |
Color Harmonies of #D58166
Complementary color
Monochromatic Colors of #D58166
Black with #D58166
Text Example
Text Example
White with #D58166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58166; }
p { color: rgb(213,129,102); }
H1.HeaderClassName
{
color: #D58166;
}
.AnyTagClassName
{
color: #D58166;
}
</style>
background-color css
<style>
a { background-color: #D58166; }
a { background-color: rgb(213,129,102); }
div.DivClassName
{
background-color: #D58166;
}
.BgClassName
{
background-color: #D58166;
}
</style>
border-color css
<style>
span { border-color: #D58166; }
span { border-color: rgb(213,129,102); }
td.TdClassName
{
border-color: #D58166;
}
.TagClassName
{
border-color: #D58166;
}
</style>