Shades of Burning Sand #D58467
Tints of Burning Sand #D58467
RGB
CMYK
RGB Variations
Color information
#D58467 (or 0xD58467) is known color: Burning Sand. HEX triplet: D5, 84 and 67. RGB value is (213,132,103). Sum of RGB (Red+Green+Blue) = 213+132+103=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58467 is #2A7B98. Grayscale: #999999. Windows color (decimal): -2784153 or 6784213. OLE color: 6784213.
HSL color Cylindrical-coordinate representation of color #D58467: hue angle of 15.82º 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 #D58467 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 103 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.16 |
| HSL | 15.82º | 0.57% | 0.62% | - |
| HSV(B) | 15.82º | 0.52% | 0.84% | - |
| XYZ | 38.14 | 31.63 | 16.93 | - |
| YUV | 152.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 103 | 0 | 0.38 | 0.52 | 0.16 | 15.82 | 0.57 | 0.62 |
| Hex | D5 | 84 | 67 | 0 | 26 | 34 | 10 | 10 | 39 | 3E |
| Octal | 325 | 204 | 147 | 0 | 46 | 64 | 20 | 20 | 71 | 76 |
| Binary | 11010101 | 10000100 | 1100111 | 0 | 100110 | 110100 | 10000 | 10000 | 111001 | 111110 |
Color Harmonies of #D58467
Complementary color
Monochromatic Colors of #D58467
Black with #D58467
Text Example
Text Example
White with #D58467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58467; }
p { color: rgb(213,132,103); }
H1.HeaderClassName
{
color: #D58467;
}
.AnyTagClassName
{
color: #D58467;
}
</style>
background-color css
<style>
a { background-color: #D58467; }
a { background-color: rgb(213,132,103); }
div.DivClassName
{
background-color: #D58467;
}
.BgClassName
{
background-color: #D58467;
}
</style>
border-color css
<style>
span { border-color: #D58467; }
span { border-color: rgb(213,132,103); }
td.TdClassName
{
border-color: #D58467;
}
.TagClassName
{
border-color: #D58467;
}
</style>