Shades of Wattle #CECC3E
Tints of Wattle #CECC3E
RGB
CMYK
RGB Variations
Color information
#CECC3E (or 0xCECC3E) is known color: Wattle. HEX triplet: CE, CC and 3E. RGB value is (206,204,62). Sum of RGB (Red+Green+Blue) = 206+204+62=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC3E is #3133C1. Grayscale: #BCBCBC. Windows color (decimal): -3224514 or 4115662. OLE color: 4115662.
HSL color Cylindrical-coordinate representation of color #CECC3E: hue angle of 59.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CECC3E is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 62 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.19 |
| HSL | 59.17º | 0.6% | 0.53% | - |
| HSV(B) | 59.17º | 0.7% | 0.81% | - |
| XYZ | 47.92 | 56.66 | 12.97 | - |
| YUV | 188.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 62 | 0 | 0.01 | 0.70 | 0.19 | 59.17 | 0.6 | 0.53 |
| Hex | CE | CC | 3E | 0 | 1 | 46 | 13 | 3B | 3C | 35 |
| Octal | 316 | 314 | 76 | 0 | 1 | 106 | 23 | 73 | 74 | 65 |
| Binary | 11001110 | 11001100 | 111110 | 0 | 1 | 1000110 | 10011 | 111011 | 111100 | 110101 |
Color Harmonies of #CECC3E
Complementary color
Monochromatic Colors of #CECC3E
Black with #CECC3E
Text Example
Text Example
White with #CECC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC3E; }
p { color: rgb(206,204,62); }
H1.HeaderClassName
{
color: #CECC3E;
}
.AnyTagClassName
{
color: #CECC3E;
}
</style>
background-color css
<style>
a { background-color: #CECC3E; }
a { background-color: rgb(206,204,62); }
div.DivClassName
{
background-color: #CECC3E;
}
.BgClassName
{
background-color: #CECC3E;
}
</style>
border-color css
<style>
span { border-color: #CECC3E; }
span { border-color: rgb(206,204,62); }
td.TdClassName
{
border-color: #CECC3E;
}
.TagClassName
{
border-color: #CECC3E;
}
</style>