Shades of Wattle #CECC30
Tints of Wattle #CECC30
RGB
CMYK
RGB Variations
Color information
#CECC30 (or 0xCECC30) is known color: Wattle. HEX triplet: CE, CC and 30. RGB value is (206,204,48). Sum of RGB (Red+Green+Blue) = 206+204+48=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC30 is #3133CF. Grayscale: #BBBBBB. Windows color (decimal): -3224528 or 3198158. OLE color: 3198158.
HSL color Cylindrical-coordinate representation of color #CECC30: hue angle of 59.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CECC30 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 48 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.19 |
| HSL | 59.24º | 0.62% | 0.5% | - |
| HSV(B) | 59.24º | 0.77% | 0.81% | - |
| XYZ | 47.58 | 56.52 | 11.2 | - |
| YUV | 186.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 48 | 0 | 0.01 | 0.77 | 0.19 | 59.24 | 0.62 | 0.5 |
| Hex | CE | CC | 30 | 0 | 1 | 4D | 13 | 3B | 3E | 32 |
| Octal | 316 | 314 | 60 | 0 | 1 | 115 | 23 | 73 | 76 | 62 |
| Binary | 11001110 | 11001100 | 110000 | 0 | 1 | 1001101 | 10011 | 111011 | 111110 | 110010 |
Color Harmonies of #CECC30
Complementary color
Monochromatic Colors of #CECC30
Black with #CECC30
Text Example
Text Example
White with #CECC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC30; }
p { color: rgb(206,204,48); }
H1.HeaderClassName
{
color: #CECC30;
}
.AnyTagClassName
{
color: #CECC30;
}
</style>
background-color css
<style>
a { background-color: #CECC30; }
a { background-color: rgb(206,204,48); }
div.DivClassName
{
background-color: #CECC30;
}
.BgClassName
{
background-color: #CECC30;
}
</style>
border-color css
<style>
span { border-color: #CECC30; }
span { border-color: rgb(206,204,48); }
td.TdClassName
{
border-color: #CECC30;
}
.TagClassName
{
border-color: #CECC30;
}
</style>