Shades of Wattle #CECC49
Tints of Wattle #CECC49
RGB
CMYK
RGB Variations
Color information
#CECC49 (or 0xCECC49) is known color: Wattle. HEX triplet: CE, CC and 49. RGB value is (206,204,73). Sum of RGB (Red+Green+Blue) = 206+204+73=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC49 is #3133B6. Grayscale: #BEBEBE. Windows color (decimal): -3224503 or 4836558. OLE color: 4836558.
HSL color Cylindrical-coordinate representation of color #CECC49: hue angle of 59.1º 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 #CECC49 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 73 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.19 |
| HSL | 59.1º | 0.58% | 0.55% | - |
| HSV(B) | 59.1º | 0.65% | 0.81% | - |
| XYZ | 48.25 | 56.79 | 14.72 | - |
| YUV | 189.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 73 | 0 | 0.01 | 0.65 | 0.19 | 59.1 | 0.58 | 0.55 |
| Hex | CE | CC | 49 | 0 | 1 | 41 | 13 | 3B | 3A | 37 |
| Octal | 316 | 314 | 111 | 0 | 1 | 101 | 23 | 73 | 72 | 67 |
| Binary | 11001110 | 11001100 | 1001001 | 0 | 1 | 1000001 | 10011 | 111011 | 111010 | 110111 |
Color Harmonies of #CECC49
Complementary color
Monochromatic Colors of #CECC49
Black with #CECC49
Text Example
Text Example
White with #CECC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC49; }
p { color: rgb(206,204,73); }
H1.HeaderClassName
{
color: #CECC49;
}
.AnyTagClassName
{
color: #CECC49;
}
</style>
background-color css
<style>
a { background-color: #CECC49; }
a { background-color: rgb(206,204,73); }
div.DivClassName
{
background-color: #CECC49;
}
.BgClassName
{
background-color: #CECC49;
}
</style>
border-color css
<style>
span { border-color: #CECC49; }
span { border-color: rgb(206,204,73); }
td.TdClassName
{
border-color: #CECC49;
}
.TagClassName
{
border-color: #CECC49;
}
</style>