Shades of Tacha #CDB459
Tints of Tacha #CDB459
RGB
CMYK
RGB Variations
Color information
#CDB459 (or 0xCDB459) is known color: Tacha. HEX triplet: CD, B4 and 59. RGB value is (205,180,89). Sum of RGB (Red+Green+Blue) = 205+180+89=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB459 is #324BA6. Grayscale: #B1B1B1. Windows color (decimal): -3296167 or 5878989. OLE color: 5878989.
HSL color Cylindrical-coordinate representation of color #CDB459: hue angle of 47.07º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDB459 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 89 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.20 |
| HSL | 47.07º | 0.54% | 0.58% | - |
| HSV(B) | 47.07º | 0.57% | 0.8% | - |
| XYZ | 43.3 | 46.34 | 16.11 | - |
| YUV | 177.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 89 | 0 | 0.12 | 0.57 | 0.20 | 47.07 | 0.54 | 0.58 |
| Hex | CD | B4 | 59 | 0 | C | 39 | 14 | 2F | 36 | 3A |
| Octal | 315 | 264 | 131 | 0 | 14 | 71 | 24 | 57 | 66 | 72 |
| Binary | 11001101 | 10110100 | 1011001 | 0 | 1100 | 111001 | 10100 | 101111 | 110110 | 111010 |
Color Harmonies of #CDB459
Complementary color
Monochromatic Colors of #CDB459
Black with #CDB459
Text Example
Text Example
White with #CDB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB459; }
p { color: rgb(205,180,89); }
H1.HeaderClassName
{
color: #CDB459;
}
.AnyTagClassName
{
color: #CDB459;
}
</style>
background-color css
<style>
a { background-color: #CDB459; }
a { background-color: rgb(205,180,89); }
div.DivClassName
{
background-color: #CDB459;
}
.BgClassName
{
background-color: #CDB459;
}
</style>
border-color css
<style>
span { border-color: #CDB459; }
span { border-color: rgb(205,180,89); }
td.TdClassName
{
border-color: #CDB459;
}
.TagClassName
{
border-color: #CDB459;
}
</style>