Shades of Wattle #CEC83C
Tints of Wattle #CEC83C
RGB
CMYK
RGB Variations
Color information
#CEC83C (or 0xCEC83C) is known color: Wattle. HEX triplet: CE, C8 and 3C. RGB value is (206,200,60). Sum of RGB (Red+Green+Blue) = 206+200+60=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC83C is #3137C3. Grayscale: #BABABA. Windows color (decimal): -3225540 or 3983566. OLE color: 3983566.
HSL color Cylindrical-coordinate representation of color #CEC83C: hue angle of 57.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEC83C is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 60 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.19 |
| HSL | 57.53º | 0.6% | 0.52% | - |
| HSV(B) | 57.53º | 0.71% | 0.81% | - |
| XYZ | 46.92 | 54.76 | 12.37 | - |
| YUV | 185.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 60 | 0 | 0.03 | 0.71 | 0.19 | 57.53 | 0.6 | 0.52 |
| Hex | CE | C8 | 3C | 0 | 3 | 47 | 13 | 3A | 3C | 34 |
| Octal | 316 | 310 | 74 | 0 | 3 | 107 | 23 | 72 | 74 | 64 |
| Binary | 11001110 | 11001000 | 111100 | 0 | 11 | 1000111 | 10011 | 111010 | 111100 | 110100 |
Color Harmonies of #CEC83C
Complementary color
Monochromatic Colors of #CEC83C
Black with #CEC83C
Text Example
Text Example
White with #CEC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC83C; }
p { color: rgb(206,200,60); }
H1.HeaderClassName
{
color: #CEC83C;
}
.AnyTagClassName
{
color: #CEC83C;
}
</style>
background-color css
<style>
a { background-color: #CEC83C; }
a { background-color: rgb(206,200,60); }
div.DivClassName
{
background-color: #CEC83C;
}
.BgClassName
{
background-color: #CEC83C;
}
</style>
border-color css
<style>
span { border-color: #CEC83C; }
span { border-color: rgb(206,200,60); }
td.TdClassName
{
border-color: #CEC83C;
}
.TagClassName
{
border-color: #CEC83C;
}
</style>