Shades of Tahuna Sands #DDD091
Tints of Tahuna Sands #DDD091
RGB
CMYK
RGB Variations
Color information
#DDD091 (or 0xDDD091) is known color: Tahuna Sands. HEX triplet: DD, D0 and 91. RGB value is (221,208,145). Sum of RGB (Red+Green+Blue) = 221+208+145=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD091 is #222F6E. Grayscale: #CCCCCC. Windows color (decimal): -2240367 or 9556189. OLE color: 9556189.
HSL color Cylindrical-coordinate representation of color #DDD091: hue angle of 49.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDD091 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 145 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.13 |
| HSL | 49.74º | 0.53% | 0.72% | - |
| HSV(B) | 49.74º | 0.34% | 0.87% | - |
| XYZ | 57.49 | 62.53 | 35.83 | - |
| YUV | 204.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 145 | 0 | 0.06 | 0.34 | 0.13 | 49.74 | 0.53 | 0.72 |
| Hex | DD | D0 | 91 | 0 | 6 | 22 | D | 32 | 35 | 48 |
| Octal | 335 | 320 | 221 | 0 | 6 | 42 | 15 | 62 | 65 | 110 |
| Binary | 11011101 | 11010000 | 10010001 | 0 | 110 | 100010 | 1101 | 110010 | 110101 | 1001000 |
Color Harmonies of #DDD091
Complementary color
Monochromatic Colors of #DDD091
Black with #DDD091
Text Example
Text Example
White with #DDD091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD091; }
p { color: rgb(221,208,145); }
H1.HeaderClassName
{
color: #DDD091;
}
.AnyTagClassName
{
color: #DDD091;
}
</style>
background-color css
<style>
a { background-color: #DDD091; }
a { background-color: rgb(221,208,145); }
div.DivClassName
{
background-color: #DDD091;
}
.BgClassName
{
background-color: #DDD091;
}
</style>
border-color css
<style>
span { border-color: #DDD091; }
span { border-color: rgb(221,208,145); }
td.TdClassName
{
border-color: #DDD091;
}
.TagClassName
{
border-color: #DDD091;
}
</style>