Shades of Tahuna Sands #D0CB9C
Tints of Tahuna Sands #D0CB9C
RGB
CMYK
RGB Variations
Color information
#D0CB9C (or 0xD0CB9C) is known color: Tahuna Sands. HEX triplet: D0, CB and 9C. RGB value is (208,203,156). Sum of RGB (Red+Green+Blue) = 208+203+156=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB9C is #2F3463. Grayscale: #C7C7C7. Windows color (decimal): -3093604 or 10275792. OLE color: 10275792.
HSL color Cylindrical-coordinate representation of color #D0CB9C: hue angle of 54.23º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0CB9C is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 156 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.18 |
| HSL | 54.23º | 0.36% | 0.71% | - |
| HSV(B) | 54.23º | 0.25% | 0.82% | - |
| XYZ | 53.37 | 58.52 | 39.94 | - |
| YUV | 199.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 156 | 0 | 0.02 | 0.25 | 0.18 | 54.23 | 0.36 | 0.71 |
| Hex | D0 | CB | 9C | 0 | 2 | 19 | 12 | 36 | 24 | 47 |
| Octal | 320 | 313 | 234 | 0 | 2 | 31 | 22 | 66 | 44 | 107 |
| Binary | 11010000 | 11001011 | 10011100 | 0 | 10 | 11001 | 10010 | 110110 | 100100 | 1000111 |
Color Harmonies of #D0CB9C
Complementary color
Monochromatic Colors of #D0CB9C
Black with #D0CB9C
Text Example
Text Example
White with #D0CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB9C; }
p { color: rgb(208,203,156); }
H1.HeaderClassName
{
color: #D0CB9C;
}
.AnyTagClassName
{
color: #D0CB9C;
}
</style>
background-color css
<style>
a { background-color: #D0CB9C; }
a { background-color: rgb(208,203,156); }
div.DivClassName
{
background-color: #D0CB9C;
}
.BgClassName
{
background-color: #D0CB9C;
}
</style>
border-color css
<style>
span { border-color: #D0CB9C; }
span { border-color: rgb(208,203,156); }
td.TdClassName
{
border-color: #D0CB9C;
}
.TagClassName
{
border-color: #D0CB9C;
}
</style>