Shades of Tacha #CDB95B
Tints of Tacha #CDB95B
RGB
CMYK
RGB Variations
Color information
#CDB95B (or 0xCDB95B) is known color: Tacha. HEX triplet: CD, B9 and 5B. RGB value is (205,185,91). Sum of RGB (Red+Green+Blue) = 205+185+91=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB95B is #3246A4. Grayscale: #B4B4B4. Windows color (decimal): -3294885 or 6011341. OLE color: 6011341.
HSL color Cylindrical-coordinate representation of color #CDB95B: hue angle of 49.47º 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 #CDB95B is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 91 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.20 |
| HSL | 49.47º | 0.53% | 0.58% | - |
| HSV(B) | 49.47º | 0.56% | 0.8% | - |
| XYZ | 44.41 | 48.43 | 16.91 | - |
| YUV | 180.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 91 | 0 | 0.10 | 0.56 | 0.20 | 49.47 | 0.53 | 0.58 |
| Hex | CD | B9 | 5B | 0 | A | 38 | 14 | 31 | 35 | 3A |
| Octal | 315 | 271 | 133 | 0 | 12 | 70 | 24 | 61 | 65 | 72 |
| Binary | 11001101 | 10111001 | 1011011 | 0 | 1010 | 111000 | 10100 | 110001 | 110101 | 111010 |
Color Harmonies of #CDB95B
Complementary color
Monochromatic Colors of #CDB95B
Black with #CDB95B
Text Example
Text Example
White with #CDB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB95B; }
p { color: rgb(205,185,91); }
H1.HeaderClassName
{
color: #CDB95B;
}
.AnyTagClassName
{
color: #CDB95B;
}
</style>
background-color css
<style>
a { background-color: #CDB95B; }
a { background-color: rgb(205,185,91); }
div.DivClassName
{
background-color: #CDB95B;
}
.BgClassName
{
background-color: #CDB95B;
}
</style>
border-color css
<style>
span { border-color: #CDB95B; }
span { border-color: rgb(205,185,91); }
td.TdClassName
{
border-color: #CDB95B;
}
.TagClassName
{
border-color: #CDB95B;
}
</style>