Shades of Tahuna Sands #D3CA9E
Tints of Tahuna Sands #D3CA9E
RGB
CMYK
RGB Variations
Color information
#D3CA9E (or 0xD3CA9E) is known color: Tahuna Sands. HEX triplet: D3, CA and 9E. RGB value is (211,202,158). Sum of RGB (Red+Green+Blue) = 211+202+158=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CA9E is #2C3561. Grayscale: #C7C7C7. Windows color (decimal): -2897250 or 10406611. OLE color: 10406611.
HSL color Cylindrical-coordinate representation of color #D3CA9E: hue angle of 49.81º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3CA9E is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 158 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.17 |
| HSL | 49.81º | 0.38% | 0.72% | - |
| HSV(B) | 49.81º | 0.25% | 0.83% | - |
| XYZ | 54.16 | 58.56 | 40.8 | - |
| YUV | 199.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 158 | 0 | 0.04 | 0.25 | 0.17 | 49.81 | 0.38 | 0.72 |
| Hex | D3 | CA | 9E | 0 | 4 | 19 | 11 | 32 | 26 | 48 |
| Octal | 323 | 312 | 236 | 0 | 4 | 31 | 21 | 62 | 46 | 110 |
| Binary | 11010011 | 11001010 | 10011110 | 0 | 100 | 11001 | 10001 | 110010 | 100110 | 1001000 |
Color Harmonies of #D3CA9E
Complementary color
Monochromatic Colors of #D3CA9E
Black with #D3CA9E
Text Example
Text Example
White with #D3CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CA9E; }
p { color: rgb(211,202,158); }
H1.HeaderClassName
{
color: #D3CA9E;
}
.AnyTagClassName
{
color: #D3CA9E;
}
</style>
background-color css
<style>
a { background-color: #D3CA9E; }
a { background-color: rgb(211,202,158); }
div.DivClassName
{
background-color: #D3CA9E;
}
.BgClassName
{
background-color: #D3CA9E;
}
</style>
border-color css
<style>
span { border-color: #D3CA9E; }
span { border-color: rgb(211,202,158); }
td.TdClassName
{
border-color: #D3CA9E;
}
.TagClassName
{
border-color: #D3CA9E;
}
</style>