Shades of Wattle #CEC449
Tints of Wattle #CEC449
RGB
CMYK
RGB Variations
Color information
#CEC449 (or 0xCEC449) is known color: Wattle. HEX triplet: CE, C4 and 49. RGB value is (206,196,73). Sum of RGB (Red+Green+Blue) = 206+196+73=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC449 is #313BB6. Grayscale: #B9B9B9. Windows color (decimal): -3226551 or 4834510. OLE color: 4834510.
HSL color Cylindrical-coordinate representation of color #CEC449: hue angle of 55.49º 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 #CEC449 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 73 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.19 |
| HSL | 55.49º | 0.58% | 0.55% | - |
| HSV(B) | 55.49º | 0.65% | 0.81% | - |
| XYZ | 46.4 | 53.08 | 14.1 | - |
| YUV | 184.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 73 | 0 | 0.05 | 0.65 | 0.19 | 55.49 | 0.58 | 0.55 |
| Hex | CE | C4 | 49 | 0 | 5 | 41 | 13 | 37 | 3A | 37 |
| Octal | 316 | 304 | 111 | 0 | 5 | 101 | 23 | 67 | 72 | 67 |
| Binary | 11001110 | 11000100 | 1001001 | 0 | 101 | 1000001 | 10011 | 110111 | 111010 | 110111 |
Color Harmonies of #CEC449
Complementary color
Monochromatic Colors of #CEC449
Black with #CEC449
Text Example
Text Example
White with #CEC449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC449; }
p { color: rgb(206,196,73); }
H1.HeaderClassName
{
color: #CEC449;
}
.AnyTagClassName
{
color: #CEC449;
}
</style>
background-color css
<style>
a { background-color: #CEC449; }
a { background-color: rgb(206,196,73); }
div.DivClassName
{
background-color: #CEC449;
}
.BgClassName
{
background-color: #CEC449;
}
</style>
border-color css
<style>
span { border-color: #CEC449; }
span { border-color: rgb(206,196,73); }
td.TdClassName
{
border-color: #CEC449;
}
.TagClassName
{
border-color: #CEC449;
}
</style>