Shades of Wattle #CEC442
Tints of Wattle #CEC442
RGB
CMYK
RGB Variations
Color information
#CEC442 (or 0xCEC442) is known color: Wattle. HEX triplet: CE, C4 and 42. RGB value is (206,196,66). Sum of RGB (Red+Green+Blue) = 206+196+66=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC442 is #313BBD. Grayscale: #B8B8B8. Windows color (decimal): -3226558 or 4375758. OLE color: 4375758.
HSL color Cylindrical-coordinate representation of color #CEC442: hue angle of 55.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEC442 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 66 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.19 |
| HSL | 55.71º | 0.59% | 0.53% | - |
| HSV(B) | 55.71º | 0.68% | 0.81% | - |
| XYZ | 46.18 | 53 | 12.95 | - |
| YUV | 184.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 66 | 0 | 0.05 | 0.68 | 0.19 | 55.71 | 0.59 | 0.53 |
| Hex | CE | C4 | 42 | 0 | 5 | 44 | 13 | 38 | 3B | 35 |
| Octal | 316 | 304 | 102 | 0 | 5 | 104 | 23 | 70 | 73 | 65 |
| Binary | 11001110 | 11000100 | 1000010 | 0 | 101 | 1000100 | 10011 | 111000 | 111011 | 110101 |
Color Harmonies of #CEC442
Complementary color
Monochromatic Colors of #CEC442
Black with #CEC442
Text Example
Text Example
White with #CEC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC442; }
p { color: rgb(206,196,66); }
H1.HeaderClassName
{
color: #CEC442;
}
.AnyTagClassName
{
color: #CEC442;
}
</style>
background-color css
<style>
a { background-color: #CEC442; }
a { background-color: rgb(206,196,66); }
div.DivClassName
{
background-color: #CEC442;
}
.BgClassName
{
background-color: #CEC442;
}
</style>
border-color css
<style>
span { border-color: #CEC442; }
span { border-color: rgb(206,196,66); }
td.TdClassName
{
border-color: #CEC442;
}
.TagClassName
{
border-color: #CEC442;
}
</style>