Shades of Burning Sand #DD8256
Tints of Burning Sand #DD8256
RGB
CMYK
RGB Variations
Color information
#DD8256 (or 0xDD8256) is known color: Burning Sand. HEX triplet: DD, 82 and 56. RGB value is (221,130,86). Sum of RGB (Red+Green+Blue) = 221+130+86=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8256 is #227DA9. Grayscale: #989898. Windows color (decimal): -2260394 or 5669597. OLE color: 5669597.
HSL color Cylindrical-coordinate representation of color #DD8256: hue angle of 19.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD8256 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 86 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.13 |
| HSL | 19.56º | 0.67% | 0.6% | - |
| HSV(B) | 19.56º | 0.61% | 0.87% | - |
| XYZ | 39.48 | 32.01 | 12.9 | - |
| YUV | 152.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 86 | 0 | 0.41 | 0.61 | 0.13 | 19.56 | 0.67 | 0.6 |
| Hex | DD | 82 | 56 | 0 | 29 | 3D | D | 14 | 43 | 3C |
| Octal | 335 | 202 | 126 | 0 | 51 | 75 | 15 | 24 | 103 | 74 |
| Binary | 11011101 | 10000010 | 1010110 | 0 | 101001 | 111101 | 1101 | 10100 | 1000011 | 111100 |
Color Harmonies of #DD8256
Complementary color
Monochromatic Colors of #DD8256
Black with #DD8256
Text Example
Text Example
White with #DD8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8256; }
p { color: rgb(221,130,86); }
H1.HeaderClassName
{
color: #DD8256;
}
.AnyTagClassName
{
color: #DD8256;
}
</style>
background-color css
<style>
a { background-color: #DD8256; }
a { background-color: rgb(221,130,86); }
div.DivClassName
{
background-color: #DD8256;
}
.BgClassName
{
background-color: #DD8256;
}
</style>
border-color css
<style>
span { border-color: #DD8256; }
span { border-color: rgb(221,130,86); }
td.TdClassName
{
border-color: #DD8256;
}
.TagClassName
{
border-color: #DD8256;
}
</style>