Shades of Tahuna Sands #D0CA9A
Tints of Tahuna Sands #D0CA9A
RGB
CMYK
RGB Variations
Color information
#D0CA9A (or 0xD0CA9A) is known color: Tahuna Sands. HEX triplet: D0, CA and 9A. RGB value is (208,202,154). Sum of RGB (Red+Green+Blue) = 208+202+154=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA9A is #2F3565. Grayscale: #C6C6C6. Windows color (decimal): -3093862 or 10144464. OLE color: 10144464.
HSL color Cylindrical-coordinate representation of color #D0CA9A: hue angle of 53.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0CA9A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 154 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.18 |
| HSL | 53.33º | 0.36% | 0.71% | - |
| HSV(B) | 53.33º | 0.26% | 0.82% | - |
| XYZ | 52.97 | 57.98 | 38.97 | - |
| YUV | 198.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 154 | 0 | 0.03 | 0.26 | 0.18 | 53.33 | 0.36 | 0.71 |
| Hex | D0 | CA | 9A | 0 | 3 | 1A | 12 | 35 | 24 | 47 |
| Octal | 320 | 312 | 232 | 0 | 3 | 32 | 22 | 65 | 44 | 107 |
| Binary | 11010000 | 11001010 | 10011010 | 0 | 11 | 11010 | 10010 | 110101 | 100100 | 1000111 |
Color Harmonies of #D0CA9A
Complementary color
Monochromatic Colors of #D0CA9A
Black with #D0CA9A
Text Example
Text Example
White with #D0CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA9A; }
p { color: rgb(208,202,154); }
H1.HeaderClassName
{
color: #D0CA9A;
}
.AnyTagClassName
{
color: #D0CA9A;
}
</style>
background-color css
<style>
a { background-color: #D0CA9A; }
a { background-color: rgb(208,202,154); }
div.DivClassName
{
background-color: #D0CA9A;
}
.BgClassName
{
background-color: #D0CA9A;
}
</style>
border-color css
<style>
span { border-color: #D0CA9A; }
span { border-color: rgb(208,202,154); }
td.TdClassName
{
border-color: #D0CA9A;
}
.TagClassName
{
border-color: #D0CA9A;
}
</style>