Shades of Tahuna Sands #DDD096
Tints of Tahuna Sands #DDD096
RGB
CMYK
RGB Variations
Color information
#DDD096 (or 0xDDD096) is known color: Tahuna Sands. HEX triplet: DD, D0 and 96. RGB value is (221,208,150). Sum of RGB (Red+Green+Blue) = 221+208+150=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD096 is #222F69. Grayscale: #CDCDCD. Windows color (decimal): -2240362 or 9883869. OLE color: 9883869.
HSL color Cylindrical-coordinate representation of color #DDD096: hue angle of 49.01º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDD096 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 150 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.13 |
| HSL | 49.01º | 0.51% | 0.73% | - |
| HSV(B) | 49.01º | 0.32% | 0.87% | - |
| XYZ | 57.88 | 62.69 | 37.9 | - |
| YUV | 205.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 150 | 0 | 0.06 | 0.32 | 0.13 | 49.01 | 0.51 | 0.73 |
| Hex | DD | D0 | 96 | 0 | 6 | 20 | D | 31 | 33 | 49 |
| Octal | 335 | 320 | 226 | 0 | 6 | 40 | 15 | 61 | 63 | 111 |
| Binary | 11011101 | 11010000 | 10010110 | 0 | 110 | 100000 | 1101 | 110001 | 110011 | 1001001 |
Color Harmonies of #DDD096
Complementary color
Monochromatic Colors of #DDD096
Black with #DDD096
Text Example
Text Example
White with #DDD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD096; }
p { color: rgb(221,208,150); }
H1.HeaderClassName
{
color: #DDD096;
}
.AnyTagClassName
{
color: #DDD096;
}
</style>
background-color css
<style>
a { background-color: #DDD096; }
a { background-color: rgb(221,208,150); }
div.DivClassName
{
background-color: #DDD096;
}
.BgClassName
{
background-color: #DDD096;
}
</style>
border-color css
<style>
span { border-color: #DDD096; }
span { border-color: rgb(221,208,150); }
td.TdClassName
{
border-color: #DDD096;
}
.TagClassName
{
border-color: #DDD096;
}
</style>