Shades of Wattle #CECC43
Tints of Wattle #CECC43
RGB
CMYK
RGB Variations
Color information
#CECC43 (or 0xCECC43) is known color: Wattle. HEX triplet: CE, CC and 43. RGB value is (206,204,67). Sum of RGB (Red+Green+Blue) = 206+204+67=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 67 (26.56% from 255 or 14.05% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC43 is #3133BC. Grayscale: #BDBDBD. Windows color (decimal): -3224509 or 4443342. OLE color: 4443342.
HSL color Cylindrical-coordinate representation of color #CECC43: hue angle of 59.14º 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 #CECC43 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 67 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.19 |
| HSL | 59.14º | 0.59% | 0.54% | - |
| HSV(B) | 59.14º | 0.67% | 0.81% | - |
| XYZ | 48.06 | 56.71 | 13.72 | - |
| YUV | 188.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 67 | 0 | 0.01 | 0.67 | 0.19 | 59.14 | 0.59 | 0.54 |
| Hex | CE | CC | 43 | 0 | 1 | 43 | 13 | 3B | 3B | 36 |
| Octal | 316 | 314 | 103 | 0 | 1 | 103 | 23 | 73 | 73 | 66 |
| Binary | 11001110 | 11001100 | 1000011 | 0 | 1 | 1000011 | 10011 | 111011 | 111011 | 110110 |
Color Harmonies of #CECC43
Complementary color
Monochromatic Colors of #CECC43
Black with #CECC43
Text Example
Text Example
White with #CECC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC43; }
p { color: rgb(206,204,67); }
H1.HeaderClassName
{
color: #CECC43;
}
.AnyTagClassName
{
color: #CECC43;
}
</style>
background-color css
<style>
a { background-color: #CECC43; }
a { background-color: rgb(206,204,67); }
div.DivClassName
{
background-color: #CECC43;
}
.BgClassName
{
background-color: #CECC43;
}
</style>
border-color css
<style>
span { border-color: #CECC43; }
span { border-color: rgb(206,204,67); }
td.TdClassName
{
border-color: #CECC43;
}
.TagClassName
{
border-color: #CECC43;
}
</style>