Shades of Wattle #CEC43F
Tints of Wattle #CEC43F
RGB
CMYK
RGB Variations
Color information
#CEC43F (or 0xCEC43F) is known color: Wattle. HEX triplet: CE, C4 and 3F. RGB value is (206,196,63). Sum of RGB (Red+Green+Blue) = 206+196+63=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC43F is #313BC0. Grayscale: #B8B8B8. Windows color (decimal): -3226561 or 4179150. OLE color: 4179150.
HSL color Cylindrical-coordinate representation of color #CEC43F: hue angle of 55.8º 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 #CEC43F is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 63 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.19 |
| HSL | 55.8º | 0.59% | 0.53% | - |
| HSV(B) | 55.8º | 0.69% | 0.81% | - |
| XYZ | 46.09 | 52.96 | 12.5 | - |
| YUV | 183.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 63 | 0 | 0.05 | 0.69 | 0.19 | 55.8 | 0.59 | 0.53 |
| Hex | CE | C4 | 3F | 0 | 5 | 45 | 13 | 38 | 3B | 35 |
| Octal | 316 | 304 | 77 | 0 | 5 | 105 | 23 | 70 | 73 | 65 |
| Binary | 11001110 | 11000100 | 111111 | 0 | 101 | 1000101 | 10011 | 111000 | 111011 | 110101 |
Color Harmonies of #CEC43F
Complementary color
Monochromatic Colors of #CEC43F
Black with #CEC43F
Text Example
Text Example
White with #CEC43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC43F; }
p { color: rgb(206,196,63); }
H1.HeaderClassName
{
color: #CEC43F;
}
.AnyTagClassName
{
color: #CEC43F;
}
</style>
background-color css
<style>
a { background-color: #CEC43F; }
a { background-color: rgb(206,196,63); }
div.DivClassName
{
background-color: #CEC43F;
}
.BgClassName
{
background-color: #CEC43F;
}
</style>
border-color css
<style>
span { border-color: #CEC43F; }
span { border-color: rgb(206,196,63); }
td.TdClassName
{
border-color: #CEC43F;
}
.TagClassName
{
border-color: #CEC43F;
}
</style>