Shades of Burning Sand #DC8358
Tints of Burning Sand #DC8358
RGB
CMYK
RGB Variations
Color information
#DC8358 (or 0xDC8358) is known color: Burning Sand. HEX triplet: DC, 83 and 58. RGB value is (220,131,88). Sum of RGB (Red+Green+Blue) = 220+131+88=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8358 is #237CA7. Grayscale: #989898. Windows color (decimal): -2325672 or 5800924. OLE color: 5800924.
HSL color Cylindrical-coordinate representation of color #DC8358: hue angle of 19.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8358 is Cyan = 0, Magento = 0.40, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 88 | - |
| CMYK | 0 | 0.40 | 0.6 | 0.14 |
| HSL | 19.55º | 0.65% | 0.6% | - |
| HSV(B) | 19.55º | 0.6% | 0.86% | - |
| XYZ | 39.39 | 32.15 | 13.36 | - |
| YUV | 152.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 88 | 0 | 0.40 | 0.6 | 0.14 | 19.55 | 0.65 | 0.6 |
| Hex | DC | 83 | 58 | 0 | 28 | 3C | E | 14 | 41 | 3C |
| Octal | 334 | 203 | 130 | 0 | 50 | 74 | 16 | 24 | 101 | 74 |
| Binary | 11011100 | 10000011 | 1011000 | 0 | 101000 | 111100 | 1110 | 10100 | 1000001 | 111100 |
Color Harmonies of #DC8358
Complementary color
Monochromatic Colors of #DC8358
Black with #DC8358
Text Example
Text Example
White with #DC8358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8358; }
p { color: rgb(220,131,88); }
H1.HeaderClassName
{
color: #DC8358;
}
.AnyTagClassName
{
color: #DC8358;
}
</style>
background-color css
<style>
a { background-color: #DC8358; }
a { background-color: rgb(220,131,88); }
div.DivClassName
{
background-color: #DC8358;
}
.BgClassName
{
background-color: #DC8358;
}
</style>
border-color css
<style>
span { border-color: #DC8358; }
span { border-color: rgb(220,131,88); }
td.TdClassName
{
border-color: #DC8358;
}
.TagClassName
{
border-color: #DC8358;
}
</style>