Shades of Tahuna Sands #D1CC9A
Tints of Tahuna Sands #D1CC9A
RGB
CMYK
RGB Variations
Color information
#D1CC9A (or 0xD1CC9A) is known color: Tahuna Sands. HEX triplet: D1, CC and 9A. RGB value is (209,204,154). Sum of RGB (Red+Green+Blue) = 209+204+154=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CC9A is #2E3365. Grayscale: #C8C8C8. Windows color (decimal): -3027814 or 10144977. OLE color: 10144977.
HSL color Cylindrical-coordinate representation of color #D1CC9A: hue angle of 54.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1CC9A is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 154 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.18 |
| HSL | 54.55º | 0.37% | 0.71% | - |
| HSV(B) | 54.55º | 0.26% | 0.82% | - |
| XYZ | 53.72 | 59.07 | 39.14 | - |
| YUV | 199.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 154 | 0 | 0.02 | 0.26 | 0.18 | 54.55 | 0.37 | 0.71 |
| Hex | D1 | CC | 9A | 0 | 2 | 1A | 12 | 37 | 25 | 47 |
| Octal | 321 | 314 | 232 | 0 | 2 | 32 | 22 | 67 | 45 | 107 |
| Binary | 11010001 | 11001100 | 10011010 | 0 | 10 | 11010 | 10010 | 110111 | 100101 | 1000111 |
Color Harmonies of #D1CC9A
Complementary color
Monochromatic Colors of #D1CC9A
Black with #D1CC9A
Text Example
Text Example
White with #D1CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC9A; }
p { color: rgb(209,204,154); }
H1.HeaderClassName
{
color: #D1CC9A;
}
.AnyTagClassName
{
color: #D1CC9A;
}
</style>
background-color css
<style>
a { background-color: #D1CC9A; }
a { background-color: rgb(209,204,154); }
div.DivClassName
{
background-color: #D1CC9A;
}
.BgClassName
{
background-color: #D1CC9A;
}
</style>
border-color css
<style>
span { border-color: #D1CC9A; }
span { border-color: rgb(209,204,154); }
td.TdClassName
{
border-color: #D1CC9A;
}
.TagClassName
{
border-color: #D1CC9A;
}
</style>