Shades of Wattle #CEC544
Tints of Wattle #CEC544
RGB
CMYK
RGB Variations
Color information
#CEC544 (or 0xCEC544) is known color: Wattle. HEX triplet: CE, C5 and 44. RGB value is (206,197,68). Sum of RGB (Red+Green+Blue) = 206+197+68=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC544 is #313ABB. Grayscale: #B9B9B9. Windows color (decimal): -3226300 or 4507086. OLE color: 4507086.
HSL color Cylindrical-coordinate representation of color #CEC544: hue angle of 56.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEC544 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 68 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.19 |
| HSL | 56.09º | 0.58% | 0.54% | - |
| HSV(B) | 56.09º | 0.67% | 0.81% | - |
| XYZ | 46.46 | 53.47 | 13.34 | - |
| YUV | 184.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 68 | 0 | 0.04 | 0.67 | 0.19 | 56.09 | 0.58 | 0.54 |
| Hex | CE | C5 | 44 | 0 | 4 | 43 | 13 | 38 | 3A | 36 |
| Octal | 316 | 305 | 104 | 0 | 4 | 103 | 23 | 70 | 72 | 66 |
| Binary | 11001110 | 11000101 | 1000100 | 0 | 100 | 1000011 | 10011 | 111000 | 111010 | 110110 |
Color Harmonies of #CEC544
Complementary color
Monochromatic Colors of #CEC544
Black with #CEC544
Text Example
Text Example
White with #CEC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC544; }
p { color: rgb(206,197,68); }
H1.HeaderClassName
{
color: #CEC544;
}
.AnyTagClassName
{
color: #CEC544;
}
</style>
background-color css
<style>
a { background-color: #CEC544; }
a { background-color: rgb(206,197,68); }
div.DivClassName
{
background-color: #CEC544;
}
.BgClassName
{
background-color: #CEC544;
}
</style>
border-color css
<style>
span { border-color: #CEC544; }
span { border-color: rgb(206,197,68); }
td.TdClassName
{
border-color: #CEC544;
}
.TagClassName
{
border-color: #CEC544;
}
</style>