Shades of Tahuna Sands #D1CA90
Tints of Tahuna Sands #D1CA90
RGB
CMYK
RGB Variations
Color information
#D1CA90 (or 0xD1CA90) is known color: Tahuna Sands. HEX triplet: D1, CA and 90. RGB value is (209,202,144). Sum of RGB (Red+Green+Blue) = 209+202+144=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CA90 is #2E356F. Grayscale: #C5C5C5. Windows color (decimal): -3028336 or 9489105. OLE color: 9489105.
HSL color Cylindrical-coordinate representation of color #D1CA90: hue angle of 53.54º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1CA90 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 144 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.18 |
| HSL | 53.54º | 0.41% | 0.69% | - |
| HSV(B) | 53.54º | 0.31% | 0.82% | - |
| XYZ | 52.45 | 57.81 | 34.78 | - |
| YUV | 197.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 144 | 0 | 0.03 | 0.31 | 0.18 | 53.54 | 0.41 | 0.69 |
| Hex | D1 | CA | 90 | 0 | 3 | 1F | 12 | 36 | 29 | 45 |
| Octal | 321 | 312 | 220 | 0 | 3 | 37 | 22 | 66 | 51 | 105 |
| Binary | 11010001 | 11001010 | 10010000 | 0 | 11 | 11111 | 10010 | 110110 | 101001 | 1000101 |
Color Harmonies of #D1CA90
Complementary color
Monochromatic Colors of #D1CA90
Black with #D1CA90
Text Example
Text Example
White with #D1CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA90; }
p { color: rgb(209,202,144); }
H1.HeaderClassName
{
color: #D1CA90;
}
.AnyTagClassName
{
color: #D1CA90;
}
</style>
background-color css
<style>
a { background-color: #D1CA90; }
a { background-color: rgb(209,202,144); }
div.DivClassName
{
background-color: #D1CA90;
}
.BgClassName
{
background-color: #D1CA90;
}
</style>
border-color css
<style>
span { border-color: #D1CA90; }
span { border-color: rgb(209,202,144); }
td.TdClassName
{
border-color: #D1CA90;
}
.TagClassName
{
border-color: #D1CA90;
}
</style>