Shades of Tacha #D0C45C
Tints of Tacha #D0C45C
RGB
CMYK
RGB Variations
Color information
#D0C45C (or 0xD0C45C) is known color: Tacha. HEX triplet: D0, C4 and 5C. RGB value is (208,196,92). Sum of RGB (Red+Green+Blue) = 208+196+92=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C45C is #2F3BA3. Grayscale: #BCBCBC. Windows color (decimal): -3095460 or 6079696. OLE color: 6079696.
HSL color Cylindrical-coordinate representation of color #D0C45C: hue angle of 53.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0C45C is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 92 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.18 |
| HSL | 53.79º | 0.55% | 0.59% | - |
| HSV(B) | 53.79º | 0.56% | 0.82% | - |
| XYZ | 47.68 | 53.66 | 17.97 | - |
| YUV | 187.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 92 | 0 | 0.06 | 0.56 | 0.18 | 53.79 | 0.55 | 0.59 |
| Hex | D0 | C4 | 5C | 0 | 6 | 38 | 12 | 36 | 37 | 3B |
| Octal | 320 | 304 | 134 | 0 | 6 | 70 | 22 | 66 | 67 | 73 |
| Binary | 11010000 | 11000100 | 1011100 | 0 | 110 | 111000 | 10010 | 110110 | 110111 | 111011 |
Color Harmonies of #D0C45C
Complementary color
Monochromatic Colors of #D0C45C
Black with #D0C45C
Text Example
Text Example
White with #D0C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C45C; }
p { color: rgb(208,196,92); }
H1.HeaderClassName
{
color: #D0C45C;
}
.AnyTagClassName
{
color: #D0C45C;
}
</style>
background-color css
<style>
a { background-color: #D0C45C; }
a { background-color: rgb(208,196,92); }
div.DivClassName
{
background-color: #D0C45C;
}
.BgClassName
{
background-color: #D0C45C;
}
</style>
border-color css
<style>
span { border-color: #D0C45C; }
span { border-color: rgb(208,196,92); }
td.TdClassName
{
border-color: #D0C45C;
}
.TagClassName
{
border-color: #D0C45C;
}
</style>