Shades of Tahuna Sands #DDD09C
Tints of Tahuna Sands #DDD09C
RGB
CMYK
RGB Variations
Color information
#DDD09C (or 0xDDD09C) is known color: Tahuna Sands. HEX triplet: DD, D0 and 9C. RGB value is (221,208,156). Sum of RGB (Red+Green+Blue) = 221+208+156=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD09C is #222F63. Grayscale: #CECECE. Windows color (decimal): -2240356 or 10277085. OLE color: 10277085.
HSL color Cylindrical-coordinate representation of color #DDD09C: hue angle of 48º 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 #DDD09C is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 156 | - |
CMYK | 0 | 0.06 | 0.29 | 0.13 |
HSL | 48º | 0.49% | 0.74% | - |
HSV(B) | 48º | 0.29% | 0.87% | - |
XYZ | 58.38 | 62.88 | 40.51 | - |
YUV | 205.96 | 99.81 | 138.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 156 | 0 | 0.06 | 0.29 | 0.13 | 48 | 0.49 | 0.74 |
Hex | DD | D0 | 9C | 0 | 6 | 1D | D | 30 | 31 | 4A |
Octal | 335 | 320 | 234 | 0 | 6 | 35 | 15 | 60 | 61 | 112 |
Binary | 11011101 | 11010000 | 10011100 | 0 | 110 | 11101 | 1101 | 110000 | 110001 | 1001010 |
Color Harmonies of #DDD09C
Complementary color
Monochromatic Colors of #DDD09C
Black with #DDD09C
Text Example
Text Example
White with #DDD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD09C; }
p { color: rgb(221,208,156); }
H1.HeaderClassName
{
color: #DDD09C;
}
.AnyTagClassName
{
color: #DDD09C;
}
</style>
background-color css
<style>
a { background-color: #DDD09C; }
a { background-color: rgb(221,208,156); }
div.DivClassName
{
background-color: #DDD09C;
}
.BgClassName
{
background-color: #DDD09C;
}
</style>
border-color css
<style>
span { border-color: #DDD09C; }
span { border-color: rgb(221,208,156); }
td.TdClassName
{
border-color: #DDD09C;
}
.TagClassName
{
border-color: #DDD09C;
}
</style>