Shades of Tacha #CDB458
Tints of Tacha #CDB458
RGB
CMYK
RGB Variations
Color information
#CDB458 (or 0xCDB458) is known color: Tacha. HEX triplet: CD, B4 and 58. RGB value is (205,180,88). Sum of RGB (Red+Green+Blue) = 205+180+88=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB458 is #324BA7. Grayscale: #B1B1B1. Windows color (decimal): -3296168 or 5813453. OLE color: 5813453.
HSL color Cylindrical-coordinate representation of color #CDB458: hue angle of 47.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDB458 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 88 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.20 |
| HSL | 47.18º | 0.54% | 0.57% | - |
| HSV(B) | 47.18º | 0.57% | 0.8% | - |
| XYZ | 43.26 | 46.33 | 15.89 | - |
| YUV | 176.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 88 | 0 | 0.12 | 0.57 | 0.20 | 47.18 | 0.54 | 0.57 |
| Hex | CD | B4 | 58 | 0 | C | 39 | 14 | 2F | 36 | 39 |
| Octal | 315 | 264 | 130 | 0 | 14 | 71 | 24 | 57 | 66 | 71 |
| Binary | 11001101 | 10110100 | 1011000 | 0 | 1100 | 111001 | 10100 | 101111 | 110110 | 111001 |
Color Harmonies of #CDB458
Complementary color
Monochromatic Colors of #CDB458
Black with #CDB458
Text Example
Text Example
White with #CDB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB458; }
p { color: rgb(205,180,88); }
H1.HeaderClassName
{
color: #CDB458;
}
.AnyTagClassName
{
color: #CDB458;
}
</style>
background-color css
<style>
a { background-color: #CDB458; }
a { background-color: rgb(205,180,88); }
div.DivClassName
{
background-color: #CDB458;
}
.BgClassName
{
background-color: #CDB458;
}
</style>
border-color css
<style>
span { border-color: #CDB458; }
span { border-color: rgb(205,180,88); }
td.TdClassName
{
border-color: #CDB458;
}
.TagClassName
{
border-color: #CDB458;
}
</style>