Shades of Tacha #CDB35B
Tints of Tacha #CDB35B
RGB
CMYK
RGB Variations
Color information
#CDB35B (or 0xCDB35B) is known color: Tacha. HEX triplet: CD, B3 and 5B. RGB value is (205,179,91). Sum of RGB (Red+Green+Blue) = 205+179+91=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB35B is #324CA4. Grayscale: #B1B1B1. Windows color (decimal): -3296421 or 6009805. OLE color: 6009805.
HSL color Cylindrical-coordinate representation of color #CDB35B: hue angle of 46.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDB35B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 91 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.20 |
| HSL | 46.32º | 0.53% | 0.58% | - |
| HSV(B) | 46.32º | 0.56% | 0.8% | - |
| XYZ | 43.19 | 45.97 | 16.5 | - |
| YUV | 176.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 91 | 0 | 0.13 | 0.56 | 0.20 | 46.32 | 0.53 | 0.58 |
| Hex | CD | B3 | 5B | 0 | D | 38 | 14 | 2E | 35 | 3A |
| Octal | 315 | 263 | 133 | 0 | 15 | 70 | 24 | 56 | 65 | 72 |
| Binary | 11001101 | 10110011 | 1011011 | 0 | 1101 | 111000 | 10100 | 101110 | 110101 | 111010 |
Color Harmonies of #CDB35B
Complementary color
Monochromatic Colors of #CDB35B
Black with #CDB35B
Text Example
Text Example
White with #CDB35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB35B; }
p { color: rgb(205,179,91); }
H1.HeaderClassName
{
color: #CDB35B;
}
.AnyTagClassName
{
color: #CDB35B;
}
</style>
background-color css
<style>
a { background-color: #CDB35B; }
a { background-color: rgb(205,179,91); }
div.DivClassName
{
background-color: #CDB35B;
}
.BgClassName
{
background-color: #CDB35B;
}
</style>
border-color css
<style>
span { border-color: #CDB35B; }
span { border-color: rgb(205,179,91); }
td.TdClassName
{
border-color: #CDB35B;
}
.TagClassName
{
border-color: #CDB35B;
}
</style>