Shades of Tahuna Sands #D0C396
Tints of Tahuna Sands #D0C396
RGB
CMYK
RGB Variations
Color information
#D0C396 (or 0xD0C396) is known color: Tahuna Sands. HEX triplet: D0, C3 and 96. RGB value is (208,195,150). Sum of RGB (Red+Green+Blue) = 208+195+150=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C396 is #2F3C69. Grayscale: #C1C1C1. Windows color (decimal): -3095658 or 9880528. OLE color: 9880528.
HSL color Cylindrical-coordinate representation of color #D0C396: hue angle of 46.55º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0C396 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 150 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.18 |
| HSL | 46.55º | 0.38% | 0.7% | - |
| HSV(B) | 46.55º | 0.28% | 0.82% | - |
| XYZ | 51.03 | 54.64 | 36.71 | - |
| YUV | 193.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 150 | 0 | 0.06 | 0.28 | 0.18 | 46.55 | 0.38 | 0.7 |
| Hex | D0 | C3 | 96 | 0 | 6 | 1C | 12 | 2F | 26 | 46 |
| Octal | 320 | 303 | 226 | 0 | 6 | 34 | 22 | 57 | 46 | 106 |
| Binary | 11010000 | 11000011 | 10010110 | 0 | 110 | 11100 | 10010 | 101111 | 100110 | 1000110 |
Color Harmonies of #D0C396
Complementary color
Monochromatic Colors of #D0C396
Black with #D0C396
Text Example
Text Example
White with #D0C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C396; }
p { color: rgb(208,195,150); }
H1.HeaderClassName
{
color: #D0C396;
}
.AnyTagClassName
{
color: #D0C396;
}
</style>
background-color css
<style>
a { background-color: #D0C396; }
a { background-color: rgb(208,195,150); }
div.DivClassName
{
background-color: #D0C396;
}
.BgClassName
{
background-color: #D0C396;
}
</style>
border-color css
<style>
span { border-color: #D0C396; }
span { border-color: rgb(208,195,150); }
td.TdClassName
{
border-color: #D0C396;
}
.TagClassName
{
border-color: #D0C396;
}
</style>