Shades of Burning Sand #D58468
Tints of Burning Sand #D58468
RGB
CMYK
RGB Variations
Color information
#D58468 (or 0xD58468) is known color: Burning Sand. HEX triplet: D5, 84 and 68. RGB value is (213,132,104). Sum of RGB (Red+Green+Blue) = 213+132+104=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D58468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58468 is #2A7B97. Grayscale: #999999. Windows color (decimal): -2784152 or 6849749. OLE color: 6849749.
HSL color Cylindrical-coordinate representation of color #D58468: hue angle of 15.41º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D58468 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 104 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.16 |
| HSL | 15.41º | 0.56% | 0.62% | - |
| HSV(B) | 15.41º | 0.51% | 0.84% | - |
| XYZ | 38.19 | 31.65 | 17.19 | - |
| YUV | 153.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 104 | 0 | 0.38 | 0.51 | 0.16 | 15.41 | 0.56 | 0.62 |
| Hex | D5 | 84 | 68 | 0 | 26 | 33 | 10 | F | 38 | 3E |
| Octal | 325 | 204 | 150 | 0 | 46 | 63 | 20 | 17 | 70 | 76 |
| Binary | 11010101 | 10000100 | 1101000 | 0 | 100110 | 110011 | 10000 | 1111 | 111000 | 111110 |
Color Harmonies of #D58468
Complementary color
Monochromatic Colors of #D58468
Black with #D58468
Text Example
Text Example
White with #D58468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58468; }
p { color: rgb(213,132,104); }
H1.HeaderClassName
{
color: #D58468;
}
.AnyTagClassName
{
color: #D58468;
}
</style>
background-color css
<style>
a { background-color: #D58468; }
a { background-color: rgb(213,132,104); }
div.DivClassName
{
background-color: #D58468;
}
.BgClassName
{
background-color: #D58468;
}
</style>
border-color css
<style>
span { border-color: #D58468; }
span { border-color: rgb(213,132,104); }
td.TdClassName
{
border-color: #D58468;
}
.TagClassName
{
border-color: #D58468;
}
</style>