Shades of Wattle #CEC84C
Tints of Wattle #CEC84C
RGB
CMYK
RGB Variations
Color information
#CEC84C (or 0xCEC84C) is known color: Wattle. HEX triplet: CE, C8 and 4C. RGB value is (206,200,76). Sum of RGB (Red+Green+Blue) = 206+200+76=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC84C is #3137B3. Grayscale: #BCBCBC. Windows color (decimal): -3225524 or 5032142. OLE color: 5032142.
HSL color Cylindrical-coordinate representation of color #CEC84C: hue angle of 57.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEC84C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 76 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.19 |
| HSL | 57.23º | 0.57% | 0.55% | - |
| HSV(B) | 57.23º | 0.63% | 0.81% | - |
| XYZ | 47.41 | 54.95 | 14.95 | - |
| YUV | 187.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 76 | 0 | 0.03 | 0.63 | 0.19 | 57.23 | 0.57 | 0.55 |
| Hex | CE | C8 | 4C | 0 | 3 | 3F | 13 | 39 | 39 | 37 |
| Octal | 316 | 310 | 114 | 0 | 3 | 77 | 23 | 71 | 71 | 67 |
| Binary | 11001110 | 11001000 | 1001100 | 0 | 11 | 111111 | 10011 | 111001 | 111001 | 110111 |
Color Harmonies of #CEC84C
Complementary color
Monochromatic Colors of #CEC84C
Black with #CEC84C
Text Example
Text Example
White with #CEC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC84C; }
p { color: rgb(206,200,76); }
H1.HeaderClassName
{
color: #CEC84C;
}
.AnyTagClassName
{
color: #CEC84C;
}
</style>
background-color css
<style>
a { background-color: #CEC84C; }
a { background-color: rgb(206,200,76); }
div.DivClassName
{
background-color: #CEC84C;
}
.BgClassName
{
background-color: #CEC84C;
}
</style>
border-color css
<style>
span { border-color: #CEC84C; }
span { border-color: rgb(206,200,76); }
td.TdClassName
{
border-color: #CEC84C;
}
.TagClassName
{
border-color: #CEC84C;
}
</style>