Shades of Tahuna Sands #D3CB90
Tints of Tahuna Sands #D3CB90
RGB
CMYK
RGB Variations
Color information
#D3CB90 (or 0xD3CB90) is known color: Tahuna Sands. HEX triplet: D3, CB and 90. RGB value is (211,203,144). Sum of RGB (Red+Green+Blue) = 211+203+144=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CB90 is #2C346F. Grayscale: #C6C6C6. Windows color (decimal): -2897008 or 9489363. OLE color: 9489363.
HSL color Cylindrical-coordinate representation of color #D3CB90: hue angle of 52.84º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3CB90 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 144 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.17 |
| HSL | 52.84º | 0.43% | 0.7% | - |
| HSV(B) | 52.84º | 0.32% | 0.83% | - |
| XYZ | 53.25 | 58.57 | 34.88 | - |
| YUV | 198.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 144 | 0 | 0.04 | 0.32 | 0.17 | 52.84 | 0.43 | 0.7 |
| Hex | D3 | CB | 90 | 0 | 4 | 20 | 11 | 35 | 2B | 46 |
| Octal | 323 | 313 | 220 | 0 | 4 | 40 | 21 | 65 | 53 | 106 |
| Binary | 11010011 | 11001011 | 10010000 | 0 | 100 | 100000 | 10001 | 110101 | 101011 | 1000110 |
Color Harmonies of #D3CB90
Complementary color
Monochromatic Colors of #D3CB90
Black with #D3CB90
Text Example
Text Example
White with #D3CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CB90; }
p { color: rgb(211,203,144); }
H1.HeaderClassName
{
color: #D3CB90;
}
.AnyTagClassName
{
color: #D3CB90;
}
</style>
background-color css
<style>
a { background-color: #D3CB90; }
a { background-color: rgb(211,203,144); }
div.DivClassName
{
background-color: #D3CB90;
}
.BgClassName
{
background-color: #D3CB90;
}
</style>
border-color css
<style>
span { border-color: #D3CB90; }
span { border-color: rgb(211,203,144); }
td.TdClassName
{
border-color: #D3CB90;
}
.TagClassName
{
border-color: #D3CB90;
}
</style>