Shades of Tahuna Sands #DDD698
Tints of Tahuna Sands #DDD698
RGB
CMYK
RGB Variations
Color information
#DDD698 (or 0xDDD698) is known color: Tahuna Sands. HEX triplet: DD, D6 and 98. RGB value is (221,214,152). Sum of RGB (Red+Green+Blue) = 221+214+152=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD698 is #222967. Grayscale: #D1D1D1. Windows color (decimal): -2238824 or 10016477. OLE color: 10016477.
HSL color Cylindrical-coordinate representation of color #DDD698: hue angle of 53.91º 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 #DDD698 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 152 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.13 |
| HSL | 53.91º | 0.5% | 0.73% | - |
| HSV(B) | 53.91º | 0.31% | 0.87% | - |
| XYZ | 59.53 | 65.73 | 39.26 | - |
| YUV | 209.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 152 | 0 | 0.03 | 0.31 | 0.13 | 53.91 | 0.5 | 0.73 |
| Hex | DD | D6 | 98 | 0 | 3 | 1F | D | 36 | 32 | 49 |
| Octal | 335 | 326 | 230 | 0 | 3 | 37 | 15 | 66 | 62 | 111 |
| Binary | 11011101 | 11010110 | 10011000 | 0 | 11 | 11111 | 1101 | 110110 | 110010 | 1001001 |
Color Harmonies of #DDD698
Complementary color
Monochromatic Colors of #DDD698
Black with #DDD698
Text Example
Text Example
White with #DDD698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD698; }
p { color: rgb(221,214,152); }
H1.HeaderClassName
{
color: #DDD698;
}
.AnyTagClassName
{
color: #DDD698;
}
</style>
background-color css
<style>
a { background-color: #DDD698; }
a { background-color: rgb(221,214,152); }
div.DivClassName
{
background-color: #DDD698;
}
.BgClassName
{
background-color: #DDD698;
}
</style>
border-color css
<style>
span { border-color: #DDD698; }
span { border-color: rgb(221,214,152); }
td.TdClassName
{
border-color: #DDD698;
}
.TagClassName
{
border-color: #DDD698;
}
</style>