Shades of Burning Sand #DD805A
Tints of Burning Sand #DD805A
RGB
CMYK
RGB Variations
Color information
#DD805A (or 0xDD805A) is known color: Burning Sand. HEX triplet: DD, 80 and 5A. RGB value is (221,128,90). Sum of RGB (Red+Green+Blue) = 221+128+90=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD805A is #227FA5. Grayscale: #979797. Windows color (decimal): -2260902 or 5931229. OLE color: 5931229.
HSL color Cylindrical-coordinate representation of color #DD805A: hue angle of 17.4º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD805A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 90 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.13 |
| HSL | 17.4º | 0.66% | 0.61% | - |
| HSV(B) | 17.4º | 0.59% | 0.87% | - |
| XYZ | 39.38 | 31.55 | 13.69 | - |
| YUV | 151.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 90 | 0 | 0.42 | 0.59 | 0.13 | 17.4 | 0.66 | 0.61 |
| Hex | DD | 80 | 5A | 0 | 2A | 3B | D | 11 | 42 | 3D |
| Octal | 335 | 200 | 132 | 0 | 52 | 73 | 15 | 21 | 102 | 75 |
| Binary | 11011101 | 10000000 | 1011010 | 0 | 101010 | 111011 | 1101 | 10001 | 1000010 | 111101 |
Color Harmonies of #DD805A
Complementary color
Monochromatic Colors of #DD805A
Black with #DD805A
Text Example
Text Example
White with #DD805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD805A; }
p { color: rgb(221,128,90); }
H1.HeaderClassName
{
color: #DD805A;
}
.AnyTagClassName
{
color: #DD805A;
}
</style>
background-color css
<style>
a { background-color: #DD805A; }
a { background-color: rgb(221,128,90); }
div.DivClassName
{
background-color: #DD805A;
}
.BgClassName
{
background-color: #DD805A;
}
</style>
border-color css
<style>
span { border-color: #DD805A; }
span { border-color: rgb(221,128,90); }
td.TdClassName
{
border-color: #DD805A;
}
.TagClassName
{
border-color: #DD805A;
}
</style>