Shades of Wattle #CEC43B
Tints of Wattle #CEC43B
RGB
CMYK
RGB Variations
Color information
#CEC43B (or 0xCEC43B) is known color: Wattle. HEX triplet: CE, C4 and 3B. RGB value is (206,196,59). Sum of RGB (Red+Green+Blue) = 206+196+59=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC43B is #313BC4. Grayscale: #B7B7B7. Windows color (decimal): -3226565 or 3917006. OLE color: 3917006.
HSL color Cylindrical-coordinate representation of color #CEC43B: hue angle of 55.92º 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 #CEC43B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 59 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.19 |
| HSL | 55.92º | 0.6% | 0.52% | - |
| HSV(B) | 55.92º | 0.71% | 0.81% | - |
| XYZ | 45.98 | 52.92 | 11.93 | - |
| YUV | 183.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 59 | 0 | 0.05 | 0.71 | 0.19 | 55.92 | 0.6 | 0.52 |
| Hex | CE | C4 | 3B | 0 | 5 | 47 | 13 | 38 | 3C | 34 |
| Octal | 316 | 304 | 73 | 0 | 5 | 107 | 23 | 70 | 74 | 64 |
| Binary | 11001110 | 11000100 | 111011 | 0 | 101 | 1000111 | 10011 | 111000 | 111100 | 110100 |
Color Harmonies of #CEC43B
Complementary color
Monochromatic Colors of #CEC43B
Black with #CEC43B
Text Example
Text Example
White with #CEC43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC43B; }
p { color: rgb(206,196,59); }
H1.HeaderClassName
{
color: #CEC43B;
}
.AnyTagClassName
{
color: #CEC43B;
}
</style>
background-color css
<style>
a { background-color: #CEC43B; }
a { background-color: rgb(206,196,59); }
div.DivClassName
{
background-color: #CEC43B;
}
.BgClassName
{
background-color: #CEC43B;
}
</style>
border-color css
<style>
span { border-color: #CEC43B; }
span { border-color: rgb(206,196,59); }
td.TdClassName
{
border-color: #CEC43B;
}
.TagClassName
{
border-color: #CEC43B;
}
</style>