Shades of Wattle #CEC33A
Tints of Wattle #CEC33A
RGB
CMYK
RGB Variations
Color information
#CEC33A (or 0xCEC33A) is known color: Wattle. HEX triplet: CE, C3 and 3A. RGB value is (206,195,58). Sum of RGB (Red+Green+Blue) = 206+195+58=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC33A is #313CC5. Grayscale: #B7B7B7. Windows color (decimal): -3226822 or 3851214. OLE color: 3851214.
HSL color Cylindrical-coordinate representation of color #CEC33A: hue angle of 55.54º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEC33A is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 58 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.19 |
| HSL | 55.54º | 0.6% | 0.52% | - |
| HSV(B) | 55.54º | 0.72% | 0.81% | - |
| XYZ | 45.73 | 52.46 | 11.72 | - |
| YUV | 182.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 58 | 0 | 0.05 | 0.72 | 0.19 | 55.54 | 0.6 | 0.52 |
| Hex | CE | C3 | 3A | 0 | 5 | 48 | 13 | 38 | 3C | 34 |
| Octal | 316 | 303 | 72 | 0 | 5 | 110 | 23 | 70 | 74 | 64 |
| Binary | 11001110 | 11000011 | 111010 | 0 | 101 | 1001000 | 10011 | 111000 | 111100 | 110100 |
Color Harmonies of #CEC33A
Complementary color
Monochromatic Colors of #CEC33A
Black with #CEC33A
Text Example
Text Example
White with #CEC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC33A; }
p { color: rgb(206,195,58); }
H1.HeaderClassName
{
color: #CEC33A;
}
.AnyTagClassName
{
color: #CEC33A;
}
</style>
background-color css
<style>
a { background-color: #CEC33A; }
a { background-color: rgb(206,195,58); }
div.DivClassName
{
background-color: #CEC33A;
}
.BgClassName
{
background-color: #CEC33A;
}
</style>
border-color css
<style>
span { border-color: #CEC33A; }
span { border-color: rgb(206,195,58); }
td.TdClassName
{
border-color: #CEC33A;
}
.TagClassName
{
border-color: #CEC33A;
}
</style>