Shades of Burning Sand #DD815A
Tints of Burning Sand #DD815A
RGB
CMYK
RGB Variations
Color information
#DD815A (or 0xDD815A) is known color: Burning Sand. HEX triplet: DD, 81 and 5A. RGB value is (221,129,90). Sum of RGB (Red+Green+Blue) = 221+129+90=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD815A is #227EA5. Grayscale: #989898. Windows color (decimal): -2260646 or 5931485. OLE color: 5931485.
HSL color Cylindrical-coordinate representation of color #DD815A: hue angle of 17.86º 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 #DD815A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 90 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.13 |
| HSL | 17.86º | 0.66% | 0.61% | - |
| HSV(B) | 17.86º | 0.59% | 0.87% | - |
| XYZ | 39.51 | 31.81 | 13.73 | - |
| YUV | 152.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 90 | 0 | 0.42 | 0.59 | 0.13 | 17.86 | 0.66 | 0.61 |
| Hex | DD | 81 | 5A | 0 | 2A | 3B | D | 12 | 42 | 3D |
| Octal | 335 | 201 | 132 | 0 | 52 | 73 | 15 | 22 | 102 | 75 |
| Binary | 11011101 | 10000001 | 1011010 | 0 | 101010 | 111011 | 1101 | 10010 | 1000010 | 111101 |
Color Harmonies of #DD815A
Complementary color
Monochromatic Colors of #DD815A
Black with #DD815A
Text Example
Text Example
White with #DD815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD815A; }
p { color: rgb(221,129,90); }
H1.HeaderClassName
{
color: #DD815A;
}
.AnyTagClassName
{
color: #DD815A;
}
</style>
background-color css
<style>
a { background-color: #DD815A; }
a { background-color: rgb(221,129,90); }
div.DivClassName
{
background-color: #DD815A;
}
.BgClassName
{
background-color: #DD815A;
}
</style>
border-color css
<style>
span { border-color: #DD815A; }
span { border-color: rgb(221,129,90); }
td.TdClassName
{
border-color: #DD815A;
}
.TagClassName
{
border-color: #DD815A;
}
</style>