Shades of Wattle #CEC132
Tints of Wattle #CEC132
RGB
CMYK
RGB Variations
Color information
#CEC132 (or 0xCEC132) is known color: Wattle. HEX triplet: CE, C1 and 32. RGB value is (206,193,50). Sum of RGB (Red+Green+Blue) = 206+193+50=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC132 is #313ECD. Grayscale: #B5B5B5. Windows color (decimal): -3227342 or 3326414. OLE color: 3326414.
HSL color Cylindrical-coordinate representation of color #CEC132: hue angle of 55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEC132 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 50 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.19 |
| HSL | 55º | 0.61% | 0.5% | - |
| HSV(B) | 55º | 0.76% | 0.81% | - |
| XYZ | 45.1 | 51.49 | 10.58 | - |
| YUV | 180.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 50 | 0 | 0.06 | 0.76 | 0.19 | 55 | 0.61 | 0.5 |
| Hex | CE | C1 | 32 | 0 | 6 | 4C | 13 | 37 | 3D | 32 |
| Octal | 316 | 301 | 62 | 0 | 6 | 114 | 23 | 67 | 75 | 62 |
| Binary | 11001110 | 11000001 | 110010 | 0 | 110 | 1001100 | 10011 | 110111 | 111101 | 110010 |
Color Harmonies of #CEC132
Complementary color
Monochromatic Colors of #CEC132
Black with #CEC132
Text Example
Text Example
White with #CEC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC132; }
p { color: rgb(206,193,50); }
H1.HeaderClassName
{
color: #CEC132;
}
.AnyTagClassName
{
color: #CEC132;
}
</style>
background-color css
<style>
a { background-color: #CEC132; }
a { background-color: rgb(206,193,50); }
div.DivClassName
{
background-color: #CEC132;
}
.BgClassName
{
background-color: #CEC132;
}
</style>
border-color css
<style>
span { border-color: #CEC132; }
span { border-color: rgb(206,193,50); }
td.TdClassName
{
border-color: #CEC132;
}
.TagClassName
{
border-color: #CEC132;
}
</style>