Shades of Tahuna Sands #DDD391
Tints of Tahuna Sands #DDD391
RGB
CMYK
RGB Variations
Color information
#DDD391 (or 0xDDD391) is known color: Tahuna Sands. HEX triplet: DD, D3 and 91. RGB value is (221,211,145). Sum of RGB (Red+Green+Blue) = 221+211+145=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 145 (57.03% from 255 or 25.13% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD391 is #222C6E. Grayscale: #CECECE. Windows color (decimal): -2239599 or 9556957. OLE color: 9556957.
HSL color Cylindrical-coordinate representation of color #DDD391: hue angle of 52.11º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDD391 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 145 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.13 |
| HSL | 52.11º | 0.53% | 0.72% | - |
| HSV(B) | 52.11º | 0.34% | 0.87% | - |
| XYZ | 58.22 | 64.01 | 36.07 | - |
| YUV | 206.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 145 | 0 | 0.05 | 0.34 | 0.13 | 52.11 | 0.53 | 0.72 |
| Hex | DD | D3 | 91 | 0 | 5 | 22 | D | 34 | 35 | 48 |
| Octal | 335 | 323 | 221 | 0 | 5 | 42 | 15 | 64 | 65 | 110 |
| Binary | 11011101 | 11010011 | 10010001 | 0 | 101 | 100010 | 1101 | 110100 | 110101 | 1001000 |
Color Harmonies of #DDD391
Complementary color
Monochromatic Colors of #DDD391
Black with #DDD391
Text Example
Text Example
White with #DDD391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD391; }
p { color: rgb(221,211,145); }
H1.HeaderClassName
{
color: #DDD391;
}
.AnyTagClassName
{
color: #DDD391;
}
</style>
background-color css
<style>
a { background-color: #DDD391; }
a { background-color: rgb(221,211,145); }
div.DivClassName
{
background-color: #DDD391;
}
.BgClassName
{
background-color: #DDD391;
}
</style>
border-color css
<style>
span { border-color: #DDD391; }
span { border-color: rgb(221,211,145); }
td.TdClassName
{
border-color: #DDD391;
}
.TagClassName
{
border-color: #DDD391;
}
</style>