Shades of Tahuna Sands #DDD29B
Tints of Tahuna Sands #DDD29B
RGB
CMYK
RGB Variations
Color information
#DDD29B (or 0xDDD29B) is known color: Tahuna Sands. HEX triplet: DD, D2 and 9B. RGB value is (221,210,155). Sum of RGB (Red+Green+Blue) = 221+210+155=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD29B is #222D64. Grayscale: #CFCFCF. Windows color (decimal): -2239845 or 10212061. OLE color: 10212061.
HSL color Cylindrical-coordinate representation of color #DDD29B: hue angle of 50º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDD29B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 155 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.13 |
| HSL | 50º | 0.49% | 0.74% | - |
| HSV(B) | 50º | 0.3% | 0.87% | - |
| XYZ | 58.78 | 63.83 | 40.23 | - |
| YUV | 207.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 155 | 0 | 0.05 | 0.30 | 0.13 | 50 | 0.49 | 0.74 |
| Hex | DD | D2 | 9B | 0 | 5 | 1E | D | 32 | 31 | 4A |
| Octal | 335 | 322 | 233 | 0 | 5 | 36 | 15 | 62 | 61 | 112 |
| Binary | 11011101 | 11010010 | 10011011 | 0 | 101 | 11110 | 1101 | 110010 | 110001 | 1001010 |
Color Harmonies of #DDD29B
Complementary color
Monochromatic Colors of #DDD29B
Black with #DDD29B
Text Example
Text Example
White with #DDD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD29B; }
p { color: rgb(221,210,155); }
H1.HeaderClassName
{
color: #DDD29B;
}
.AnyTagClassName
{
color: #DDD29B;
}
</style>
background-color css
<style>
a { background-color: #DDD29B; }
a { background-color: rgb(221,210,155); }
div.DivClassName
{
background-color: #DDD29B;
}
.BgClassName
{
background-color: #DDD29B;
}
</style>
border-color css
<style>
span { border-color: #DDD29B; }
span { border-color: rgb(221,210,155); }
td.TdClassName
{
border-color: #DDD29B;
}
.TagClassName
{
border-color: #DDD29B;
}
</style>