Shades of Tacha #CEC55D
Tints of Tacha #CEC55D
RGB
CMYK
RGB Variations
Color information
#CEC55D (or 0xCEC55D) is known color: Tacha. HEX triplet: CE, C5 and 5D. RGB value is (206,197,93). Sum of RGB (Red+Green+Blue) = 206+197+93=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC55D is #313AA2. Grayscale: #BCBCBC. Windows color (decimal): -3226275 or 6145486. OLE color: 6145486.
HSL color Cylindrical-coordinate representation of color #CEC55D: hue angle of 55.22º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEC55D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 93 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.19 |
| HSL | 55.22º | 0.54% | 0.59% | - |
| HSV(B) | 55.22º | 0.55% | 0.81% | - |
| XYZ | 47.4 | 53.84 | 18.25 | - |
| YUV | 187.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 93 | 0 | 0.04 | 0.55 | 0.19 | 55.22 | 0.54 | 0.59 |
| Hex | CE | C5 | 5D | 0 | 4 | 37 | 13 | 37 | 36 | 3B |
| Octal | 316 | 305 | 135 | 0 | 4 | 67 | 23 | 67 | 66 | 73 |
| Binary | 11001110 | 11000101 | 1011101 | 0 | 100 | 110111 | 10011 | 110111 | 110110 | 111011 |
Color Harmonies of #CEC55D
Complementary color
Monochromatic Colors of #CEC55D
Black with #CEC55D
Text Example
Text Example
White with #CEC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC55D; }
p { color: rgb(206,197,93); }
H1.HeaderClassName
{
color: #CEC55D;
}
.AnyTagClassName
{
color: #CEC55D;
}
</style>
background-color css
<style>
a { background-color: #CEC55D; }
a { background-color: rgb(206,197,93); }
div.DivClassName
{
background-color: #CEC55D;
}
.BgClassName
{
background-color: #CEC55D;
}
</style>
border-color css
<style>
span { border-color: #CEC55D; }
span { border-color: rgb(206,197,93); }
td.TdClassName
{
border-color: #CEC55D;
}
.TagClassName
{
border-color: #CEC55D;
}
</style>