Shades of Tacha #CDC662
Tints of Tacha #CDC662
RGB
CMYK
RGB Variations
Color information
#CDC662 (or 0xCDC662) is known color: Tacha. HEX triplet: CD, C6 and 62. RGB value is (205,198,98). Sum of RGB (Red+Green+Blue) = 205+198+98=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC662 is #32399D. Grayscale: #BDBDBD. Windows color (decimal): -3291550 or 6473421. OLE color: 6473421.
HSL color Cylindrical-coordinate representation of color #CDC662: hue angle of 56.07º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDC662 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 98 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.20 |
| HSL | 56.07º | 0.52% | 0.59% | - |
| HSV(B) | 56.07º | 0.52% | 0.8% | - |
| XYZ | 47.58 | 54.25 | 19.52 | - |
| YUV | 188.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 98 | 0 | 0.03 | 0.52 | 0.20 | 56.07 | 0.52 | 0.59 |
| Hex | CD | C6 | 62 | 0 | 3 | 34 | 14 | 38 | 34 | 3B |
| Octal | 315 | 306 | 142 | 0 | 3 | 64 | 24 | 70 | 64 | 73 |
| Binary | 11001101 | 11000110 | 1100010 | 0 | 11 | 110100 | 10100 | 111000 | 110100 | 111011 |
Color Harmonies of #CDC662
Complementary color
Monochromatic Colors of #CDC662
Black with #CDC662
Text Example
Text Example
White with #CDC662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC662; }
p { color: rgb(205,198,98); }
H1.HeaderClassName
{
color: #CDC662;
}
.AnyTagClassName
{
color: #CDC662;
}
</style>
background-color css
<style>
a { background-color: #CDC662; }
a { background-color: rgb(205,198,98); }
div.DivClassName
{
background-color: #CDC662;
}
.BgClassName
{
background-color: #CDC662;
}
</style>
border-color css
<style>
span { border-color: #CDC662; }
span { border-color: rgb(205,198,98); }
td.TdClassName
{
border-color: #CDC662;
}
.TagClassName
{
border-color: #CDC662;
}
</style>