Shades of Burning Sand #DD7F59
Tints of Burning Sand #DD7F59
RGB
CMYK
RGB Variations
Color information
#DD7F59 (or 0xDD7F59) is known color: Burning Sand. HEX triplet: DD, 7F and 59. RGB value is (221,127,89). Sum of RGB (Red+Green+Blue) = 221+127+89=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F59 is #2280A6. Grayscale: #979797. Windows color (decimal): -2261159 or 5865437. OLE color: 5865437.
HSL color Cylindrical-coordinate representation of color #DD7F59: hue angle of 17.27º 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 #DD7F59 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 89 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.13 |
| HSL | 17.27º | 0.66% | 0.61% | - |
| HSV(B) | 17.27º | 0.6% | 0.87% | - |
| XYZ | 39.21 | 31.27 | 13.42 | - |
| YUV | 150.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 89 | 0 | 0.43 | 0.60 | 0.13 | 17.27 | 0.66 | 0.61 |
| Hex | DD | 7F | 59 | 0 | 2B | 3C | D | 11 | 42 | 3D |
| Octal | 335 | 177 | 131 | 0 | 53 | 74 | 15 | 21 | 102 | 75 |
| Binary | 11011101 | 1111111 | 1011001 | 0 | 101011 | 111100 | 1101 | 10001 | 1000010 | 111101 |
Color Harmonies of #DD7F59
Complementary color
Monochromatic Colors of #DD7F59
Black with #DD7F59
Text Example
Text Example
White with #DD7F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F59; }
p { color: rgb(221,127,89); }
H1.HeaderClassName
{
color: #DD7F59;
}
.AnyTagClassName
{
color: #DD7F59;
}
</style>
background-color css
<style>
a { background-color: #DD7F59; }
a { background-color: rgb(221,127,89); }
div.DivClassName
{
background-color: #DD7F59;
}
.BgClassName
{
background-color: #DD7F59;
}
</style>
border-color css
<style>
span { border-color: #DD7F59; }
span { border-color: rgb(221,127,89); }
td.TdClassName
{
border-color: #DD7F59;
}
.TagClassName
{
border-color: #DD7F59;
}
</style>