Shades of Tahuna Sands #D3CC9E
Tints of Tahuna Sands #D3CC9E
RGB
CMYK
RGB Variations
Color information
#D3CC9E (or 0xD3CC9E) is known color: Tahuna Sands. HEX triplet: D3, CC and 9E. RGB value is (211,204,158). Sum of RGB (Red+Green+Blue) = 211+204+158=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CC9E is #2C3361. Grayscale: #C9C9C9. Windows color (decimal): -2896738 or 10407123. OLE color: 10407123.
HSL color Cylindrical-coordinate representation of color #D3CC9E: hue angle of 52.08º 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 #D3CC9E is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 158 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.17 |
| HSL | 52.08º | 0.38% | 0.72% | - |
| HSV(B) | 52.08º | 0.25% | 0.83% | - |
| XYZ | 54.63 | 59.5 | 40.95 | - |
| YUV | 200.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 158 | 0 | 0.03 | 0.25 | 0.17 | 52.08 | 0.38 | 0.72 |
| Hex | D3 | CC | 9E | 0 | 3 | 19 | 11 | 34 | 26 | 48 |
| Octal | 323 | 314 | 236 | 0 | 3 | 31 | 21 | 64 | 46 | 110 |
| Binary | 11010011 | 11001100 | 10011110 | 0 | 11 | 11001 | 10001 | 110100 | 100110 | 1001000 |
Color Harmonies of #D3CC9E
Complementary color
Monochromatic Colors of #D3CC9E
Black with #D3CC9E
Text Example
Text Example
White with #D3CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CC9E; }
p { color: rgb(211,204,158); }
H1.HeaderClassName
{
color: #D3CC9E;
}
.AnyTagClassName
{
color: #D3CC9E;
}
</style>
background-color css
<style>
a { background-color: #D3CC9E; }
a { background-color: rgb(211,204,158); }
div.DivClassName
{
background-color: #D3CC9E;
}
.BgClassName
{
background-color: #D3CC9E;
}
</style>
border-color css
<style>
span { border-color: #D3CC9E; }
span { border-color: rgb(211,204,158); }
td.TdClassName
{
border-color: #D3CC9E;
}
.TagClassName
{
border-color: #D3CC9E;
}
</style>