Shades of Tahuna Sands #D1CB93
Tints of Tahuna Sands #D1CB93
RGB
CMYK
RGB Variations
Color information
#D1CB93 (or 0xD1CB93) is known color: Tahuna Sands. HEX triplet: D1, CB and 93. RGB value is (209,203,147). Sum of RGB (Red+Green+Blue) = 209+203+147=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CB93 is #2E346C. Grayscale: #C6C6C6. Windows color (decimal): -3028077 or 9685969. OLE color: 9685969.
HSL color Cylindrical-coordinate representation of color #D1CB93: hue angle of 54.19º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1CB93 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 147 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.18 |
| HSL | 54.19º | 0.4% | 0.7% | - |
| HSV(B) | 54.19º | 0.3% | 0.82% | - |
| XYZ | 52.92 | 58.37 | 36.08 | - |
| YUV | 198.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 147 | 0 | 0.03 | 0.30 | 0.18 | 54.19 | 0.4 | 0.7 |
| Hex | D1 | CB | 93 | 0 | 3 | 1E | 12 | 36 | 28 | 46 |
| Octal | 321 | 313 | 223 | 0 | 3 | 36 | 22 | 66 | 50 | 106 |
| Binary | 11010001 | 11001011 | 10010011 | 0 | 11 | 11110 | 10010 | 110110 | 101000 | 1000110 |
Color Harmonies of #D1CB93
Complementary color
Monochromatic Colors of #D1CB93
Black with #D1CB93
Text Example
Text Example
White with #D1CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB93; }
p { color: rgb(209,203,147); }
H1.HeaderClassName
{
color: #D1CB93;
}
.AnyTagClassName
{
color: #D1CB93;
}
</style>
background-color css
<style>
a { background-color: #D1CB93; }
a { background-color: rgb(209,203,147); }
div.DivClassName
{
background-color: #D1CB93;
}
.BgClassName
{
background-color: #D1CB93;
}
</style>
border-color css
<style>
span { border-color: #D1CB93; }
span { border-color: rgb(209,203,147); }
td.TdClassName
{
border-color: #D1CB93;
}
.TagClassName
{
border-color: #D1CB93;
}
</style>