Shades of Tacha #D0C65F
Tints of Tacha #D0C65F
RGB
CMYK
RGB Variations
Color information
#D0C65F (or 0xD0C65F) is known color: Tacha. HEX triplet: D0, C6 and 5F. RGB value is (208,198,95). Sum of RGB (Red+Green+Blue) = 208+198+95=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C65F is #2F39A0. Grayscale: #BDBDBD. Windows color (decimal): -3094945 or 6276816. OLE color: 6276816.
HSL color Cylindrical-coordinate representation of color #D0C65F: hue angle of 54.69º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0C65F is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 95 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.18 |
| HSL | 54.69º | 0.55% | 0.59% | - |
| HSV(B) | 54.69º | 0.54% | 0.82% | - |
| XYZ | 48.27 | 54.62 | 18.83 | - |
| YUV | 189.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 95 | 0 | 0.05 | 0.54 | 0.18 | 54.69 | 0.55 | 0.59 |
| Hex | D0 | C6 | 5F | 0 | 5 | 36 | 12 | 37 | 37 | 3B |
| Octal | 320 | 306 | 137 | 0 | 5 | 66 | 22 | 67 | 67 | 73 |
| Binary | 11010000 | 11000110 | 1011111 | 0 | 101 | 110110 | 10010 | 110111 | 110111 | 111011 |
Color Harmonies of #D0C65F
Complementary color
Monochromatic Colors of #D0C65F
Black with #D0C65F
Text Example
Text Example
White with #D0C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C65F; }
p { color: rgb(208,198,95); }
H1.HeaderClassName
{
color: #D0C65F;
}
.AnyTagClassName
{
color: #D0C65F;
}
</style>
background-color css
<style>
a { background-color: #D0C65F; }
a { background-color: rgb(208,198,95); }
div.DivClassName
{
background-color: #D0C65F;
}
.BgClassName
{
background-color: #D0C65F;
}
</style>
border-color css
<style>
span { border-color: #D0C65F; }
span { border-color: rgb(208,198,95); }
td.TdClassName
{
border-color: #D0C65F;
}
.TagClassName
{
border-color: #D0C65F;
}
</style>