Shades of Tahuna Sands #D0CA9D
Tints of Tahuna Sands #D0CA9D
RGB
CMYK
RGB Variations
Color information
#D0CA9D (or 0xD0CA9D) is known color: Tahuna Sands. HEX triplet: D0, CA and 9D. RGB value is (208,202,157). Sum of RGB (Red+Green+Blue) = 208+202+157=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA9D is #2F3562. Grayscale: #C6C6C6. Windows color (decimal): -3093859 or 10341072. OLE color: 10341072.
HSL color Cylindrical-coordinate representation of color #D0CA9D: hue angle of 52.94º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0CA9D is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 157 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.18 |
| HSL | 52.94º | 0.35% | 0.72% | - |
| HSV(B) | 52.94º | 0.25% | 0.82% | - |
| XYZ | 53.22 | 58.09 | 40.3 | - |
| YUV | 198.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 157 | 0 | 0.03 | 0.25 | 0.18 | 52.94 | 0.35 | 0.72 |
| Hex | D0 | CA | 9D | 0 | 3 | 19 | 12 | 35 | 23 | 48 |
| Octal | 320 | 312 | 235 | 0 | 3 | 31 | 22 | 65 | 43 | 110 |
| Binary | 11010000 | 11001010 | 10011101 | 0 | 11 | 11001 | 10010 | 110101 | 100011 | 1001000 |
Color Harmonies of #D0CA9D
Complementary color
Monochromatic Colors of #D0CA9D
Black with #D0CA9D
Text Example
Text Example
White with #D0CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA9D; }
p { color: rgb(208,202,157); }
H1.HeaderClassName
{
color: #D0CA9D;
}
.AnyTagClassName
{
color: #D0CA9D;
}
</style>
background-color css
<style>
a { background-color: #D0CA9D; }
a { background-color: rgb(208,202,157); }
div.DivClassName
{
background-color: #D0CA9D;
}
.BgClassName
{
background-color: #D0CA9D;
}
</style>
border-color css
<style>
span { border-color: #D0CA9D; }
span { border-color: rgb(208,202,157); }
td.TdClassName
{
border-color: #D0CA9D;
}
.TagClassName
{
border-color: #D0CA9D;
}
</style>