Shades of Tacha #CDB264
Tints of Tacha #CDB264
RGB
CMYK
RGB Variations
Color information
#CDB264 (or 0xCDB264) is known color: Tacha. HEX triplet: CD, B2 and 64. RGB value is (205,178,100). Sum of RGB (Red+Green+Blue) = 205+178+100=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB264 is #324D9B. Grayscale: #B1B1B1. Windows color (decimal): -3296668 or 6599373. OLE color: 6599373.
HSL color Cylindrical-coordinate representation of color #CDB264: hue angle of 44.57º 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 #CDB264 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 100 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.20 |
| HSL | 44.57º | 0.51% | 0.6% | - |
| HSV(B) | 44.57º | 0.51% | 0.8% | - |
| XYZ | 43.4 | 45.74 | 18.6 | - |
| YUV | 177.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 100 | 0 | 0.13 | 0.51 | 0.20 | 44.57 | 0.51 | 0.6 |
| Hex | CD | B2 | 64 | 0 | D | 33 | 14 | 2D | 33 | 3C |
| Octal | 315 | 262 | 144 | 0 | 15 | 63 | 24 | 55 | 63 | 74 |
| Binary | 11001101 | 10110010 | 1100100 | 0 | 1101 | 110011 | 10100 | 101101 | 110011 | 111100 |
Color Harmonies of #CDB264
Complementary color
Monochromatic Colors of #CDB264
Black with #CDB264
Text Example
Text Example
White with #CDB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB264; }
p { color: rgb(205,178,100); }
H1.HeaderClassName
{
color: #CDB264;
}
.AnyTagClassName
{
color: #CDB264;
}
</style>
background-color css
<style>
a { background-color: #CDB264; }
a { background-color: rgb(205,178,100); }
div.DivClassName
{
background-color: #CDB264;
}
.BgClassName
{
background-color: #CDB264;
}
</style>
border-color css
<style>
span { border-color: #CDB264; }
span { border-color: rgb(205,178,100); }
td.TdClassName
{
border-color: #CDB264;
}
.TagClassName
{
border-color: #CDB264;
}
</style>