Shades of Tacha #CDB566
Tints of Tacha #CDB566
RGB
CMYK
RGB Variations
Color information
#CDB566 (or 0xCDB566) is known color: Tacha. HEX triplet: CD, B5 and 66. RGB value is (205,181,102). Sum of RGB (Red+Green+Blue) = 205+181+102=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB566 is #324A99. Grayscale: #B3B3B3. Windows color (decimal): -3295898 or 6731213. OLE color: 6731213.
HSL color Cylindrical-coordinate representation of color #CDB566: hue angle of 46.02º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDB566 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 102 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.20 |
| HSL | 46.02º | 0.51% | 0.6% | - |
| HSV(B) | 46.02º | 0.5% | 0.8% | - |
| XYZ | 44.1 | 46.99 | 19.32 | - |
| YUV | 179.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 102 | 0 | 0.12 | 0.50 | 0.20 | 46.02 | 0.51 | 0.6 |
| Hex | CD | B5 | 66 | 0 | C | 32 | 14 | 2E | 33 | 3C |
| Octal | 315 | 265 | 146 | 0 | 14 | 62 | 24 | 56 | 63 | 74 |
| Binary | 11001101 | 10110101 | 1100110 | 0 | 1100 | 110010 | 10100 | 101110 | 110011 | 111100 |
Color Harmonies of #CDB566
Complementary color
Monochromatic Colors of #CDB566
Black with #CDB566
Text Example
Text Example
White with #CDB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB566; }
p { color: rgb(205,181,102); }
H1.HeaderClassName
{
color: #CDB566;
}
.AnyTagClassName
{
color: #CDB566;
}
</style>
background-color css
<style>
a { background-color: #CDB566; }
a { background-color: rgb(205,181,102); }
div.DivClassName
{
background-color: #CDB566;
}
.BgClassName
{
background-color: #CDB566;
}
</style>
border-color css
<style>
span { border-color: #CDB566; }
span { border-color: rgb(205,181,102); }
td.TdClassName
{
border-color: #CDB566;
}
.TagClassName
{
border-color: #CDB566;
}
</style>