Shades of Wattle #CEC63F
Tints of Wattle #CEC63F
RGB
CMYK
RGB Variations
Color information
#CEC63F (or 0xCEC63F) is known color: Wattle. HEX triplet: CE, C6 and 3F. RGB value is (206,198,63). Sum of RGB (Red+Green+Blue) = 206+198+63=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC63F is #3139C0. Grayscale: #B9B9B9. Windows color (decimal): -3226049 or 4179662. OLE color: 4179662.
HSL color Cylindrical-coordinate representation of color #CEC63F: hue angle of 56.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC63F is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 63 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.19 |
| HSL | 56.64º | 0.59% | 0.53% | - |
| HSV(B) | 56.64º | 0.69% | 0.81% | - |
| XYZ | 46.54 | 53.87 | 12.65 | - |
| YUV | 185 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 63 | 0 | 0.04 | 0.69 | 0.19 | 56.64 | 0.59 | 0.53 |
| Hex | CE | C6 | 3F | 0 | 4 | 45 | 13 | 39 | 3B | 35 |
| Octal | 316 | 306 | 77 | 0 | 4 | 105 | 23 | 71 | 73 | 65 |
| Binary | 11001110 | 11000110 | 111111 | 0 | 100 | 1000101 | 10011 | 111001 | 111011 | 110101 |
Color Harmonies of #CEC63F
Complementary color
Monochromatic Colors of #CEC63F
Black with #CEC63F
Text Example
Text Example
White with #CEC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC63F; }
p { color: rgb(206,198,63); }
H1.HeaderClassName
{
color: #CEC63F;
}
.AnyTagClassName
{
color: #CEC63F;
}
</style>
background-color css
<style>
a { background-color: #CEC63F; }
a { background-color: rgb(206,198,63); }
div.DivClassName
{
background-color: #CEC63F;
}
.BgClassName
{
background-color: #CEC63F;
}
</style>
border-color css
<style>
span { border-color: #CEC63F; }
span { border-color: rgb(206,198,63); }
td.TdClassName
{
border-color: #CEC63F;
}
.TagClassName
{
border-color: #CEC63F;
}
</style>