Shades of Wattle #CEC330
Tints of Wattle #CEC330
RGB
CMYK
RGB Variations
Color information
#CEC330 (or 0xCEC330) is known color: Wattle. HEX triplet: CE, C3 and 30. RGB value is (206,195,48). Sum of RGB (Red+Green+Blue) = 206+195+48=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC330 is #313CCF. Grayscale: #B6B6B6. Windows color (decimal): -3226832 or 3195854. OLE color: 3195854.
HSL color Cylindrical-coordinate representation of color #CEC330: hue angle of 55.82º 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 #CEC330 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 48 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.19 |
| HSL | 55.82º | 0.62% | 0.5% | - |
| HSV(B) | 55.82º | 0.77% | 0.81% | - |
| XYZ | 45.5 | 52.37 | 10.51 | - |
| YUV | 181.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 48 | 0 | 0.05 | 0.77 | 0.19 | 55.82 | 0.62 | 0.5 |
| Hex | CE | C3 | 30 | 0 | 5 | 4D | 13 | 38 | 3E | 32 |
| Octal | 316 | 303 | 60 | 0 | 5 | 115 | 23 | 70 | 76 | 62 |
| Binary | 11001110 | 11000011 | 110000 | 0 | 101 | 1001101 | 10011 | 111000 | 111110 | 110010 |
Color Harmonies of #CEC330
Complementary color
Monochromatic Colors of #CEC330
Black with #CEC330
Text Example
Text Example
White with #CEC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC330; }
p { color: rgb(206,195,48); }
H1.HeaderClassName
{
color: #CEC330;
}
.AnyTagClassName
{
color: #CEC330;
}
</style>
background-color css
<style>
a { background-color: #CEC330; }
a { background-color: rgb(206,195,48); }
div.DivClassName
{
background-color: #CEC330;
}
.BgClassName
{
background-color: #CEC330;
}
</style>
border-color css
<style>
span { border-color: #CEC330; }
span { border-color: rgb(206,195,48); }
td.TdClassName
{
border-color: #CEC330;
}
.TagClassName
{
border-color: #CEC330;
}
</style>