Shades of Tacha #CDB259
Tints of Tacha #CDB259
RGB
CMYK
RGB Variations
Color information
#CDB259 (or 0xCDB259) is known color: Tacha. HEX triplet: CD, B2 and 59. RGB value is (205,178,89). Sum of RGB (Red+Green+Blue) = 205+178+89=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB259 is #324DA6. Grayscale: #B0B0B0. Windows color (decimal): -3296679 or 5878477. OLE color: 5878477.
HSL color Cylindrical-coordinate representation of color #CDB259: hue angle of 46.03º 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 #CDB259 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 89 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.20 |
| HSL | 46.03º | 0.54% | 0.58% | - |
| HSV(B) | 46.03º | 0.57% | 0.8% | - |
| XYZ | 42.9 | 45.54 | 15.98 | - |
| YUV | 175.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 89 | 0 | 0.13 | 0.57 | 0.20 | 46.03 | 0.54 | 0.58 |
| Hex | CD | B2 | 59 | 0 | D | 39 | 14 | 2E | 36 | 3A |
| Octal | 315 | 262 | 131 | 0 | 15 | 71 | 24 | 56 | 66 | 72 |
| Binary | 11001101 | 10110010 | 1011001 | 0 | 1101 | 111001 | 10100 | 101110 | 110110 | 111010 |
Color Harmonies of #CDB259
Complementary color
Monochromatic Colors of #CDB259
Black with #CDB259
Text Example
Text Example
White with #CDB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB259; }
p { color: rgb(205,178,89); }
H1.HeaderClassName
{
color: #CDB259;
}
.AnyTagClassName
{
color: #CDB259;
}
</style>
background-color css
<style>
a { background-color: #CDB259; }
a { background-color: rgb(205,178,89); }
div.DivClassName
{
background-color: #CDB259;
}
.BgClassName
{
background-color: #CDB259;
}
</style>
border-color css
<style>
span { border-color: #CDB259; }
span { border-color: rgb(205,178,89); }
td.TdClassName
{
border-color: #CDB259;
}
.TagClassName
{
border-color: #CDB259;
}
</style>