Shades of Tacha #CDB95E
Tints of Tacha #CDB95E
RGB
CMYK
RGB Variations
Color information
#CDB95E (or 0xCDB95E) is known color: Tacha. HEX triplet: CD, B9 and 5E. RGB value is (205,185,94). Sum of RGB (Red+Green+Blue) = 205+185+94=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB95E is #3246A1. Grayscale: #B4B4B4. Windows color (decimal): -3294882 or 6207949. OLE color: 6207949.
HSL color Cylindrical-coordinate representation of color #CDB95E: hue angle of 49.19º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDB95E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 94 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.20 |
| HSL | 49.19º | 0.53% | 0.59% | - |
| HSV(B) | 49.19º | 0.54% | 0.8% | - |
| XYZ | 44.55 | 48.49 | 17.6 | - |
| YUV | 180.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 94 | 0 | 0.10 | 0.54 | 0.20 | 49.19 | 0.53 | 0.59 |
| Hex | CD | B9 | 5E | 0 | A | 36 | 14 | 31 | 35 | 3B |
| Octal | 315 | 271 | 136 | 0 | 12 | 66 | 24 | 61 | 65 | 73 |
| Binary | 11001101 | 10111001 | 1011110 | 0 | 1010 | 110110 | 10100 | 110001 | 110101 | 111011 |
Color Harmonies of #CDB95E
Complementary color
Monochromatic Colors of #CDB95E
Black with #CDB95E
Text Example
Text Example
White with #CDB95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB95E; }
p { color: rgb(205,185,94); }
H1.HeaderClassName
{
color: #CDB95E;
}
.AnyTagClassName
{
color: #CDB95E;
}
</style>
background-color css
<style>
a { background-color: #CDB95E; }
a { background-color: rgb(205,185,94); }
div.DivClassName
{
background-color: #CDB95E;
}
.BgClassName
{
background-color: #CDB95E;
}
</style>
border-color css
<style>
span { border-color: #CDB95E; }
span { border-color: rgb(205,185,94); }
td.TdClassName
{
border-color: #CDB95E;
}
.TagClassName
{
border-color: #CDB95E;
}
</style>