Shades of Wattle #CEC645
Tints of Wattle #CEC645
RGB
CMYK
RGB Variations
Color information
#CEC645 (or 0xCEC645) is known color: Wattle. HEX triplet: CE, C6 and 45. RGB value is (206,198,69). Sum of RGB (Red+Green+Blue) = 206+198+69=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC645 is #3139BA. Grayscale: #BABABA. Windows color (decimal): -3226043 or 4572878. OLE color: 4572878.
HSL color Cylindrical-coordinate representation of color #CEC645: hue angle of 56.5º 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 #CEC645 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 69 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.19 |
| HSL | 56.5º | 0.58% | 0.54% | - |
| HSV(B) | 56.5º | 0.67% | 0.81% | - |
| XYZ | 46.72 | 53.94 | 13.58 | - |
| YUV | 185.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 69 | 0 | 0.04 | 0.67 | 0.19 | 56.5 | 0.58 | 0.54 |
| Hex | CE | C6 | 45 | 0 | 4 | 43 | 13 | 38 | 3A | 36 |
| Octal | 316 | 306 | 105 | 0 | 4 | 103 | 23 | 70 | 72 | 66 |
| Binary | 11001110 | 11000110 | 1000101 | 0 | 100 | 1000011 | 10011 | 111000 | 111010 | 110110 |
Color Harmonies of #CEC645
Complementary color
Monochromatic Colors of #CEC645
Black with #CEC645
Text Example
Text Example
White with #CEC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC645; }
p { color: rgb(206,198,69); }
H1.HeaderClassName
{
color: #CEC645;
}
.AnyTagClassName
{
color: #CEC645;
}
</style>
background-color css
<style>
a { background-color: #CEC645; }
a { background-color: rgb(206,198,69); }
div.DivClassName
{
background-color: #CEC645;
}
.BgClassName
{
background-color: #CEC645;
}
</style>
border-color css
<style>
span { border-color: #CEC645; }
span { border-color: rgb(206,198,69); }
td.TdClassName
{
border-color: #CEC645;
}
.TagClassName
{
border-color: #CEC645;
}
</style>