Shades of Tacha #CDB860
Tints of Tacha #CDB860
RGB
CMYK
RGB Variations
Color information
#CDB860 (or 0xCDB860) is known color: Tacha. HEX triplet: CD, B8 and 60. RGB value is (205,184,96). Sum of RGB (Red+Green+Blue) = 205+184+96=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB860 is #32479F. Grayscale: #B4B4B4. Windows color (decimal): -3295136 or 6338765. OLE color: 6338765.
HSL color Cylindrical-coordinate representation of color #CDB860: hue angle of 48.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDB860 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 96 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.20 |
| HSL | 48.44º | 0.52% | 0.59% | - |
| HSV(B) | 48.44º | 0.53% | 0.8% | - |
| XYZ | 44.43 | 48.1 | 18.01 | - |
| YUV | 180.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 96 | 0 | 0.10 | 0.53 | 0.20 | 48.44 | 0.52 | 0.59 |
| Hex | CD | B8 | 60 | 0 | A | 35 | 14 | 30 | 34 | 3B |
| Octal | 315 | 270 | 140 | 0 | 12 | 65 | 24 | 60 | 64 | 73 |
| Binary | 11001101 | 10111000 | 1100000 | 0 | 1010 | 110101 | 10100 | 110000 | 110100 | 111011 |
Color Harmonies of #CDB860
Complementary color
Monochromatic Colors of #CDB860
Black with #CDB860
Text Example
Text Example
White with #CDB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB860; }
p { color: rgb(205,184,96); }
H1.HeaderClassName
{
color: #CDB860;
}
.AnyTagClassName
{
color: #CDB860;
}
</style>
background-color css
<style>
a { background-color: #CDB860; }
a { background-color: rgb(205,184,96); }
div.DivClassName
{
background-color: #CDB860;
}
.BgClassName
{
background-color: #CDB860;
}
</style>
border-color css
<style>
span { border-color: #CDB860; }
span { border-color: rgb(205,184,96); }
td.TdClassName
{
border-color: #CDB860;
}
.TagClassName
{
border-color: #CDB860;
}
</style>