Shades of Tahuna Sands #D1CA9A
Tints of Tahuna Sands #D1CA9A
RGB
CMYK
RGB Variations
Color information
#D1CA9A (or 0xD1CA9A) is known color: Tahuna Sands. HEX triplet: D1, CA and 9A. RGB value is (209,202,154). Sum of RGB (Red+Green+Blue) = 209+202+154=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CA9A is #2E3565. Grayscale: #C6C6C6. Windows color (decimal): -3028326 or 10144465. OLE color: 10144465.
HSL color Cylindrical-coordinate representation of color #D1CA9A: hue angle of 52.36º 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 #D1CA9A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 154 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.18 |
| HSL | 52.36º | 0.37% | 0.71% | - |
| HSV(B) | 52.36º | 0.26% | 0.82% | - |
| XYZ | 53.25 | 58.13 | 38.99 | - |
| YUV | 198.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 154 | 0 | 0.03 | 0.26 | 0.18 | 52.36 | 0.37 | 0.71 |
| Hex | D1 | CA | 9A | 0 | 3 | 1A | 12 | 34 | 25 | 47 |
| Octal | 321 | 312 | 232 | 0 | 3 | 32 | 22 | 64 | 45 | 107 |
| Binary | 11010001 | 11001010 | 10011010 | 0 | 11 | 11010 | 10010 | 110100 | 100101 | 1000111 |
Color Harmonies of #D1CA9A
Complementary color
Monochromatic Colors of #D1CA9A
Black with #D1CA9A
Text Example
Text Example
White with #D1CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA9A; }
p { color: rgb(209,202,154); }
H1.HeaderClassName
{
color: #D1CA9A;
}
.AnyTagClassName
{
color: #D1CA9A;
}
</style>
background-color css
<style>
a { background-color: #D1CA9A; }
a { background-color: rgb(209,202,154); }
div.DivClassName
{
background-color: #D1CA9A;
}
.BgClassName
{
background-color: #D1CA9A;
}
</style>
border-color css
<style>
span { border-color: #D1CA9A; }
span { border-color: rgb(209,202,154); }
td.TdClassName
{
border-color: #D1CA9A;
}
.TagClassName
{
border-color: #D1CA9A;
}
</style>