Shades of Tahuna Sands #DDD099
Tints of Tahuna Sands #DDD099
RGB
CMYK
RGB Variations
Color information
#DDD099 (or 0xDDD099) is known color: Tahuna Sands. HEX triplet: DD, D0 and 99. RGB value is (221,208,153). Sum of RGB (Red+Green+Blue) = 221+208+153=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD099 is #222F66. Grayscale: #CDCDCD. Windows color (decimal): -2240359 or 10080477. OLE color: 10080477.
HSL color Cylindrical-coordinate representation of color #DDD099: hue angle of 48.53º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDD099 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 153 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.13 |
| HSL | 48.53º | 0.5% | 0.73% | - |
| HSV(B) | 48.53º | 0.31% | 0.87% | - |
| XYZ | 58.12 | 62.78 | 39.19 | - |
| YUV | 205.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 153 | 0 | 0.06 | 0.31 | 0.13 | 48.53 | 0.5 | 0.73 |
| Hex | DD | D0 | 99 | 0 | 6 | 1F | D | 31 | 32 | 49 |
| Octal | 335 | 320 | 231 | 0 | 6 | 37 | 15 | 61 | 62 | 111 |
| Binary | 11011101 | 11010000 | 10011001 | 0 | 110 | 11111 | 1101 | 110001 | 110010 | 1001001 |
Color Harmonies of #DDD099
Complementary color
Monochromatic Colors of #DDD099
Black with #DDD099
Text Example
Text Example
White with #DDD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD099; }
p { color: rgb(221,208,153); }
H1.HeaderClassName
{
color: #DDD099;
}
.AnyTagClassName
{
color: #DDD099;
}
</style>
background-color css
<style>
a { background-color: #DDD099; }
a { background-color: rgb(221,208,153); }
div.DivClassName
{
background-color: #DDD099;
}
.BgClassName
{
background-color: #DDD099;
}
</style>
border-color css
<style>
span { border-color: #DDD099; }
span { border-color: rgb(221,208,153); }
td.TdClassName
{
border-color: #DDD099;
}
.TagClassName
{
border-color: #DDD099;
}
</style>