Shades of Tacha #CDB766
Tints of Tacha #CDB766
RGB
CMYK
RGB Variations
Color information
#CDB766 (or 0xCDB766) is known color: Tacha. HEX triplet: CD, B7 and 66. RGB value is (205,183,102). Sum of RGB (Red+Green+Blue) = 205+183+102=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB766 is #324899. Grayscale: #B4B4B4. Windows color (decimal): -3295386 or 6731725. OLE color: 6731725.
HSL color Cylindrical-coordinate representation of color #CDB766: hue angle of 47.18º 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 #CDB766 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 102 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.20 |
| HSL | 47.18º | 0.51% | 0.6% | - |
| HSV(B) | 47.18º | 0.5% | 0.8% | - |
| XYZ | 44.51 | 47.81 | 19.45 | - |
| YUV | 180.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 102 | 0 | 0.11 | 0.50 | 0.20 | 47.18 | 0.51 | 0.6 |
| Hex | CD | B7 | 66 | 0 | B | 32 | 14 | 2F | 33 | 3C |
| Octal | 315 | 267 | 146 | 0 | 13 | 62 | 24 | 57 | 63 | 74 |
| Binary | 11001101 | 10110111 | 1100110 | 0 | 1011 | 110010 | 10100 | 101111 | 110011 | 111100 |
Color Harmonies of #CDB766
Complementary color
Monochromatic Colors of #CDB766
Black with #CDB766
Text Example
Text Example
White with #CDB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB766; }
p { color: rgb(205,183,102); }
H1.HeaderClassName
{
color: #CDB766;
}
.AnyTagClassName
{
color: #CDB766;
}
</style>
background-color css
<style>
a { background-color: #CDB766; }
a { background-color: rgb(205,183,102); }
div.DivClassName
{
background-color: #CDB766;
}
.BgClassName
{
background-color: #CDB766;
}
</style>
border-color css
<style>
span { border-color: #CDB766; }
span { border-color: rgb(205,183,102); }
td.TdClassName
{
border-color: #CDB766;
}
.TagClassName
{
border-color: #CDB766;
}
</style>