Shades of Tacha #CEC35D
Tints of Tacha #CEC35D
RGB
CMYK
RGB Variations
Color information
#CEC35D (or 0xCEC35D) is known color: Tacha. HEX triplet: CE, C3 and 5D. RGB value is (206,195,93). Sum of RGB (Red+Green+Blue) = 206+195+93=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC35D is #313CA2. Grayscale: #BBBBBB. Windows color (decimal): -3226787 or 6144974. OLE color: 6144974.
HSL color Cylindrical-coordinate representation of color #CEC35D: hue angle of 54.16º 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 #CEC35D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 93 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.19 |
| HSL | 54.16º | 0.54% | 0.59% | - |
| HSV(B) | 54.16º | 0.55% | 0.81% | - |
| XYZ | 46.94 | 52.94 | 18.1 | - |
| YUV | 186.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 93 | 0 | 0.05 | 0.55 | 0.19 | 54.16 | 0.54 | 0.59 |
| Hex | CE | C3 | 5D | 0 | 5 | 37 | 13 | 36 | 36 | 3B |
| Octal | 316 | 303 | 135 | 0 | 5 | 67 | 23 | 66 | 66 | 73 |
| Binary | 11001110 | 11000011 | 1011101 | 0 | 101 | 110111 | 10011 | 110110 | 110110 | 111011 |
Color Harmonies of #CEC35D
Complementary color
Monochromatic Colors of #CEC35D
Black with #CEC35D
Text Example
Text Example
White with #CEC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC35D; }
p { color: rgb(206,195,93); }
H1.HeaderClassName
{
color: #CEC35D;
}
.AnyTagClassName
{
color: #CEC35D;
}
</style>
background-color css
<style>
a { background-color: #CEC35D; }
a { background-color: rgb(206,195,93); }
div.DivClassName
{
background-color: #CEC35D;
}
.BgClassName
{
background-color: #CEC35D;
}
</style>
border-color css
<style>
span { border-color: #CEC35D; }
span { border-color: rgb(206,195,93); }
td.TdClassName
{
border-color: #CEC35D;
}
.TagClassName
{
border-color: #CEC35D;
}
</style>