Shades of Tacha #CDB45D
Tints of Tacha #CDB45D
RGB
CMYK
RGB Variations
Color information
#CDB45D (or 0xCDB45D) is known color: Tacha. HEX triplet: CD, B4 and 5D. RGB value is (205,180,93). Sum of RGB (Red+Green+Blue) = 205+180+93=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB45D is #324BA2. Grayscale: #B1B1B1. Windows color (decimal): -3296163 or 6141133. OLE color: 6141133.
HSL color Cylindrical-coordinate representation of color #CDB45D: hue angle of 46.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDB45D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 93 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.20 |
| HSL | 46.61º | 0.53% | 0.58% | - |
| HSV(B) | 46.61º | 0.55% | 0.8% | - |
| XYZ | 43.47 | 46.41 | 17.02 | - |
| YUV | 177.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 93 | 0 | 0.12 | 0.55 | 0.20 | 46.61 | 0.53 | 0.58 |
| Hex | CD | B4 | 5D | 0 | C | 37 | 14 | 2F | 35 | 3A |
| Octal | 315 | 264 | 135 | 0 | 14 | 67 | 24 | 57 | 65 | 72 |
| Binary | 11001101 | 10110100 | 1011101 | 0 | 1100 | 110111 | 10100 | 101111 | 110101 | 111010 |
Color Harmonies of #CDB45D
Complementary color
Monochromatic Colors of #CDB45D
Black with #CDB45D
Text Example
Text Example
White with #CDB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB45D; }
p { color: rgb(205,180,93); }
H1.HeaderClassName
{
color: #CDB45D;
}
.AnyTagClassName
{
color: #CDB45D;
}
</style>
background-color css
<style>
a { background-color: #CDB45D; }
a { background-color: rgb(205,180,93); }
div.DivClassName
{
background-color: #CDB45D;
}
.BgClassName
{
background-color: #CDB45D;
}
</style>
border-color css
<style>
span { border-color: #CDB45D; }
span { border-color: rgb(205,180,93); }
td.TdClassName
{
border-color: #CDB45D;
}
.TagClassName
{
border-color: #CDB45D;
}
</style>