Shades of Wattle #CECE44
Tints of Wattle #CECE44
RGB
CMYK
RGB Variations
Color information
#CECE44 (or 0xCECE44) is known color: Wattle. HEX triplet: CE, CE and 44. RGB value is (206,206,68). Sum of RGB (Red+Green+Blue) = 206+206+68=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE44 is #3131BB. Grayscale: #BEBEBE. Windows color (decimal): -3223996 or 4509390. OLE color: 4509390.
HSL color Cylindrical-coordinate representation of color #CECE44: hue angle of 60º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CECE44 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 68 | - |
| CMYK | 0 | 0 | 0.67 | 0.19 |
| HSL | 60º | 0.58% | 0.54% | - |
| HSV(B) | 60º | 0.67% | 0.81% | - |
| XYZ | 48.57 | 57.68 | 14.04 | - |
| YUV | 190.27 | 59 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 68 | 0 | 0 | 0.67 | 0.19 | 60 | 0.58 | 0.54 |
| Hex | CE | CE | 44 | 0 | 0 | 43 | 13 | 3C | 3A | 36 |
| Octal | 316 | 316 | 104 | 0 | 0 | 103 | 23 | 74 | 72 | 66 |
| Binary | 11001110 | 11001110 | 1000100 | 0 | 0 | 1000011 | 10011 | 111100 | 111010 | 110110 |
Color Harmonies of #CECE44
Complementary color
Monochromatic Colors of #CECE44
Black with #CECE44
Text Example
Text Example
White with #CECE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE44; }
p { color: rgb(206,206,68); }
H1.HeaderClassName
{
color: #CECE44;
}
.AnyTagClassName
{
color: #CECE44;
}
</style>
background-color css
<style>
a { background-color: #CECE44; }
a { background-color: rgb(206,206,68); }
div.DivClassName
{
background-color: #CECE44;
}
.BgClassName
{
background-color: #CECE44;
}
</style>
border-color css
<style>
span { border-color: #CECE44; }
span { border-color: rgb(206,206,68); }
td.TdClassName
{
border-color: #CECE44;
}
.TagClassName
{
border-color: #CECE44;
}
</style>