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