Shades of Tahuna Sands #D3CBA6
Tints of Tahuna Sands #D3CBA6
RGB
CMYK
RGB Variations
Color information
#D3CBA6 (or 0xD3CBA6) is known color: Tahuna Sands. HEX triplet: D3, CB and A6. RGB value is (211,203,166). Sum of RGB (Red+Green+Blue) = 211+203+166=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CBA6 is #2C3459. Grayscale: #C9C9C9. Windows color (decimal): -2896986 or 10931155. OLE color: 10931155.
HSL color Cylindrical-coordinate representation of color #D3CBA6: hue angle of 49.33º 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 #D3CBA6 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 166 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.17 |
| HSL | 49.33º | 0.34% | 0.74% | - |
| HSV(B) | 49.33º | 0.21% | 0.83% | - |
| XYZ | 55.1 | 59.31 | 44.62 | - |
| YUV | 201.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 166 | 0 | 0.04 | 0.21 | 0.17 | 49.33 | 0.34 | 0.74 |
| Hex | D3 | CB | A6 | 0 | 4 | 15 | 11 | 31 | 22 | 4A |
| Octal | 323 | 313 | 246 | 0 | 4 | 25 | 21 | 61 | 42 | 112 |
| Binary | 11010011 | 11001011 | 10100110 | 0 | 100 | 10101 | 10001 | 110001 | 100010 | 1001010 |
Color Harmonies of #D3CBA6
Complementary color
Monochromatic Colors of #D3CBA6
Black with #D3CBA6
Text Example
Text Example
White with #D3CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBA6; }
p { color: rgb(211,203,166); }
H1.HeaderClassName
{
color: #D3CBA6;
}
.AnyTagClassName
{
color: #D3CBA6;
}
</style>
background-color css
<style>
a { background-color: #D3CBA6; }
a { background-color: rgb(211,203,166); }
div.DivClassName
{
background-color: #D3CBA6;
}
.BgClassName
{
background-color: #D3CBA6;
}
</style>
border-color css
<style>
span { border-color: #D3CBA6; }
span { border-color: rgb(211,203,166); }
td.TdClassName
{
border-color: #D3CBA6;
}
.TagClassName
{
border-color: #D3CBA6;
}
</style>