Shades of Wattle #CEC747
Tints of Wattle #CEC747
RGB
CMYK
RGB Variations
Color information
#CEC747 (or 0xCEC747) is known color: Wattle. HEX triplet: CE, C7 and 47. RGB value is (206,199,71). Sum of RGB (Red+Green+Blue) = 206+199+71=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC747 is #3138B8. Grayscale: #BBBBBB. Windows color (decimal): -3225785 or 4704206. OLE color: 4704206.
HSL color Cylindrical-coordinate representation of color #CEC747: hue angle of 56.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEC747 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 71 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.19 |
| HSL | 56.89º | 0.58% | 0.54% | - |
| HSV(B) | 56.89º | 0.66% | 0.81% | - |
| XYZ | 47.01 | 54.42 | 13.99 | - |
| YUV | 186.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 71 | 0 | 0.03 | 0.66 | 0.19 | 56.89 | 0.58 | 0.54 |
| Hex | CE | C7 | 47 | 0 | 3 | 42 | 13 | 39 | 3A | 36 |
| Octal | 316 | 307 | 107 | 0 | 3 | 102 | 23 | 71 | 72 | 66 |
| Binary | 11001110 | 11000111 | 1000111 | 0 | 11 | 1000010 | 10011 | 111001 | 111010 | 110110 |
Color Harmonies of #CEC747
Complementary color
Monochromatic Colors of #CEC747
Black with #CEC747
Text Example
Text Example
White with #CEC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC747; }
p { color: rgb(206,199,71); }
H1.HeaderClassName
{
color: #CEC747;
}
.AnyTagClassName
{
color: #CEC747;
}
</style>
background-color css
<style>
a { background-color: #CEC747; }
a { background-color: rgb(206,199,71); }
div.DivClassName
{
background-color: #CEC747;
}
.BgClassName
{
background-color: #CEC747;
}
</style>
border-color css
<style>
span { border-color: #CEC747; }
span { border-color: rgb(206,199,71); }
td.TdClassName
{
border-color: #CEC747;
}
.TagClassName
{
border-color: #CEC747;
}
</style>