Shades of Wattle #CEC83B
Tints of Wattle #CEC83B
RGB
CMYK
RGB Variations
Color information
#CEC83B (or 0xCEC83B) is known color: Wattle. HEX triplet: CE, C8 and 3B. RGB value is (206,200,59). Sum of RGB (Red+Green+Blue) = 206+200+59=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC83B is #3137C4. Grayscale: #BABABA. Windows color (decimal): -3225541 or 3918030. OLE color: 3918030.
HSL color Cylindrical-coordinate representation of color #CEC83B: hue angle of 57.55º 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 #CEC83B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 59 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.19 |
| HSL | 57.55º | 0.6% | 0.52% | - |
| HSV(B) | 57.55º | 0.71% | 0.81% | - |
| XYZ | 46.9 | 54.75 | 12.23 | - |
| YUV | 185.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 59 | 0 | 0.03 | 0.71 | 0.19 | 57.55 | 0.6 | 0.52 |
| Hex | CE | C8 | 3B | 0 | 3 | 47 | 13 | 3A | 3C | 34 |
| Octal | 316 | 310 | 73 | 0 | 3 | 107 | 23 | 72 | 74 | 64 |
| Binary | 11001110 | 11001000 | 111011 | 0 | 11 | 1000111 | 10011 | 111010 | 111100 | 110100 |
Color Harmonies of #CEC83B
Complementary color
Monochromatic Colors of #CEC83B
Black with #CEC83B
Text Example
Text Example
White with #CEC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC83B; }
p { color: rgb(206,200,59); }
H1.HeaderClassName
{
color: #CEC83B;
}
.AnyTagClassName
{
color: #CEC83B;
}
</style>
background-color css
<style>
a { background-color: #CEC83B; }
a { background-color: rgb(206,200,59); }
div.DivClassName
{
background-color: #CEC83B;
}
.BgClassName
{
background-color: #CEC83B;
}
</style>
border-color css
<style>
span { border-color: #CEC83B; }
span { border-color: rgb(206,200,59); }
td.TdClassName
{
border-color: #CEC83B;
}
.TagClassName
{
border-color: #CEC83B;
}
</style>