Shades of Tacha #CDB265
Tints of Tacha #CDB265
RGB
CMYK
RGB Variations
Color information
#CDB265 (or 0xCDB265) is known color: Tacha. HEX triplet: CD, B2 and 65. RGB value is (205,178,101). Sum of RGB (Red+Green+Blue) = 205+178+101=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB265 is #324D9A. Grayscale: #B1B1B1. Windows color (decimal): -3296667 or 6664909. OLE color: 6664909.
HSL color Cylindrical-coordinate representation of color #CDB265: hue angle of 44.42º 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 #CDB265 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 101 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.20 |
| HSL | 44.42º | 0.51% | 0.6% | - |
| HSV(B) | 44.42º | 0.51% | 0.8% | - |
| XYZ | 43.45 | 45.76 | 18.85 | - |
| YUV | 177.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 101 | 0 | 0.13 | 0.51 | 0.20 | 44.42 | 0.51 | 0.6 |
| Hex | CD | B2 | 65 | 0 | D | 33 | 14 | 2C | 33 | 3C |
| Octal | 315 | 262 | 145 | 0 | 15 | 63 | 24 | 54 | 63 | 74 |
| Binary | 11001101 | 10110010 | 1100101 | 0 | 1101 | 110011 | 10100 | 101100 | 110011 | 111100 |
Color Harmonies of #CDB265
Complementary color
Monochromatic Colors of #CDB265
Black with #CDB265
Text Example
Text Example
White with #CDB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB265; }
p { color: rgb(205,178,101); }
H1.HeaderClassName
{
color: #CDB265;
}
.AnyTagClassName
{
color: #CDB265;
}
</style>
background-color css
<style>
a { background-color: #CDB265; }
a { background-color: rgb(205,178,101); }
div.DivClassName
{
background-color: #CDB265;
}
.BgClassName
{
background-color: #CDB265;
}
</style>
border-color css
<style>
span { border-color: #CDB265; }
span { border-color: rgb(205,178,101); }
td.TdClassName
{
border-color: #CDB265;
}
.TagClassName
{
border-color: #CDB265;
}
</style>