Shades of Burning Sand #DD8158
Tints of Burning Sand #DD8158
RGB
CMYK
RGB Variations
Color information
#DD8158 (or 0xDD8158) is known color: Burning Sand. HEX triplet: DD, 81 and 58. RGB value is (221,129,88). Sum of RGB (Red+Green+Blue) = 221+129+88=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8158 is #227EA7. Grayscale: #989898. Windows color (decimal): -2260648 or 5800413. OLE color: 5800413.
HSL color Cylindrical-coordinate representation of color #DD8158: hue angle of 18.5º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD8158 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 88 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.13 |
| HSL | 18.5º | 0.66% | 0.61% | - |
| HSV(B) | 18.5º | 0.6% | 0.87% | - |
| XYZ | 39.43 | 31.78 | 13.29 | - |
| YUV | 151.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 88 | 0 | 0.42 | 0.60 | 0.13 | 18.5 | 0.66 | 0.61 |
| Hex | DD | 81 | 58 | 0 | 2A | 3C | D | 12 | 42 | 3D |
| Octal | 335 | 201 | 130 | 0 | 52 | 74 | 15 | 22 | 102 | 75 |
| Binary | 11011101 | 10000001 | 1011000 | 0 | 101010 | 111100 | 1101 | 10010 | 1000010 | 111101 |
Color Harmonies of #DD8158
Complementary color
Monochromatic Colors of #DD8158
Black with #DD8158
Text Example
Text Example
White with #DD8158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8158; }
p { color: rgb(221,129,88); }
H1.HeaderClassName
{
color: #DD8158;
}
.AnyTagClassName
{
color: #DD8158;
}
</style>
background-color css
<style>
a { background-color: #DD8158; }
a { background-color: rgb(221,129,88); }
div.DivClassName
{
background-color: #DD8158;
}
.BgClassName
{
background-color: #DD8158;
}
</style>
border-color css
<style>
span { border-color: #DD8158; }
span { border-color: rgb(221,129,88); }
td.TdClassName
{
border-color: #DD8158;
}
.TagClassName
{
border-color: #DD8158;
}
</style>