Shades of Tahuna Sands #D0CB93
Tints of Tahuna Sands #D0CB93
RGB
CMYK
RGB Variations
Color information
#D0CB93 (or 0xD0CB93) is known color: Tahuna Sands. HEX triplet: D0, CB and 93. RGB value is (208,203,147). Sum of RGB (Red+Green+Blue) = 208+203+147=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB93 is #2F346C. Grayscale: #C6C6C6. Windows color (decimal): -3093613 or 9685968. OLE color: 9685968.
HSL color Cylindrical-coordinate representation of color #D0CB93: hue angle of 55.08º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0CB93 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 147 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.18 |
| HSL | 55.08º | 0.39% | 0.7% | - |
| HSV(B) | 55.08º | 0.29% | 0.82% | - |
| XYZ | 52.63 | 58.23 | 36.07 | - |
| YUV | 198.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 147 | 0 | 0.02 | 0.29 | 0.18 | 55.08 | 0.39 | 0.7 |
| Hex | D0 | CB | 93 | 0 | 2 | 1D | 12 | 37 | 27 | 46 |
| Octal | 320 | 313 | 223 | 0 | 2 | 35 | 22 | 67 | 47 | 106 |
| Binary | 11010000 | 11001011 | 10010011 | 0 | 10 | 11101 | 10010 | 110111 | 100111 | 1000110 |
Color Harmonies of #D0CB93
Complementary color
Monochromatic Colors of #D0CB93
Black with #D0CB93
Text Example
Text Example
White with #D0CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB93; }
p { color: rgb(208,203,147); }
H1.HeaderClassName
{
color: #D0CB93;
}
.AnyTagClassName
{
color: #D0CB93;
}
</style>
background-color css
<style>
a { background-color: #D0CB93; }
a { background-color: rgb(208,203,147); }
div.DivClassName
{
background-color: #D0CB93;
}
.BgClassName
{
background-color: #D0CB93;
}
</style>
border-color css
<style>
span { border-color: #D0CB93; }
span { border-color: rgb(208,203,147); }
td.TdClassName
{
border-color: #D0CB93;
}
.TagClassName
{
border-color: #D0CB93;
}
</style>