Shades of Tahuna Sands #D0CA9C
Tints of Tahuna Sands #D0CA9C
RGB
CMYK
RGB Variations
Color information
#D0CA9C (or 0xD0CA9C) is known color: Tahuna Sands. HEX triplet: D0, CA and 9C. RGB value is (208,202,156). Sum of RGB (Red+Green+Blue) = 208+202+156=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA9C is #2F3563. Grayscale: #C6C6C6. Windows color (decimal): -3093860 or 10275536. OLE color: 10275536.
HSL color Cylindrical-coordinate representation of color #D0CA9C: hue angle of 53.08º 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 #D0CA9C is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 156 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.18 |
| HSL | 53.08º | 0.36% | 0.71% | - |
| HSV(B) | 53.08º | 0.25% | 0.82% | - |
| XYZ | 53.13 | 58.05 | 39.86 | - |
| YUV | 198.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 156 | 0 | 0.03 | 0.25 | 0.18 | 53.08 | 0.36 | 0.71 |
| Hex | D0 | CA | 9C | 0 | 3 | 19 | 12 | 35 | 24 | 47 |
| Octal | 320 | 312 | 234 | 0 | 3 | 31 | 22 | 65 | 44 | 107 |
| Binary | 11010000 | 11001010 | 10011100 | 0 | 11 | 11001 | 10010 | 110101 | 100100 | 1000111 |
Color Harmonies of #D0CA9C
Complementary color
Monochromatic Colors of #D0CA9C
Black with #D0CA9C
Text Example
Text Example
White with #D0CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA9C; }
p { color: rgb(208,202,156); }
H1.HeaderClassName
{
color: #D0CA9C;
}
.AnyTagClassName
{
color: #D0CA9C;
}
</style>
background-color css
<style>
a { background-color: #D0CA9C; }
a { background-color: rgb(208,202,156); }
div.DivClassName
{
background-color: #D0CA9C;
}
.BgClassName
{
background-color: #D0CA9C;
}
</style>
border-color css
<style>
span { border-color: #D0CA9C; }
span { border-color: rgb(208,202,156); }
td.TdClassName
{
border-color: #D0CA9C;
}
.TagClassName
{
border-color: #D0CA9C;
}
</style>