Shades of Wattle #CEC640
Tints of Wattle #CEC640
RGB
CMYK
RGB Variations
Color information
#CEC640 (or 0xCEC640) is known color: Wattle. HEX triplet: CE, C6 and 40. RGB value is (206,198,64). Sum of RGB (Red+Green+Blue) = 206+198+64=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC640 is #3139BF. Grayscale: #B9B9B9. Windows color (decimal): -3226048 or 4245198. OLE color: 4245198.
HSL color Cylindrical-coordinate representation of color #CEC640: hue angle of 56.62º 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 #CEC640 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 64 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.19 |
| HSL | 56.62º | 0.59% | 0.53% | - |
| HSV(B) | 56.62º | 0.69% | 0.81% | - |
| XYZ | 46.57 | 53.88 | 12.8 | - |
| YUV | 185.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 64 | 0 | 0.04 | 0.69 | 0.19 | 56.62 | 0.59 | 0.53 |
| Hex | CE | C6 | 40 | 0 | 4 | 45 | 13 | 39 | 3B | 35 |
| Octal | 316 | 306 | 100 | 0 | 4 | 105 | 23 | 71 | 73 | 65 |
| Binary | 11001110 | 11000110 | 1000000 | 0 | 100 | 1000101 | 10011 | 111001 | 111011 | 110101 |
Color Harmonies of #CEC640
Complementary color
Monochromatic Colors of #CEC640
Black with #CEC640
Text Example
Text Example
White with #CEC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC640; }
p { color: rgb(206,198,64); }
H1.HeaderClassName
{
color: #CEC640;
}
.AnyTagClassName
{
color: #CEC640;
}
</style>
background-color css
<style>
a { background-color: #CEC640; }
a { background-color: rgb(206,198,64); }
div.DivClassName
{
background-color: #CEC640;
}
.BgClassName
{
background-color: #CEC640;
}
</style>
border-color css
<style>
span { border-color: #CEC640; }
span { border-color: rgb(206,198,64); }
td.TdClassName
{
border-color: #CEC640;
}
.TagClassName
{
border-color: #CEC640;
}
</style>