Shades of Tahuna Sands #D3CCA6
Tints of Tahuna Sands #D3CCA6
RGB
CMYK
RGB Variations
Color information
#D3CCA6 (or 0xD3CCA6) is known color: Tahuna Sands. HEX triplet: D3, CC and A6. RGB value is (211,204,166). Sum of RGB (Red+Green+Blue) = 211+204+166=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CCA6 is #2C3359. Grayscale: #C9C9C9. Windows color (decimal): -2896730 or 10931411. OLE color: 10931411.
HSL color Cylindrical-coordinate representation of color #D3CCA6: hue angle of 50.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3CCA6 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 166 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.17 |
| HSL | 50.67º | 0.34% | 0.74% | - |
| HSV(B) | 50.67º | 0.21% | 0.83% | - |
| XYZ | 55.34 | 59.79 | 44.7 | - |
| YUV | 201.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 166 | 0 | 0.03 | 0.21 | 0.17 | 50.67 | 0.34 | 0.74 |
| Hex | D3 | CC | A6 | 0 | 3 | 15 | 11 | 33 | 22 | 4A |
| Octal | 323 | 314 | 246 | 0 | 3 | 25 | 21 | 63 | 42 | 112 |
| Binary | 11010011 | 11001100 | 10100110 | 0 | 11 | 10101 | 10001 | 110011 | 100010 | 1001010 |
Color Harmonies of #D3CCA6
Complementary color
Monochromatic Colors of #D3CCA6
Black with #D3CCA6
Text Example
Text Example
White with #D3CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCA6; }
p { color: rgb(211,204,166); }
H1.HeaderClassName
{
color: #D3CCA6;
}
.AnyTagClassName
{
color: #D3CCA6;
}
</style>
background-color css
<style>
a { background-color: #D3CCA6; }
a { background-color: rgb(211,204,166); }
div.DivClassName
{
background-color: #D3CCA6;
}
.BgClassName
{
background-color: #D3CCA6;
}
</style>
border-color css
<style>
span { border-color: #D3CCA6; }
span { border-color: rgb(211,204,166); }
td.TdClassName
{
border-color: #D3CCA6;
}
.TagClassName
{
border-color: #D3CCA6;
}
</style>