Shades of Tacha #CEC65D
Tints of Tacha #CEC65D
RGB
CMYK
RGB Variations
Color information
#CEC65D (or 0xCEC65D) is known color: Tacha. HEX triplet: CE, C6 and 5D. RGB value is (206,198,93). Sum of RGB (Red+Green+Blue) = 206+198+93=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC65D is #3139A2. Grayscale: #BCBCBC. Windows color (decimal): -3226019 or 6145742. OLE color: 6145742.
HSL color Cylindrical-coordinate representation of color #CEC65D: hue angle of 55.75º 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 #CEC65D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 93 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.19 |
| HSL | 55.75º | 0.54% | 0.59% | - |
| HSV(B) | 55.75º | 0.55% | 0.81% | - |
| XYZ | 47.62 | 54.3 | 18.33 | - |
| YUV | 188.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 93 | 0 | 0.04 | 0.55 | 0.19 | 55.75 | 0.54 | 0.59 |
| Hex | CE | C6 | 5D | 0 | 4 | 37 | 13 | 38 | 36 | 3B |
| Octal | 316 | 306 | 135 | 0 | 4 | 67 | 23 | 70 | 66 | 73 |
| Binary | 11001110 | 11000110 | 1011101 | 0 | 100 | 110111 | 10011 | 111000 | 110110 | 111011 |
Color Harmonies of #CEC65D
Complementary color
Monochromatic Colors of #CEC65D
Black with #CEC65D
Text Example
Text Example
White with #CEC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC65D; }
p { color: rgb(206,198,93); }
H1.HeaderClassName
{
color: #CEC65D;
}
.AnyTagClassName
{
color: #CEC65D;
}
</style>
background-color css
<style>
a { background-color: #CEC65D; }
a { background-color: rgb(206,198,93); }
div.DivClassName
{
background-color: #CEC65D;
}
.BgClassName
{
background-color: #CEC65D;
}
</style>
border-color css
<style>
span { border-color: #CEC65D; }
span { border-color: rgb(206,198,93); }
td.TdClassName
{
border-color: #CEC65D;
}
.TagClassName
{
border-color: #CEC65D;
}
</style>