Shades of Tahuna Sands #DDCB96
Tints of Tahuna Sands #DDCB96
RGB
CMYK
RGB Variations
Color information
#DDCB96 (or 0xDDCB96) is known color: Tahuna Sands. HEX triplet: DD, CB and 96. RGB value is (221,203,150). Sum of RGB (Red+Green+Blue) = 221+203+150=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB96 is #223469. Grayscale: #CACACA. Windows color (decimal): -2241642 or 9882589. OLE color: 9882589.
HSL color Cylindrical-coordinate representation of color #DDCB96: hue angle of 44.79º 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 #DDCB96 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 150 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.13 |
| HSL | 44.79º | 0.51% | 0.73% | - |
| HSV(B) | 44.79º | 0.32% | 0.87% | - |
| XYZ | 56.68 | 60.29 | 37.5 | - |
| YUV | 202.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 150 | 0 | 0.08 | 0.32 | 0.13 | 44.79 | 0.51 | 0.73 |
| Hex | DD | CB | 96 | 0 | 8 | 20 | D | 2D | 33 | 49 |
| Octal | 335 | 313 | 226 | 0 | 10 | 40 | 15 | 55 | 63 | 111 |
| Binary | 11011101 | 11001011 | 10010110 | 0 | 1000 | 100000 | 1101 | 101101 | 110011 | 1001001 |
Color Harmonies of #DDCB96
Complementary color
Monochromatic Colors of #DDCB96
Black with #DDCB96
Text Example
Text Example
White with #DDCB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB96; }
p { color: rgb(221,203,150); }
H1.HeaderClassName
{
color: #DDCB96;
}
.AnyTagClassName
{
color: #DDCB96;
}
</style>
background-color css
<style>
a { background-color: #DDCB96; }
a { background-color: rgb(221,203,150); }
div.DivClassName
{
background-color: #DDCB96;
}
.BgClassName
{
background-color: #DDCB96;
}
</style>
border-color css
<style>
span { border-color: #DDCB96; }
span { border-color: rgb(221,203,150); }
td.TdClassName
{
border-color: #DDCB96;
}
.TagClassName
{
border-color: #DDCB96;
}
</style>