Shades of Wattle #CECE3C
Tints of Wattle #CECE3C
RGB
CMYK
RGB Variations
Color information
#CECE3C (or 0xCECE3C) is known color: Wattle. HEX triplet: CE, CE and 3C. RGB value is (206,206,60). Sum of RGB (Red+Green+Blue) = 206+206+60=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE3C is #3131C3. Grayscale: #BDBDBD. Windows color (decimal): -3224004 or 3985102. OLE color: 3985102.
HSL color Cylindrical-coordinate representation of color #CECE3C: hue angle of 60º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CECE3C is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 60 | - |
| CMYK | 0 | 0 | 0.71 | 0.19 |
| HSL | 60º | 0.6% | 0.52% | - |
| HSV(B) | 60º | 0.71% | 0.81% | - |
| XYZ | 48.34 | 57.59 | 12.84 | - |
| YUV | 189.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 60 | 0 | 0 | 0.71 | 0.19 | 60 | 0.6 | 0.52 |
| Hex | CE | CE | 3C | 0 | 0 | 47 | 13 | 3C | 3C | 34 |
| Octal | 316 | 316 | 74 | 0 | 0 | 107 | 23 | 74 | 74 | 64 |
| Binary | 11001110 | 11001110 | 111100 | 0 | 0 | 1000111 | 10011 | 111100 | 111100 | 110100 |
Color Harmonies of #CECE3C
Complementary color
Monochromatic Colors of #CECE3C
Black with #CECE3C
Text Example
Text Example
White with #CECE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE3C; }
p { color: rgb(206,206,60); }
H1.HeaderClassName
{
color: #CECE3C;
}
.AnyTagClassName
{
color: #CECE3C;
}
</style>
background-color css
<style>
a { background-color: #CECE3C; }
a { background-color: rgb(206,206,60); }
div.DivClassName
{
background-color: #CECE3C;
}
.BgClassName
{
background-color: #CECE3C;
}
</style>
border-color css
<style>
span { border-color: #CECE3C; }
span { border-color: rgb(206,206,60); }
td.TdClassName
{
border-color: #CECE3C;
}
.TagClassName
{
border-color: #CECE3C;
}
</style>