Shades of Wattle #CEC445
Tints of Wattle #CEC445
RGB
CMYK
RGB Variations
Color information
#CEC445 (or 0xCEC445) is known color: Wattle. HEX triplet: CE, C4 and 45. RGB value is (206,196,69). Sum of RGB (Red+Green+Blue) = 206+196+69=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC445 is #313BBA. Grayscale: #B9B9B9. Windows color (decimal): -3226555 or 4572366. OLE color: 4572366.
HSL color Cylindrical-coordinate representation of color #CEC445: hue angle of 55.62º 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 #CEC445 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 69 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.19 |
| HSL | 55.62º | 0.58% | 0.54% | - |
| HSV(B) | 55.62º | 0.67% | 0.81% | - |
| XYZ | 46.27 | 53.03 | 13.43 | - |
| YUV | 184.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 69 | 0 | 0.05 | 0.67 | 0.19 | 55.62 | 0.58 | 0.54 |
| Hex | CE | C4 | 45 | 0 | 5 | 43 | 13 | 38 | 3A | 36 |
| Octal | 316 | 304 | 105 | 0 | 5 | 103 | 23 | 70 | 72 | 66 |
| Binary | 11001110 | 11000100 | 1000101 | 0 | 101 | 1000011 | 10011 | 111000 | 111010 | 110110 |
Color Harmonies of #CEC445
Complementary color
Monochromatic Colors of #CEC445
Black with #CEC445
Text Example
Text Example
White with #CEC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC445; }
p { color: rgb(206,196,69); }
H1.HeaderClassName
{
color: #CEC445;
}
.AnyTagClassName
{
color: #CEC445;
}
</style>
background-color css
<style>
a { background-color: #CEC445; }
a { background-color: rgb(206,196,69); }
div.DivClassName
{
background-color: #CEC445;
}
.BgClassName
{
background-color: #CEC445;
}
</style>
border-color css
<style>
span { border-color: #CEC445; }
span { border-color: rgb(206,196,69); }
td.TdClassName
{
border-color: #CEC445;
}
.TagClassName
{
border-color: #CEC445;
}
</style>