Shades of Tacha #CDB456
Tints of Tacha #CDB456
RGB
CMYK
RGB Variations
Color information
#CDB456 (or 0xCDB456) is known color: Tacha. HEX triplet: CD, B4 and 56. RGB value is (205,180,86). Sum of RGB (Red+Green+Blue) = 205+180+86=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB456 is #324BA9. Grayscale: #B1B1B1. Windows color (decimal): -3296170 or 5682381. OLE color: 5682381.
HSL color Cylindrical-coordinate representation of color #CDB456: hue angle of 47.39º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDB456 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 86 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.20 |
| HSL | 47.39º | 0.54% | 0.57% | - |
| HSV(B) | 47.39º | 0.58% | 0.8% | - |
| XYZ | 43.18 | 46.29 | 15.46 | - |
| YUV | 176.76 | 76.78 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 86 | 0 | 0.12 | 0.58 | 0.20 | 47.39 | 0.54 | 0.57 |
| Hex | CD | B4 | 56 | 0 | C | 3A | 14 | 2F | 36 | 39 |
| Octal | 315 | 264 | 126 | 0 | 14 | 72 | 24 | 57 | 66 | 71 |
| Binary | 11001101 | 10110100 | 1010110 | 0 | 1100 | 111010 | 10100 | 101111 | 110110 | 111001 |
Color Harmonies of #CDB456
Complementary color
Monochromatic Colors of #CDB456
Black with #CDB456
Text Example
Text Example
White with #CDB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB456; }
p { color: rgb(205,180,86); }
H1.HeaderClassName
{
color: #CDB456;
}
.AnyTagClassName
{
color: #CDB456;
}
</style>
background-color css
<style>
a { background-color: #CDB456; }
a { background-color: rgb(205,180,86); }
div.DivClassName
{
background-color: #CDB456;
}
.BgClassName
{
background-color: #CDB456;
}
</style>
border-color css
<style>
span { border-color: #CDB456; }
span { border-color: rgb(205,180,86); }
td.TdClassName
{
border-color: #CDB456;
}
.TagClassName
{
border-color: #CDB456;
}
</style>