Shades of Tahuna Sands #DDD09D
Tints of Tahuna Sands #DDD09D
RGB
CMYK
RGB Variations
Color information
#DDD09D (or 0xDDD09D) is known color: Tahuna Sands. HEX triplet: DD, D0 and 9D. RGB value is (221,208,157). Sum of RGB (Red+Green+Blue) = 221+208+157=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD09D is #222F62. Grayscale: #CECECE. Windows color (decimal): -2240355 or 10342621. OLE color: 10342621.
HSL color Cylindrical-coordinate representation of color #DDD09D: hue angle of 47.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDD09D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 157 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.13 |
| HSL | 47.81º | 0.48% | 0.74% | - |
| HSV(B) | 47.81º | 0.29% | 0.87% | - |
| XYZ | 58.46 | 62.92 | 40.96 | - |
| YUV | 206.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 157 | 0 | 0.06 | 0.29 | 0.13 | 47.81 | 0.48 | 0.74 |
| Hex | DD | D0 | 9D | 0 | 6 | 1D | D | 30 | 30 | 4A |
| Octal | 335 | 320 | 235 | 0 | 6 | 35 | 15 | 60 | 60 | 112 |
| Binary | 11011101 | 11010000 | 10011101 | 0 | 110 | 11101 | 1101 | 110000 | 110000 | 1001010 |
Color Harmonies of #DDD09D
Complementary color
Monochromatic Colors of #DDD09D
Black with #DDD09D
Text Example
Text Example
White with #DDD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD09D; }
p { color: rgb(221,208,157); }
H1.HeaderClassName
{
color: #DDD09D;
}
.AnyTagClassName
{
color: #DDD09D;
}
</style>
background-color css
<style>
a { background-color: #DDD09D; }
a { background-color: rgb(221,208,157); }
div.DivClassName
{
background-color: #DDD09D;
}
.BgClassName
{
background-color: #DDD09D;
}
</style>
border-color css
<style>
span { border-color: #DDD09D; }
span { border-color: rgb(221,208,157); }
td.TdClassName
{
border-color: #DDD09D;
}
.TagClassName
{
border-color: #DDD09D;
}
</style>