Shades of Tacha #D0CA66
Tints of Tacha #D0CA66
RGB
CMYK
RGB Variations
Color information
#D0CA66 (or 0xD0CA66) is known color: Tacha. HEX triplet: D0, CA and 66. RGB value is (208,202,102). Sum of RGB (Red+Green+Blue) = 208+202+102=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA66 is #2F3599. Grayscale: #C0C0C0. Windows color (decimal): -3093914 or 6736592. OLE color: 6736592.
HSL color Cylindrical-coordinate representation of color #D0CA66: hue angle of 56.6º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0CA66 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 102 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.18 |
| HSL | 56.6º | 0.53% | 0.61% | - |
| HSV(B) | 56.6º | 0.51% | 0.82% | - |
| XYZ | 49.53 | 56.61 | 20.89 | - |
| YUV | 192.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 102 | 0 | 0.03 | 0.51 | 0.18 | 56.6 | 0.53 | 0.61 |
| Hex | D0 | CA | 66 | 0 | 3 | 33 | 12 | 39 | 35 | 3D |
| Octal | 320 | 312 | 146 | 0 | 3 | 63 | 22 | 71 | 65 | 75 |
| Binary | 11010000 | 11001010 | 1100110 | 0 | 11 | 110011 | 10010 | 111001 | 110101 | 111101 |
Color Harmonies of #D0CA66
Complementary color
Monochromatic Colors of #D0CA66
Black with #D0CA66
Text Example
Text Example
White with #D0CA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA66; }
p { color: rgb(208,202,102); }
H1.HeaderClassName
{
color: #D0CA66;
}
.AnyTagClassName
{
color: #D0CA66;
}
</style>
background-color css
<style>
a { background-color: #D0CA66; }
a { background-color: rgb(208,202,102); }
div.DivClassName
{
background-color: #D0CA66;
}
.BgClassName
{
background-color: #D0CA66;
}
</style>
border-color css
<style>
span { border-color: #D0CA66; }
span { border-color: rgb(208,202,102); }
td.TdClassName
{
border-color: #D0CA66;
}
.TagClassName
{
border-color: #D0CA66;
}
</style>