Shades of Wattle #CEC533
Tints of Wattle #CEC533
RGB
CMYK
RGB Variations
Color information
#CEC533 (or 0xCEC533) is known color: Wattle. HEX triplet: CE, C5 and 33. RGB value is (206,197,51). Sum of RGB (Red+Green+Blue) = 206+197+51=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC533 is #313ACC. Grayscale: #B7B7B7. Windows color (decimal): -3226317 or 3392974. OLE color: 3392974.
HSL color Cylindrical-coordinate representation of color #CEC533: hue angle of 56.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEC533 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 51 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.19 |
| HSL | 56.52º | 0.61% | 0.5% | - |
| HSV(B) | 56.52º | 0.75% | 0.81% | - |
| XYZ | 46.02 | 53.29 | 10.99 | - |
| YUV | 183.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 51 | 0 | 0.04 | 0.75 | 0.19 | 56.52 | 0.61 | 0.5 |
| Hex | CE | C5 | 33 | 0 | 4 | 4B | 13 | 39 | 3D | 32 |
| Octal | 316 | 305 | 63 | 0 | 4 | 113 | 23 | 71 | 75 | 62 |
| Binary | 11001110 | 11000101 | 110011 | 0 | 100 | 1001011 | 10011 | 111001 | 111101 | 110010 |
Color Harmonies of #CEC533
Complementary color
Monochromatic Colors of #CEC533
Black with #CEC533
Text Example
Text Example
White with #CEC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC533; }
p { color: rgb(206,197,51); }
H1.HeaderClassName
{
color: #CEC533;
}
.AnyTagClassName
{
color: #CEC533;
}
</style>
background-color css
<style>
a { background-color: #CEC533; }
a { background-color: rgb(206,197,51); }
div.DivClassName
{
background-color: #CEC533;
}
.BgClassName
{
background-color: #CEC533;
}
</style>
border-color css
<style>
span { border-color: #CEC533; }
span { border-color: rgb(206,197,51); }
td.TdClassName
{
border-color: #CEC533;
}
.TagClassName
{
border-color: #CEC533;
}
</style>