Shades of Tahuna Sands #DDD393
Tints of Tahuna Sands #DDD393
RGB
CMYK
RGB Variations
Color information
#DDD393 (or 0xDDD393) is known color: Tahuna Sands. HEX triplet: DD, D3 and 93. RGB value is (221,211,147). Sum of RGB (Red+Green+Blue) = 221+211+147=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD393 is #222C6C. Grayscale: #CECECE. Windows color (decimal): -2239597 or 9688029. OLE color: 9688029.
HSL color Cylindrical-coordinate representation of color #DDD393: hue angle of 51.89º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD393 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 147 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.13 |
| HSL | 51.89º | 0.52% | 0.72% | - |
| HSV(B) | 51.89º | 0.33% | 0.87% | - |
| XYZ | 58.38 | 64.07 | 36.89 | - |
| YUV | 206.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 147 | 0 | 0.05 | 0.33 | 0.13 | 51.89 | 0.52 | 0.72 |
| Hex | DD | D3 | 93 | 0 | 5 | 21 | D | 34 | 34 | 48 |
| Octal | 335 | 323 | 223 | 0 | 5 | 41 | 15 | 64 | 64 | 110 |
| Binary | 11011101 | 11010011 | 10010011 | 0 | 101 | 100001 | 1101 | 110100 | 110100 | 1001000 |
Color Harmonies of #DDD393
Complementary color
Monochromatic Colors of #DDD393
Black with #DDD393
Text Example
Text Example
White with #DDD393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD393; }
p { color: rgb(221,211,147); }
H1.HeaderClassName
{
color: #DDD393;
}
.AnyTagClassName
{
color: #DDD393;
}
</style>
background-color css
<style>
a { background-color: #DDD393; }
a { background-color: rgb(221,211,147); }
div.DivClassName
{
background-color: #DDD393;
}
.BgClassName
{
background-color: #DDD393;
}
</style>
border-color css
<style>
span { border-color: #DDD393; }
span { border-color: rgb(221,211,147); }
td.TdClassName
{
border-color: #DDD393;
}
.TagClassName
{
border-color: #DDD393;
}
</style>