Shades of Wattle #CEC844
Tints of Wattle #CEC844
RGB
CMYK
RGB Variations
Color information
#CEC844 (or 0xCEC844) is known color: Wattle. HEX triplet: CE, C8 and 44. RGB value is (206,200,68). Sum of RGB (Red+Green+Blue) = 206+200+68=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC844 is #3137BB. Grayscale: #BBBBBB. Windows color (decimal): -3225532 or 4507854. OLE color: 4507854.
HSL color Cylindrical-coordinate representation of color #CEC844: hue angle of 57.39º 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 #CEC844 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 68 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.19 |
| HSL | 57.39º | 0.58% | 0.54% | - |
| HSV(B) | 57.39º | 0.67% | 0.81% | - |
| XYZ | 47.15 | 54.85 | 13.57 | - |
| YUV | 186.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 68 | 0 | 0.03 | 0.67 | 0.19 | 57.39 | 0.58 | 0.54 |
| Hex | CE | C8 | 44 | 0 | 3 | 43 | 13 | 39 | 3A | 36 |
| Octal | 316 | 310 | 104 | 0 | 3 | 103 | 23 | 71 | 72 | 66 |
| Binary | 11001110 | 11001000 | 1000100 | 0 | 11 | 1000011 | 10011 | 111001 | 111010 | 110110 |
Color Harmonies of #CEC844
Complementary color
Monochromatic Colors of #CEC844
Black with #CEC844
Text Example
Text Example
White with #CEC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC844; }
p { color: rgb(206,200,68); }
H1.HeaderClassName
{
color: #CEC844;
}
.AnyTagClassName
{
color: #CEC844;
}
</style>
background-color css
<style>
a { background-color: #CEC844; }
a { background-color: rgb(206,200,68); }
div.DivClassName
{
background-color: #CEC844;
}
.BgClassName
{
background-color: #CEC844;
}
</style>
border-color css
<style>
span { border-color: #CEC844; }
span { border-color: rgb(206,200,68); }
td.TdClassName
{
border-color: #CEC844;
}
.TagClassName
{
border-color: #CEC844;
}
</style>