Shades of Wattle #CEC444
Tints of Wattle #CEC444
RGB
CMYK
RGB Variations
Color information
#CEC444 (or 0xCEC444) is known color: Wattle. HEX triplet: CE, C4 and 44. RGB value is (206,196,68). Sum of RGB (Red+Green+Blue) = 206+196+68=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC444 is #313BBB. Grayscale: #B8B8B8. Windows color (decimal): -3226556 or 4506830. OLE color: 4506830.
HSL color Cylindrical-coordinate representation of color #CEC444: hue angle of 55.65º 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 #CEC444 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 68 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.19 |
| HSL | 55.65º | 0.58% | 0.54% | - |
| HSV(B) | 55.65º | 0.67% | 0.81% | - |
| XYZ | 46.24 | 53.02 | 13.27 | - |
| YUV | 184.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 68 | 0 | 0.05 | 0.67 | 0.19 | 55.65 | 0.58 | 0.54 |
| Hex | CE | C4 | 44 | 0 | 5 | 43 | 13 | 38 | 3A | 36 |
| Octal | 316 | 304 | 104 | 0 | 5 | 103 | 23 | 70 | 72 | 66 |
| Binary | 11001110 | 11000100 | 1000100 | 0 | 101 | 1000011 | 10011 | 111000 | 111010 | 110110 |
Color Harmonies of #CEC444
Complementary color
Monochromatic Colors of #CEC444
Black with #CEC444
Text Example
Text Example
White with #CEC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC444; }
p { color: rgb(206,196,68); }
H1.HeaderClassName
{
color: #CEC444;
}
.AnyTagClassName
{
color: #CEC444;
}
</style>
background-color css
<style>
a { background-color: #CEC444; }
a { background-color: rgb(206,196,68); }
div.DivClassName
{
background-color: #CEC444;
}
.BgClassName
{
background-color: #CEC444;
}
</style>
border-color css
<style>
span { border-color: #CEC444; }
span { border-color: rgb(206,196,68); }
td.TdClassName
{
border-color: #CEC444;
}
.TagClassName
{
border-color: #CEC444;
}
</style>