Shades of Tacha #CDB664
Tints of Tacha #CDB664
RGB
CMYK
RGB Variations
Color information
#CDB664 (or 0xCDB664) is known color: Tacha. HEX triplet: CD, B6 and 64. RGB value is (205,182,100). Sum of RGB (Red+Green+Blue) = 205+182+100=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB664 is #32499B. Grayscale: #B3B3B3. Windows color (decimal): -3295644 or 6600397. OLE color: 6600397.
HSL color Cylindrical-coordinate representation of color #CDB664: hue angle of 46.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDB664 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 100 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.20 |
| HSL | 46.86º | 0.51% | 0.6% | - |
| HSV(B) | 46.86º | 0.51% | 0.8% | - |
| XYZ | 44.21 | 47.36 | 18.87 | - |
| YUV | 179.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 100 | 0 | 0.11 | 0.51 | 0.20 | 46.86 | 0.51 | 0.6 |
| Hex | CD | B6 | 64 | 0 | B | 33 | 14 | 2F | 33 | 3C |
| Octal | 315 | 266 | 144 | 0 | 13 | 63 | 24 | 57 | 63 | 74 |
| Binary | 11001101 | 10110110 | 1100100 | 0 | 1011 | 110011 | 10100 | 101111 | 110011 | 111100 |
Color Harmonies of #CDB664
Complementary color
Monochromatic Colors of #CDB664
Black with #CDB664
Text Example
Text Example
White with #CDB664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB664; }
p { color: rgb(205,182,100); }
H1.HeaderClassName
{
color: #CDB664;
}
.AnyTagClassName
{
color: #CDB664;
}
</style>
background-color css
<style>
a { background-color: #CDB664; }
a { background-color: rgb(205,182,100); }
div.DivClassName
{
background-color: #CDB664;
}
.BgClassName
{
background-color: #CDB664;
}
</style>
border-color css
<style>
span { border-color: #CDB664; }
span { border-color: rgb(205,182,100); }
td.TdClassName
{
border-color: #CDB664;
}
.TagClassName
{
border-color: #CDB664;
}
</style>