Shades of Tacha #D0CA5C
Tints of Tacha #D0CA5C
RGB
CMYK
RGB Variations
Color information
#D0CA5C (or 0xD0CA5C) is known color: Tacha. HEX triplet: D0, CA and 5C. RGB value is (208,202,92). Sum of RGB (Red+Green+Blue) = 208+202+92=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA5C is #2F35A3. Grayscale: #BFBFBF. Windows color (decimal): -3093924 or 6081232. OLE color: 6081232.
HSL color Cylindrical-coordinate representation of color #D0CA5C: hue angle of 56.9º 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 #D0CA5C is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 92 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.18 |
| HSL | 56.9º | 0.55% | 0.59% | - |
| HSV(B) | 56.9º | 0.56% | 0.82% | - |
| XYZ | 49.06 | 56.42 | 18.43 | - |
| YUV | 191.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 92 | 0 | 0.03 | 0.56 | 0.18 | 56.9 | 0.55 | 0.59 |
| Hex | D0 | CA | 5C | 0 | 3 | 38 | 12 | 39 | 37 | 3B |
| Octal | 320 | 312 | 134 | 0 | 3 | 70 | 22 | 71 | 67 | 73 |
| Binary | 11010000 | 11001010 | 1011100 | 0 | 11 | 111000 | 10010 | 111001 | 110111 | 111011 |
Color Harmonies of #D0CA5C
Complementary color
Monochromatic Colors of #D0CA5C
Black with #D0CA5C
Text Example
Text Example
White with #D0CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA5C; }
p { color: rgb(208,202,92); }
H1.HeaderClassName
{
color: #D0CA5C;
}
.AnyTagClassName
{
color: #D0CA5C;
}
</style>
background-color css
<style>
a { background-color: #D0CA5C; }
a { background-color: rgb(208,202,92); }
div.DivClassName
{
background-color: #D0CA5C;
}
.BgClassName
{
background-color: #D0CA5C;
}
</style>
border-color css
<style>
span { border-color: #D0CA5C; }
span { border-color: rgb(208,202,92); }
td.TdClassName
{
border-color: #D0CA5C;
}
.TagClassName
{
border-color: #D0CA5C;
}
</style>