Shades of Wattle #CEC43D
Tints of Wattle #CEC43D
RGB
CMYK
RGB Variations
Color information
#CEC43D (or 0xCEC43D) is known color: Wattle. HEX triplet: CE, C4 and 3D. RGB value is (206,196,61). Sum of RGB (Red+Green+Blue) = 206+196+61=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC43D is #313BC2. Grayscale: #B8B8B8. Windows color (decimal): -3226563 or 4048078. OLE color: 4048078.
HSL color Cylindrical-coordinate representation of color #CEC43D: hue angle of 55.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEC43D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 61 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.19 |
| HSL | 55.86º | 0.6% | 0.52% | - |
| HSV(B) | 55.86º | 0.7% | 0.81% | - |
| XYZ | 46.04 | 52.94 | 12.21 | - |
| YUV | 183.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 61 | 0 | 0.05 | 0.70 | 0.19 | 55.86 | 0.6 | 0.52 |
| Hex | CE | C4 | 3D | 0 | 5 | 46 | 13 | 38 | 3C | 34 |
| Octal | 316 | 304 | 75 | 0 | 5 | 106 | 23 | 70 | 74 | 64 |
| Binary | 11001110 | 11000100 | 111101 | 0 | 101 | 1000110 | 10011 | 111000 | 111100 | 110100 |
Color Harmonies of #CEC43D
Complementary color
Monochromatic Colors of #CEC43D
Black with #CEC43D
Text Example
Text Example
White with #CEC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC43D; }
p { color: rgb(206,196,61); }
H1.HeaderClassName
{
color: #CEC43D;
}
.AnyTagClassName
{
color: #CEC43D;
}
</style>
background-color css
<style>
a { background-color: #CEC43D; }
a { background-color: rgb(206,196,61); }
div.DivClassName
{
background-color: #CEC43D;
}
.BgClassName
{
background-color: #CEC43D;
}
</style>
border-color css
<style>
span { border-color: #CEC43D; }
span { border-color: rgb(206,196,61); }
td.TdClassName
{
border-color: #CEC43D;
}
.TagClassName
{
border-color: #CEC43D;
}
</style>