Shades of Tahuna Sands #DDD19A
Tints of Tahuna Sands #DDD19A
RGB
CMYK
RGB Variations
Color information
#DDD19A (or 0xDDD19A) is known color: Tahuna Sands. HEX triplet: DD, D1 and 9A. RGB value is (221,209,154). Sum of RGB (Red+Green+Blue) = 221+209+154=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD19A is #222E65. Grayscale: #CECECE. Windows color (decimal): -2240102 or 10146269. OLE color: 10146269.
HSL color Cylindrical-coordinate representation of color #DDD19A: hue angle of 49.25º degrees, saturation: 0.5, 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 #DDD19A is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 154 | - |
CMYK | 0 | 0.05 | 0.30 | 0.13 |
HSL | 49.25º | 0.5% | 0.74% | - |
HSV(B) | 49.25º | 0.3% | 0.87% | - |
XYZ | 58.45 | 63.31 | 39.71 | - |
YUV | 206.32 | 98.48 | 138.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 154 | 0 | 0.05 | 0.30 | 0.13 | 49.25 | 0.5 | 0.74 |
Hex | DD | D1 | 9A | 0 | 5 | 1E | D | 31 | 32 | 4A |
Octal | 335 | 321 | 232 | 0 | 5 | 36 | 15 | 61 | 62 | 112 |
Binary | 11011101 | 11010001 | 10011010 | 0 | 101 | 11110 | 1101 | 110001 | 110010 | 1001010 |
Color Harmonies of #DDD19A
Complementary color
Monochromatic Colors of #DDD19A
Black with #DDD19A
Text Example
Text Example
White with #DDD19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD19A; }
p { color: rgb(221,209,154); }
H1.HeaderClassName
{
color: #DDD19A;
}
.AnyTagClassName
{
color: #DDD19A;
}
</style>
background-color css
<style>
a { background-color: #DDD19A; }
a { background-color: rgb(221,209,154); }
div.DivClassName
{
background-color: #DDD19A;
}
.BgClassName
{
background-color: #DDD19A;
}
</style>
border-color css
<style>
span { border-color: #DDD19A; }
span { border-color: rgb(221,209,154); }
td.TdClassName
{
border-color: #DDD19A;
}
.TagClassName
{
border-color: #DDD19A;
}
</style>