Shades of Wattle #CEC548
Tints of Wattle #CEC548
RGB
CMYK
RGB Variations
Color information
#CEC548 (or 0xCEC548) is known color: Wattle. HEX triplet: CE, C5 and 48. RGB value is (206,197,72). Sum of RGB (Red+Green+Blue) = 206+197+72=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC548 is #313AB7. Grayscale: #B9B9B9. Windows color (decimal): -3226296 or 4769230. OLE color: 4769230.
HSL color Cylindrical-coordinate representation of color #CEC548: hue angle of 55.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEC548 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 72 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.19 |
| HSL | 55.97º | 0.58% | 0.55% | - |
| HSV(B) | 55.97º | 0.65% | 0.81% | - |
| XYZ | 46.59 | 53.52 | 14.01 | - |
| YUV | 185.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 72 | 0 | 0.04 | 0.65 | 0.19 | 55.97 | 0.58 | 0.55 |
| Hex | CE | C5 | 48 | 0 | 4 | 41 | 13 | 38 | 3A | 37 |
| Octal | 316 | 305 | 110 | 0 | 4 | 101 | 23 | 70 | 72 | 67 |
| Binary | 11001110 | 11000101 | 1001000 | 0 | 100 | 1000001 | 10011 | 111000 | 111010 | 110111 |
Color Harmonies of #CEC548
Complementary color
Monochromatic Colors of #CEC548
Black with #CEC548
Text Example
Text Example
White with #CEC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC548; }
p { color: rgb(206,197,72); }
H1.HeaderClassName
{
color: #CEC548;
}
.AnyTagClassName
{
color: #CEC548;
}
</style>
background-color css
<style>
a { background-color: #CEC548; }
a { background-color: rgb(206,197,72); }
div.DivClassName
{
background-color: #CEC548;
}
.BgClassName
{
background-color: #CEC548;
}
</style>
border-color css
<style>
span { border-color: #CEC548; }
span { border-color: rgb(206,197,72); }
td.TdClassName
{
border-color: #CEC548;
}
.TagClassName
{
border-color: #CEC548;
}
</style>