Shades of Tacha #CEC15D
Tints of Tacha #CEC15D
RGB
CMYK
RGB Variations
Color information
#CEC15D (or 0xCEC15D) is known color: Tacha. HEX triplet: CE, C1 and 5D. RGB value is (206,193,93). Sum of RGB (Red+Green+Blue) = 206+193+93=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC15D is #313EA2. Grayscale: #B9B9B9. Windows color (decimal): -3227299 or 6144462. OLE color: 6144462.
HSL color Cylindrical-coordinate representation of color #CEC15D: hue angle of 53.1º 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 #CEC15D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 93 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.19 |
| HSL | 53.1º | 0.54% | 0.59% | - |
| HSV(B) | 53.1º | 0.55% | 0.81% | - |
| XYZ | 46.5 | 52.05 | 17.95 | - |
| YUV | 185.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 93 | 0 | 0.06 | 0.55 | 0.19 | 53.1 | 0.54 | 0.59 |
| Hex | CE | C1 | 5D | 0 | 6 | 37 | 13 | 35 | 36 | 3B |
| Octal | 316 | 301 | 135 | 0 | 6 | 67 | 23 | 65 | 66 | 73 |
| Binary | 11001110 | 11000001 | 1011101 | 0 | 110 | 110111 | 10011 | 110101 | 110110 | 111011 |
Color Harmonies of #CEC15D
Complementary color
Monochromatic Colors of #CEC15D
Black with #CEC15D
Text Example
Text Example
White with #CEC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC15D; }
p { color: rgb(206,193,93); }
H1.HeaderClassName
{
color: #CEC15D;
}
.AnyTagClassName
{
color: #CEC15D;
}
</style>
background-color css
<style>
a { background-color: #CEC15D; }
a { background-color: rgb(206,193,93); }
div.DivClassName
{
background-color: #CEC15D;
}
.BgClassName
{
background-color: #CEC15D;
}
</style>
border-color css
<style>
span { border-color: #CEC15D; }
span { border-color: rgb(206,193,93); }
td.TdClassName
{
border-color: #CEC15D;
}
.TagClassName
{
border-color: #CEC15D;
}
</style>