Shades of Tacha #CDB45E
Tints of Tacha #CDB45E
RGB
CMYK
RGB Variations
Color information
#CDB45E (or 0xCDB45E) is known color: Tacha. HEX triplet: CD, B4 and 5E. RGB value is (205,180,94). Sum of RGB (Red+Green+Blue) = 205+180+94=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB45E is #324BA1. Grayscale: #B2B2B2. Windows color (decimal): -3296162 or 6206669. OLE color: 6206669.
HSL color Cylindrical-coordinate representation of color #CDB45E: hue angle of 46.49º 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 #CDB45E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 94 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.20 |
| HSL | 46.49º | 0.53% | 0.59% | - |
| HSV(B) | 46.49º | 0.54% | 0.8% | - |
| XYZ | 43.52 | 46.43 | 17.26 | - |
| YUV | 177.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 94 | 0 | 0.12 | 0.54 | 0.20 | 46.49 | 0.53 | 0.59 |
| Hex | CD | B4 | 5E | 0 | C | 36 | 14 | 2E | 35 | 3B |
| Octal | 315 | 264 | 136 | 0 | 14 | 66 | 24 | 56 | 65 | 73 |
| Binary | 11001101 | 10110100 | 1011110 | 0 | 1100 | 110110 | 10100 | 101110 | 110101 | 111011 |
Color Harmonies of #CDB45E
Complementary color
Monochromatic Colors of #CDB45E
Black with #CDB45E
Text Example
Text Example
White with #CDB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB45E; }
p { color: rgb(205,180,94); }
H1.HeaderClassName
{
color: #CDB45E;
}
.AnyTagClassName
{
color: #CDB45E;
}
</style>
background-color css
<style>
a { background-color: #CDB45E; }
a { background-color: rgb(205,180,94); }
div.DivClassName
{
background-color: #CDB45E;
}
.BgClassName
{
background-color: #CDB45E;
}
</style>
border-color css
<style>
span { border-color: #CDB45E; }
span { border-color: rgb(205,180,94); }
td.TdClassName
{
border-color: #CDB45E;
}
.TagClassName
{
border-color: #CDB45E;
}
</style>