Shades of Burning Sand #DD8057
Tints of Burning Sand #DD8057
RGB
CMYK
RGB Variations
Color information
#DD8057 (or 0xDD8057) is known color: Burning Sand. HEX triplet: DD, 80 and 57. RGB value is (221,128,87). Sum of RGB (Red+Green+Blue) = 221+128+87=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8057 is #227FA8. Grayscale: #979797. Windows color (decimal): -2260905 or 5734621. OLE color: 5734621.
HSL color Cylindrical-coordinate representation of color #DD8057: hue angle of 18.36º degrees, saturation: 0.66, 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 #DD8057 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 87 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.13 |
| HSL | 18.36º | 0.66% | 0.6% | - |
| HSV(B) | 18.36º | 0.61% | 0.87% | - |
| XYZ | 39.26 | 31.5 | 13.03 | - |
| YUV | 151.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 87 | 0 | 0.42 | 0.61 | 0.13 | 18.36 | 0.66 | 0.6 |
| Hex | DD | 80 | 57 | 0 | 2A | 3D | D | 12 | 42 | 3C |
| Octal | 335 | 200 | 127 | 0 | 52 | 75 | 15 | 22 | 102 | 74 |
| Binary | 11011101 | 10000000 | 1010111 | 0 | 101010 | 111101 | 1101 | 10010 | 1000010 | 111100 |
Color Harmonies of #DD8057
Complementary color
Monochromatic Colors of #DD8057
Black with #DD8057
Text Example
Text Example
White with #DD8057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8057; }
p { color: rgb(221,128,87); }
H1.HeaderClassName
{
color: #DD8057;
}
.AnyTagClassName
{
color: #DD8057;
}
</style>
background-color css
<style>
a { background-color: #DD8057; }
a { background-color: rgb(221,128,87); }
div.DivClassName
{
background-color: #DD8057;
}
.BgClassName
{
background-color: #DD8057;
}
</style>
border-color css
<style>
span { border-color: #DD8057; }
span { border-color: rgb(221,128,87); }
td.TdClassName
{
border-color: #DD8057;
}
.TagClassName
{
border-color: #DD8057;
}
</style>