Shades of Tacha #D0C15E
Tints of Tacha #D0C15E
RGB
CMYK
RGB Variations
Color information
#D0C15E (or 0xD0C15E) is known color: Tacha. HEX triplet: D0, C1 and 5E. RGB value is (208,193,94). Sum of RGB (Red+Green+Blue) = 208+193+94=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C15E is #2F3EA1. Grayscale: #BABABA. Windows color (decimal): -3096226 or 6210000. OLE color: 6210000.
HSL color Cylindrical-coordinate representation of color #D0C15E: hue angle of 52.11º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0C15E is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 94 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.18 |
| HSL | 52.11º | 0.55% | 0.59% | - |
| HSV(B) | 52.11º | 0.55% | 0.82% | - |
| XYZ | 47.1 | 52.36 | 18.21 | - |
| YUV | 186.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 94 | 0 | 0.07 | 0.55 | 0.18 | 52.11 | 0.55 | 0.59 |
| Hex | D0 | C1 | 5E | 0 | 7 | 37 | 12 | 34 | 37 | 3B |
| Octal | 320 | 301 | 136 | 0 | 7 | 67 | 22 | 64 | 67 | 73 |
| Binary | 11010000 | 11000001 | 1011110 | 0 | 111 | 110111 | 10010 | 110100 | 110111 | 111011 |
Color Harmonies of #D0C15E
Complementary color
Monochromatic Colors of #D0C15E
Black with #D0C15E
Text Example
Text Example
White with #D0C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C15E; }
p { color: rgb(208,193,94); }
H1.HeaderClassName
{
color: #D0C15E;
}
.AnyTagClassName
{
color: #D0C15E;
}
</style>
background-color css
<style>
a { background-color: #D0C15E; }
a { background-color: rgb(208,193,94); }
div.DivClassName
{
background-color: #D0C15E;
}
.BgClassName
{
background-color: #D0C15E;
}
</style>
border-color css
<style>
span { border-color: #D0C15E; }
span { border-color: rgb(208,193,94); }
td.TdClassName
{
border-color: #D0C15E;
}
.TagClassName
{
border-color: #D0C15E;
}
</style>