Shades of Tahuna Sands #D0CA93
Tints of Tahuna Sands #D0CA93
RGB
CMYK
RGB Variations
Color information
#D0CA93 (or 0xD0CA93) is known color: Tahuna Sands. HEX triplet: D0, CA and 93. RGB value is (208,202,147). Sum of RGB (Red+Green+Blue) = 208+202+147=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA93 is #2F356C. Grayscale: #C5C5C5. Windows color (decimal): -3093869 or 9685712. OLE color: 9685712.
HSL color Cylindrical-coordinate representation of color #D0CA93: hue angle of 54.1º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0CA93 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 147 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.18 |
| HSL | 54.1º | 0.39% | 0.7% | - |
| HSV(B) | 54.1º | 0.29% | 0.82% | - |
| XYZ | 52.4 | 57.76 | 35.99 | - |
| YUV | 197.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 147 | 0 | 0.03 | 0.29 | 0.18 | 54.1 | 0.39 | 0.7 |
| Hex | D0 | CA | 93 | 0 | 3 | 1D | 12 | 36 | 27 | 46 |
| Octal | 320 | 312 | 223 | 0 | 3 | 35 | 22 | 66 | 47 | 106 |
| Binary | 11010000 | 11001010 | 10010011 | 0 | 11 | 11101 | 10010 | 110110 | 100111 | 1000110 |
Color Harmonies of #D0CA93
Complementary color
Monochromatic Colors of #D0CA93
Black with #D0CA93
Text Example
Text Example
White with #D0CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA93; }
p { color: rgb(208,202,147); }
H1.HeaderClassName
{
color: #D0CA93;
}
.AnyTagClassName
{
color: #D0CA93;
}
</style>
background-color css
<style>
a { background-color: #D0CA93; }
a { background-color: rgb(208,202,147); }
div.DivClassName
{
background-color: #D0CA93;
}
.BgClassName
{
background-color: #D0CA93;
}
</style>
border-color css
<style>
span { border-color: #D0CA93; }
span { border-color: rgb(208,202,147); }
td.TdClassName
{
border-color: #D0CA93;
}
.TagClassName
{
border-color: #D0CA93;
}
</style>