Shades of Tacha #CEC56D
Tints of Tacha #CEC56D
RGB
CMYK
RGB Variations
Color information
#CEC56D (or 0xCEC56D) is known color: Tacha. HEX triplet: CE, C5 and 6D. RGB value is (206,197,109). Sum of RGB (Red+Green+Blue) = 206+197+109=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC56D is #313A92. Grayscale: #BEBEBE. Windows color (decimal): -3226259 or 7194062. OLE color: 7194062.
HSL color Cylindrical-coordinate representation of color #CEC56D: hue angle of 54.43º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEC56D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 109 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.19 |
| HSL | 54.43º | 0.5% | 0.62% | - |
| HSV(B) | 54.43º | 0.47% | 0.81% | - |
| XYZ | 48.18 | 54.16 | 22.38 | - |
| YUV | 189.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 109 | 0 | 0.04 | 0.47 | 0.19 | 54.43 | 0.5 | 0.62 |
| Hex | CE | C5 | 6D | 0 | 4 | 2F | 13 | 36 | 32 | 3E |
| Octal | 316 | 305 | 155 | 0 | 4 | 57 | 23 | 66 | 62 | 76 |
| Binary | 11001110 | 11000101 | 1101101 | 0 | 100 | 101111 | 10011 | 110110 | 110010 | 111110 |
Color Harmonies of #CEC56D
Complementary color
Monochromatic Colors of #CEC56D
Black with #CEC56D
Text Example
Text Example
White with #CEC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC56D; }
p { color: rgb(206,197,109); }
H1.HeaderClassName
{
color: #CEC56D;
}
.AnyTagClassName
{
color: #CEC56D;
}
</style>
background-color css
<style>
a { background-color: #CEC56D; }
a { background-color: rgb(206,197,109); }
div.DivClassName
{
background-color: #CEC56D;
}
.BgClassName
{
background-color: #CEC56D;
}
</style>
border-color css
<style>
span { border-color: #CEC56D; }
span { border-color: rgb(206,197,109); }
td.TdClassName
{
border-color: #CEC56D;
}
.TagClassName
{
border-color: #CEC56D;
}
</style>