Shades of Wattle #CEC537
Tints of Wattle #CEC537
RGB
CMYK
RGB Variations
Color information
#CEC537 (or 0xCEC537) is known color: Wattle. HEX triplet: CE, C5 and 37. RGB value is (206,197,55). Sum of RGB (Red+Green+Blue) = 206+197+55=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC537 is #313AC8. Grayscale: #B8B8B8. Windows color (decimal): -3226313 or 3655118. OLE color: 3655118.
HSL color Cylindrical-coordinate representation of color #CEC537: hue angle of 56.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEC537 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 55 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.19 |
| HSL | 56.42º | 0.61% | 0.51% | - |
| HSV(B) | 56.42º | 0.73% | 0.81% | - |
| XYZ | 46.11 | 53.33 | 11.48 | - |
| YUV | 183.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 55 | 0 | 0.04 | 0.73 | 0.19 | 56.42 | 0.61 | 0.51 |
| Hex | CE | C5 | 37 | 0 | 4 | 49 | 13 | 38 | 3D | 33 |
| Octal | 316 | 305 | 67 | 0 | 4 | 111 | 23 | 70 | 75 | 63 |
| Binary | 11001110 | 11000101 | 110111 | 0 | 100 | 1001001 | 10011 | 111000 | 111101 | 110011 |
Color Harmonies of #CEC537
Complementary color
Monochromatic Colors of #CEC537
Black with #CEC537
Text Example
Text Example
White with #CEC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC537; }
p { color: rgb(206,197,55); }
H1.HeaderClassName
{
color: #CEC537;
}
.AnyTagClassName
{
color: #CEC537;
}
</style>
background-color css
<style>
a { background-color: #CEC537; }
a { background-color: rgb(206,197,55); }
div.DivClassName
{
background-color: #CEC537;
}
.BgClassName
{
background-color: #CEC537;
}
</style>
border-color css
<style>
span { border-color: #CEC537; }
span { border-color: rgb(206,197,55); }
td.TdClassName
{
border-color: #CEC537;
}
.TagClassName
{
border-color: #CEC537;
}
</style>