Shades of Tahuna Sands #DDD299
Tints of Tahuna Sands #DDD299
RGB
CMYK
RGB Variations
Color information
#DDD299 (or 0xDDD299) is known color: Tahuna Sands. HEX triplet: DD, D2 and 99. RGB value is (221,210,153). Sum of RGB (Red+Green+Blue) = 221+210+153=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD299 is #222D66. Grayscale: #CFCFCF. Windows color (decimal): -2239847 or 10080989. OLE color: 10080989.
HSL color Cylindrical-coordinate representation of color #DDD299: hue angle of 50.29º 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 #DDD299 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 153 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.13 |
| HSL | 50.29º | 0.5% | 0.73% | - |
| HSV(B) | 50.29º | 0.31% | 0.87% | - |
| XYZ | 58.62 | 63.77 | 39.36 | - |
| YUV | 206.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 153 | 0 | 0.05 | 0.31 | 0.13 | 50.29 | 0.5 | 0.73 |
| Hex | DD | D2 | 99 | 0 | 5 | 1F | D | 32 | 32 | 49 |
| Octal | 335 | 322 | 231 | 0 | 5 | 37 | 15 | 62 | 62 | 111 |
| Binary | 11011101 | 11010010 | 10011001 | 0 | 101 | 11111 | 1101 | 110010 | 110010 | 1001001 |
Color Harmonies of #DDD299
Complementary color
Monochromatic Colors of #DDD299
Black with #DDD299
Text Example
Text Example
White with #DDD299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD299; }
p { color: rgb(221,210,153); }
H1.HeaderClassName
{
color: #DDD299;
}
.AnyTagClassName
{
color: #DDD299;
}
</style>
background-color css
<style>
a { background-color: #DDD299; }
a { background-color: rgb(221,210,153); }
div.DivClassName
{
background-color: #DDD299;
}
.BgClassName
{
background-color: #DDD299;
}
</style>
border-color css
<style>
span { border-color: #DDD299; }
span { border-color: rgb(221,210,153); }
td.TdClassName
{
border-color: #DDD299;
}
.TagClassName
{
border-color: #DDD299;
}
</style>