Shades of Wattle #CEC73B
Tints of Wattle #CEC73B
RGB
CMYK
RGB Variations
Color information
#CEC73B (or 0xCEC73B) is known color: Wattle. HEX triplet: CE, C7 and 3B. RGB value is (206,199,59). Sum of RGB (Red+Green+Blue) = 206+199+59=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC73B is #3138C4. Grayscale: #B9B9B9. Windows color (decimal): -3225797 or 3917774. OLE color: 3917774.
HSL color Cylindrical-coordinate representation of color #CEC73B: hue angle of 57.14º 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 #CEC73B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 59 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.19 |
| HSL | 57.14º | 0.6% | 0.52% | - |
| HSV(B) | 57.14º | 0.71% | 0.81% | - |
| XYZ | 46.67 | 54.28 | 12.16 | - |
| YUV | 185.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 59 | 0 | 0.03 | 0.71 | 0.19 | 57.14 | 0.6 | 0.52 |
| Hex | CE | C7 | 3B | 0 | 3 | 47 | 13 | 39 | 3C | 34 |
| Octal | 316 | 307 | 73 | 0 | 3 | 107 | 23 | 71 | 74 | 64 |
| Binary | 11001110 | 11000111 | 111011 | 0 | 11 | 1000111 | 10011 | 111001 | 111100 | 110100 |
Color Harmonies of #CEC73B
Complementary color
Monochromatic Colors of #CEC73B
Black with #CEC73B
Text Example
Text Example
White with #CEC73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC73B; }
p { color: rgb(206,199,59); }
H1.HeaderClassName
{
color: #CEC73B;
}
.AnyTagClassName
{
color: #CEC73B;
}
</style>
background-color css
<style>
a { background-color: #CEC73B; }
a { background-color: rgb(206,199,59); }
div.DivClassName
{
background-color: #CEC73B;
}
.BgClassName
{
background-color: #CEC73B;
}
</style>
border-color css
<style>
span { border-color: #CEC73B; }
span { border-color: rgb(206,199,59); }
td.TdClassName
{
border-color: #CEC73B;
}
.TagClassName
{
border-color: #CEC73B;
}
</style>