Shades of Wattle #CECA43
Tints of Wattle #CECA43
RGB
CMYK
RGB Variations
Color information
#CECA43 (or 0xCECA43) is known color: Wattle. HEX triplet: CE, CA and 43. RGB value is (206,202,67). Sum of RGB (Red+Green+Blue) = 206+202+67=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 67 (26.56% from 255 or 14.11% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA43 is #3135BC. Grayscale: #BCBCBC. Windows color (decimal): -3225021 or 4442830. OLE color: 4442830.
HSL color Cylindrical-coordinate representation of color #CECA43: hue angle of 58.27º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CECA43 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 67 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.19 |
| HSL | 58.27º | 0.59% | 0.54% | - |
| HSV(B) | 58.27º | 0.67% | 0.81% | - |
| XYZ | 47.59 | 55.77 | 13.57 | - |
| YUV | 187.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 67 | 0 | 0.02 | 0.67 | 0.19 | 58.27 | 0.59 | 0.54 |
| Hex | CE | CA | 43 | 0 | 2 | 43 | 13 | 3A | 3B | 36 |
| Octal | 316 | 312 | 103 | 0 | 2 | 103 | 23 | 72 | 73 | 66 |
| Binary | 11001110 | 11001010 | 1000011 | 0 | 10 | 1000011 | 10011 | 111010 | 111011 | 110110 |
Color Harmonies of #CECA43
Complementary color
Monochromatic Colors of #CECA43
Black with #CECA43
Text Example
Text Example
White with #CECA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA43; }
p { color: rgb(206,202,67); }
H1.HeaderClassName
{
color: #CECA43;
}
.AnyTagClassName
{
color: #CECA43;
}
</style>
background-color css
<style>
a { background-color: #CECA43; }
a { background-color: rgb(206,202,67); }
div.DivClassName
{
background-color: #CECA43;
}
.BgClassName
{
background-color: #CECA43;
}
</style>
border-color css
<style>
span { border-color: #CECA43; }
span { border-color: rgb(206,202,67); }
td.TdClassName
{
border-color: #CECA43;
}
.TagClassName
{
border-color: #CECA43;
}
</style>