Shades of Tahuna Sands #D2CA91
Tints of Tahuna Sands #D2CA91
RGB
CMYK
RGB Variations
Color information
#D2CA91 (or 0xD2CA91) is known color: Tahuna Sands. HEX triplet: D2, CA and 91. RGB value is (210,202,145). Sum of RGB (Red+Green+Blue) = 210+202+145=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CA91 is #2D356E. Grayscale: #C6C6C6. Windows color (decimal): -2962799 or 9554642. OLE color: 9554642.
HSL color Cylindrical-coordinate representation of color #D2CA91: hue angle of 52.62º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2CA91 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 145 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.18 |
| HSL | 52.62º | 0.42% | 0.7% | - |
| HSV(B) | 52.62º | 0.31% | 0.82% | - |
| XYZ | 52.81 | 57.99 | 35.2 | - |
| YUV | 197.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 145 | 0 | 0.04 | 0.31 | 0.18 | 52.62 | 0.42 | 0.7 |
| Hex | D2 | CA | 91 | 0 | 4 | 1F | 12 | 35 | 2A | 46 |
| Octal | 322 | 312 | 221 | 0 | 4 | 37 | 22 | 65 | 52 | 106 |
| Binary | 11010010 | 11001010 | 10010001 | 0 | 100 | 11111 | 10010 | 110101 | 101010 | 1000110 |
Color Harmonies of #D2CA91
Complementary color
Monochromatic Colors of #D2CA91
Black with #D2CA91
Text Example
Text Example
White with #D2CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CA91; }
p { color: rgb(210,202,145); }
H1.HeaderClassName
{
color: #D2CA91;
}
.AnyTagClassName
{
color: #D2CA91;
}
</style>
background-color css
<style>
a { background-color: #D2CA91; }
a { background-color: rgb(210,202,145); }
div.DivClassName
{
background-color: #D2CA91;
}
.BgClassName
{
background-color: #D2CA91;
}
</style>
border-color css
<style>
span { border-color: #D2CA91; }
span { border-color: rgb(210,202,145); }
td.TdClassName
{
border-color: #D2CA91;
}
.TagClassName
{
border-color: #D2CA91;
}
</style>