Shades of Tahuna Sands #DDCD96
Tints of Tahuna Sands #DDCD96
RGB
CMYK
RGB Variations
Color information
#DDCD96 (or 0xDDCD96) is known color: Tahuna Sands. HEX triplet: DD, CD and 96. RGB value is (221,205,150). Sum of RGB (Red+Green+Blue) = 221+205+150=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD96 is #223269. Grayscale: #CBCBCB. Windows color (decimal): -2241130 or 9883101. OLE color: 9883101.
HSL color Cylindrical-coordinate representation of color #DDCD96: hue angle of 46.48º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDCD96 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 150 | - |
CMYK | 0 | 0.07 | 0.32 | 0.13 |
HSL | 46.48º | 0.51% | 0.73% | - |
HSV(B) | 46.48º | 0.32% | 0.87% | - |
XYZ | 57.16 | 61.24 | 37.66 | - |
YUV | 203.51 | 97.8 | 140.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 150 | 0 | 0.07 | 0.32 | 0.13 | 46.48 | 0.51 | 0.73 |
Hex | DD | CD | 96 | 0 | 7 | 20 | D | 2E | 33 | 49 |
Octal | 335 | 315 | 226 | 0 | 7 | 40 | 15 | 56 | 63 | 111 |
Binary | 11011101 | 11001101 | 10010110 | 0 | 111 | 100000 | 1101 | 101110 | 110011 | 1001001 |
Color Harmonies of #DDCD96
Complementary color
Monochromatic Colors of #DDCD96
Black with #DDCD96
Text Example
Text Example
White with #DDCD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD96; }
p { color: rgb(221,205,150); }
H1.HeaderClassName
{
color: #DDCD96;
}
.AnyTagClassName
{
color: #DDCD96;
}
</style>
background-color css
<style>
a { background-color: #DDCD96; }
a { background-color: rgb(221,205,150); }
div.DivClassName
{
background-color: #DDCD96;
}
.BgClassName
{
background-color: #DDCD96;
}
</style>
border-color css
<style>
span { border-color: #DDCD96; }
span { border-color: rgb(221,205,150); }
td.TdClassName
{
border-color: #DDCD96;
}
.TagClassName
{
border-color: #DDCD96;
}
</style>