Shades of Wattle #CEC149
Tints of Wattle #CEC149
RGB
CMYK
RGB Variations
Color information
#CEC149 (or 0xCEC149) is known color: Wattle. HEX triplet: CE, C1 and 49. RGB value is (206,193,73). Sum of RGB (Red+Green+Blue) = 206+193+73=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC149 is #313EB6. Grayscale: #B7B7B7. Windows color (decimal): -3227319 or 4833742. OLE color: 4833742.
HSL color Cylindrical-coordinate representation of color #CEC149: hue angle of 54.14º 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 #CEC149 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 73 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.19 |
| HSL | 54.14º | 0.58% | 0.55% | - |
| HSV(B) | 54.14º | 0.65% | 0.81% | - |
| XYZ | 45.73 | 51.74 | 13.88 | - |
| YUV | 183.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 73 | 0 | 0.06 | 0.65 | 0.19 | 54.14 | 0.58 | 0.55 |
| Hex | CE | C1 | 49 | 0 | 6 | 41 | 13 | 36 | 3A | 37 |
| Octal | 316 | 301 | 111 | 0 | 6 | 101 | 23 | 66 | 72 | 67 |
| Binary | 11001110 | 11000001 | 1001001 | 0 | 110 | 1000001 | 10011 | 110110 | 111010 | 110111 |
Color Harmonies of #CEC149
Complementary color
Monochromatic Colors of #CEC149
Black with #CEC149
Text Example
Text Example
White with #CEC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC149; }
p { color: rgb(206,193,73); }
H1.HeaderClassName
{
color: #CEC149;
}
.AnyTagClassName
{
color: #CEC149;
}
</style>
background-color css
<style>
a { background-color: #CEC149; }
a { background-color: rgb(206,193,73); }
div.DivClassName
{
background-color: #CEC149;
}
.BgClassName
{
background-color: #CEC149;
}
</style>
border-color css
<style>
span { border-color: #CEC149; }
span { border-color: rgb(206,193,73); }
td.TdClassName
{
border-color: #CEC149;
}
.TagClassName
{
border-color: #CEC149;
}
</style>