Shades of Tahuna Sands #DDD29C
Tints of Tahuna Sands #DDD29C
RGB
CMYK
RGB Variations
Color information
#DDD29C (or 0xDDD29C) is known color: Tahuna Sands. HEX triplet: DD, D2 and 9C. RGB value is (221,210,156). Sum of RGB (Red+Green+Blue) = 221+210+156=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD29C is #222D63. Grayscale: #CFCFCF. Windows color (decimal): -2239844 or 10277597. OLE color: 10277597.
HSL color Cylindrical-coordinate representation of color #DDD29C: hue angle of 49.85º degrees, saturation: 0.49, 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 #DDD29C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 210 | 156 | - |
CMYK | 0 | 0.05 | 0.29 | 0.13 |
HSL | 49.85º | 0.49% | 0.74% | - |
HSV(B) | 49.85º | 0.29% | 0.87% | - |
XYZ | 58.87 | 63.87 | 40.68 | - |
YUV | 207.13 | 99.14 | 137.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 210 | 156 | 0 | 0.05 | 0.29 | 0.13 | 49.85 | 0.49 | 0.74 |
Hex | DD | D2 | 9C | 0 | 5 | 1D | D | 32 | 31 | 4A |
Octal | 335 | 322 | 234 | 0 | 5 | 35 | 15 | 62 | 61 | 112 |
Binary | 11011101 | 11010010 | 10011100 | 0 | 101 | 11101 | 1101 | 110010 | 110001 | 1001010 |
Color Harmonies of #DDD29C
Complementary color
Monochromatic Colors of #DDD29C
Black with #DDD29C
Text Example
Text Example
White with #DDD29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD29C; }
p { color: rgb(221,210,156); }
H1.HeaderClassName
{
color: #DDD29C;
}
.AnyTagClassName
{
color: #DDD29C;
}
</style>
background-color css
<style>
a { background-color: #DDD29C; }
a { background-color: rgb(221,210,156); }
div.DivClassName
{
background-color: #DDD29C;
}
.BgClassName
{
background-color: #DDD29C;
}
</style>
border-color css
<style>
span { border-color: #DDD29C; }
span { border-color: rgb(221,210,156); }
td.TdClassName
{
border-color: #DDD29C;
}
.TagClassName
{
border-color: #DDD29C;
}
</style>