Shades of Wattle #CECE3F
Tints of Wattle #CECE3F
RGB
CMYK
RGB Variations
Color information
#CECE3F (or 0xCECE3F) is known color: Wattle. HEX triplet: CE, CE and 3F. RGB value is (206,206,63). Sum of RGB (Red+Green+Blue) = 206+206+63=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE3F is #3131C0. Grayscale: #BEBEBE. Windows color (decimal): -3224001 or 4181710. OLE color: 4181710.
HSL color Cylindrical-coordinate representation of color #CECE3F: hue angle of 60º 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 #CECE3F is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 63 | - |
| CMYK | 0 | 0 | 0.69 | 0.19 |
| HSL | 60º | 0.59% | 0.53% | - |
| HSV(B) | 60º | 0.69% | 0.81% | - |
| XYZ | 48.42 | 57.62 | 13.27 | - |
| YUV | 189.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 63 | 0 | 0 | 0.69 | 0.19 | 60 | 0.59 | 0.53 |
| Hex | CE | CE | 3F | 0 | 0 | 45 | 13 | 3C | 3B | 35 |
| Octal | 316 | 316 | 77 | 0 | 0 | 105 | 23 | 74 | 73 | 65 |
| Binary | 11001110 | 11001110 | 111111 | 0 | 0 | 1000101 | 10011 | 111100 | 111011 | 110101 |
Color Harmonies of #CECE3F
Complementary color
Monochromatic Colors of #CECE3F
Black with #CECE3F
Text Example
Text Example
White with #CECE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE3F; }
p { color: rgb(206,206,63); }
H1.HeaderClassName
{
color: #CECE3F;
}
.AnyTagClassName
{
color: #CECE3F;
}
</style>
background-color css
<style>
a { background-color: #CECE3F; }
a { background-color: rgb(206,206,63); }
div.DivClassName
{
background-color: #CECE3F;
}
.BgClassName
{
background-color: #CECE3F;
}
</style>
border-color css
<style>
span { border-color: #CECE3F; }
span { border-color: rgb(206,206,63); }
td.TdClassName
{
border-color: #CECE3F;
}
.TagClassName
{
border-color: #CECE3F;
}
</style>