Shades of Wattle #CEC932
Tints of Wattle #CEC932
RGB
CMYK
RGB Variations
Color information
#CEC932 (or 0xCEC932) is known color: Wattle. HEX triplet: CE, C9 and 32. RGB value is (206,201,50). Sum of RGB (Red+Green+Blue) = 206+201+50=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC932 is #3136CD. Grayscale: #B9B9B9. Windows color (decimal): -3225294 or 3328462. OLE color: 3328462.
HSL color Cylindrical-coordinate representation of color #CEC932: hue angle of 58.08º 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 #CEC932 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 50 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.19 |
| HSL | 58.08º | 0.61% | 0.5% | - |
| HSV(B) | 58.08º | 0.76% | 0.81% | - |
| XYZ | 46.92 | 55.13 | 11.19 | - |
| YUV | 185.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 50 | 0 | 0.02 | 0.76 | 0.19 | 58.08 | 0.61 | 0.5 |
| Hex | CE | C9 | 32 | 0 | 2 | 4C | 13 | 3A | 3D | 32 |
| Octal | 316 | 311 | 62 | 0 | 2 | 114 | 23 | 72 | 75 | 62 |
| Binary | 11001110 | 11001001 | 110010 | 0 | 10 | 1001100 | 10011 | 111010 | 111101 | 110010 |
Color Harmonies of #CEC932
Complementary color
Monochromatic Colors of #CEC932
Black with #CEC932
Text Example
Text Example
White with #CEC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC932; }
p { color: rgb(206,201,50); }
H1.HeaderClassName
{
color: #CEC932;
}
.AnyTagClassName
{
color: #CEC932;
}
</style>
background-color css
<style>
a { background-color: #CEC932; }
a { background-color: rgb(206,201,50); }
div.DivClassName
{
background-color: #CEC932;
}
.BgClassName
{
background-color: #CEC932;
}
</style>
border-color css
<style>
span { border-color: #CEC932; }
span { border-color: rgb(206,201,50); }
td.TdClassName
{
border-color: #CEC932;
}
.TagClassName
{
border-color: #CEC932;
}
</style>