Shades of Wattle #CEC33F
Tints of Wattle #CEC33F
RGB
CMYK
RGB Variations
Color information
#CEC33F (or 0xCEC33F) is known color: Wattle. HEX triplet: CE, C3 and 3F. RGB value is (206,195,63). Sum of RGB (Red+Green+Blue) = 206+195+63=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC33F is #313CC0. Grayscale: #B7B7B7. Windows color (decimal): -3226817 or 4178894. OLE color: 4178894.
HSL color Cylindrical-coordinate representation of color #CEC33F: hue angle of 55.38º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC33F is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 63 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.19 |
| HSL | 55.38º | 0.59% | 0.53% | - |
| HSV(B) | 55.38º | 0.69% | 0.81% | - |
| XYZ | 45.87 | 52.51 | 12.42 | - |
| YUV | 183.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 63 | 0 | 0.05 | 0.69 | 0.19 | 55.38 | 0.59 | 0.53 |
| Hex | CE | C3 | 3F | 0 | 5 | 45 | 13 | 37 | 3B | 35 |
| Octal | 316 | 303 | 77 | 0 | 5 | 105 | 23 | 67 | 73 | 65 |
| Binary | 11001110 | 11000011 | 111111 | 0 | 101 | 1000101 | 10011 | 110111 | 111011 | 110101 |
Color Harmonies of #CEC33F
Complementary color
Monochromatic Colors of #CEC33F
Black with #CEC33F
Text Example
Text Example
White with #CEC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC33F; }
p { color: rgb(206,195,63); }
H1.HeaderClassName
{
color: #CEC33F;
}
.AnyTagClassName
{
color: #CEC33F;
}
</style>
background-color css
<style>
a { background-color: #CEC33F; }
a { background-color: rgb(206,195,63); }
div.DivClassName
{
background-color: #CEC33F;
}
.BgClassName
{
background-color: #CEC33F;
}
</style>
border-color css
<style>
span { border-color: #CEC33F; }
span { border-color: rgb(206,195,63); }
td.TdClassName
{
border-color: #CEC33F;
}
.TagClassName
{
border-color: #CEC33F;
}
</style>