Shades of Wattle #CEC43C
Tints of Wattle #CEC43C
RGB
CMYK
RGB Variations
Color information
#CEC43C (or 0xCEC43C) is known color: Wattle. HEX triplet: CE, C4 and 3C. RGB value is (206,196,60). Sum of RGB (Red+Green+Blue) = 206+196+60=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC43C is #313BC3. Grayscale: #B8B8B8. Windows color (decimal): -3226564 or 3982542. OLE color: 3982542.
HSL color Cylindrical-coordinate representation of color #CEC43C: hue angle of 55.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEC43C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 60 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.19 |
| HSL | 55.89º | 0.6% | 0.52% | - |
| HSV(B) | 55.89º | 0.71% | 0.81% | - |
| XYZ | 46.01 | 52.93 | 12.07 | - |
| YUV | 183.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 60 | 0 | 0.05 | 0.71 | 0.19 | 55.89 | 0.6 | 0.52 |
| Hex | CE | C4 | 3C | 0 | 5 | 47 | 13 | 38 | 3C | 34 |
| Octal | 316 | 304 | 74 | 0 | 5 | 107 | 23 | 70 | 74 | 64 |
| Binary | 11001110 | 11000100 | 111100 | 0 | 101 | 1000111 | 10011 | 111000 | 111100 | 110100 |
Color Harmonies of #CEC43C
Complementary color
Monochromatic Colors of #CEC43C
Black with #CEC43C
Text Example
Text Example
White with #CEC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC43C; }
p { color: rgb(206,196,60); }
H1.HeaderClassName
{
color: #CEC43C;
}
.AnyTagClassName
{
color: #CEC43C;
}
</style>
background-color css
<style>
a { background-color: #CEC43C; }
a { background-color: rgb(206,196,60); }
div.DivClassName
{
background-color: #CEC43C;
}
.BgClassName
{
background-color: #CEC43C;
}
</style>
border-color css
<style>
span { border-color: #CEC43C; }
span { border-color: rgb(206,196,60); }
td.TdClassName
{
border-color: #CEC43C;
}
.TagClassName
{
border-color: #CEC43C;
}
</style>