Shades of Tacha #CDC06B
Tints of Tacha #CDC06B
RGB
CMYK
RGB Variations
Color information
#CDC06B (or 0xCDC06B) is known color: Tacha. HEX triplet: CD, C0 and 6B. RGB value is (205,192,107). Sum of RGB (Red+Green+Blue) = 205+192+107=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC06B is #323F94. Grayscale: #BABABA. Windows color (decimal): -3293077 or 7061709. OLE color: 7061709.
HSL color Cylindrical-coordinate representation of color #CDC06B: hue angle of 52.04º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDC06B is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 107 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.20 |
| HSL | 52.04º | 0.49% | 0.61% | - |
| HSV(B) | 52.04º | 0.48% | 0.8% | - |
| XYZ | 46.68 | 51.74 | 21.44 | - |
| YUV | 186.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 107 | 0 | 0.06 | 0.48 | 0.20 | 52.04 | 0.49 | 0.61 |
| Hex | CD | C0 | 6B | 0 | 6 | 30 | 14 | 34 | 31 | 3D |
| Octal | 315 | 300 | 153 | 0 | 6 | 60 | 24 | 64 | 61 | 75 |
| Binary | 11001101 | 11000000 | 1101011 | 0 | 110 | 110000 | 10100 | 110100 | 110001 | 111101 |
Color Harmonies of #CDC06B
Complementary color
Monochromatic Colors of #CDC06B
Black with #CDC06B
Text Example
Text Example
White with #CDC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC06B; }
p { color: rgb(205,192,107); }
H1.HeaderClassName
{
color: #CDC06B;
}
.AnyTagClassName
{
color: #CDC06B;
}
</style>
background-color css
<style>
a { background-color: #CDC06B; }
a { background-color: rgb(205,192,107); }
div.DivClassName
{
background-color: #CDC06B;
}
.BgClassName
{
background-color: #CDC06B;
}
</style>
border-color css
<style>
span { border-color: #CDC06B; }
span { border-color: rgb(205,192,107); }
td.TdClassName
{
border-color: #CDC06B;
}
.TagClassName
{
border-color: #CDC06B;
}
</style>