Shades of Burning Sand #DD8355
Tints of Burning Sand #DD8355
RGB
CMYK
RGB Variations
Color information
#DD8355 (or 0xDD8355) is known color: Burning Sand. HEX triplet: DD, 83 and 55. RGB value is (221,131,85). Sum of RGB (Red+Green+Blue) = 221+131+85=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8355 is #227CAA. Grayscale: #989898. Windows color (decimal): -2260139 or 5604317. OLE color: 5604317.
HSL color Cylindrical-coordinate representation of color #DD8355: hue angle of 20.29º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD8355 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 85 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.13 |
| HSL | 20.29º | 0.67% | 0.6% | - |
| HSV(B) | 20.29º | 0.62% | 0.87% | - |
| XYZ | 39.57 | 32.26 | 12.74 | - |
| YUV | 152.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 85 | 0 | 0.41 | 0.62 | 0.13 | 20.29 | 0.67 | 0.6 |
| Hex | DD | 83 | 55 | 0 | 29 | 3E | D | 14 | 43 | 3C |
| Octal | 335 | 203 | 125 | 0 | 51 | 76 | 15 | 24 | 103 | 74 |
| Binary | 11011101 | 10000011 | 1010101 | 0 | 101001 | 111110 | 1101 | 10100 | 1000011 | 111100 |
Color Harmonies of #DD8355
Complementary color
Monochromatic Colors of #DD8355
Black with #DD8355
Text Example
Text Example
White with #DD8355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8355; }
p { color: rgb(221,131,85); }
H1.HeaderClassName
{
color: #DD8355;
}
.AnyTagClassName
{
color: #DD8355;
}
</style>
background-color css
<style>
a { background-color: #DD8355; }
a { background-color: rgb(221,131,85); }
div.DivClassName
{
background-color: #DD8355;
}
.BgClassName
{
background-color: #DD8355;
}
</style>
border-color css
<style>
span { border-color: #DD8355; }
span { border-color: rgb(221,131,85); }
td.TdClassName
{
border-color: #DD8355;
}
.TagClassName
{
border-color: #DD8355;
}
</style>