Shades of Tacha #CDB656
Tints of Tacha #CDB656
RGB
CMYK
RGB Variations
Color information
#CDB656 (or 0xCDB656) is known color: Tacha. HEX triplet: CD, B6 and 56. RGB value is (205,182,86). Sum of RGB (Red+Green+Blue) = 205+182+86=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB656 is #3249A9. Grayscale: #B2B2B2. Windows color (decimal): -3295658 or 5682893. OLE color: 5682893.
HSL color Cylindrical-coordinate representation of color #CDB656: hue angle of 48.4º 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 #CDB656 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 86 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.20 |
| HSL | 48.4º | 0.54% | 0.57% | - |
| HSV(B) | 48.4º | 0.58% | 0.8% | - |
| XYZ | 43.58 | 47.11 | 15.6 | - |
| YUV | 177.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 86 | 0 | 0.11 | 0.58 | 0.20 | 48.4 | 0.54 | 0.57 |
| Hex | CD | B6 | 56 | 0 | B | 3A | 14 | 30 | 36 | 39 |
| Octal | 315 | 266 | 126 | 0 | 13 | 72 | 24 | 60 | 66 | 71 |
| Binary | 11001101 | 10110110 | 1010110 | 0 | 1011 | 111010 | 10100 | 110000 | 110110 | 111001 |
Color Harmonies of #CDB656
Complementary color
Monochromatic Colors of #CDB656
Black with #CDB656
Text Example
Text Example
White with #CDB656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB656; }
p { color: rgb(205,182,86); }
H1.HeaderClassName
{
color: #CDB656;
}
.AnyTagClassName
{
color: #CDB656;
}
</style>
background-color css
<style>
a { background-color: #CDB656; }
a { background-color: rgb(205,182,86); }
div.DivClassName
{
background-color: #CDB656;
}
.BgClassName
{
background-color: #CDB656;
}
</style>
border-color css
<style>
span { border-color: #CDB656; }
span { border-color: rgb(205,182,86); }
td.TdClassName
{
border-color: #CDB656;
}
.TagClassName
{
border-color: #CDB656;
}
</style>