Shades of Wattle #CEC53F
Tints of Wattle #CEC53F
RGB
CMYK
RGB Variations
Color information
#CEC53F (or 0xCEC53F) is known color: Wattle. HEX triplet: CE, C5 and 3F. RGB value is (206,197,63). Sum of RGB (Red+Green+Blue) = 206+197+63=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC53F is #313AC0. Grayscale: #B8B8B8. Windows color (decimal): -3226305 or 4179406. OLE color: 4179406.
HSL color Cylindrical-coordinate representation of color #CEC53F: hue angle of 56.22º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC53F is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 63 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.19 |
| HSL | 56.22º | 0.59% | 0.53% | - |
| HSV(B) | 56.22º | 0.69% | 0.81% | - |
| XYZ | 46.32 | 53.41 | 12.57 | - |
| YUV | 184.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 63 | 0 | 0.04 | 0.69 | 0.19 | 56.22 | 0.59 | 0.53 |
| Hex | CE | C5 | 3F | 0 | 4 | 45 | 13 | 38 | 3B | 35 |
| Octal | 316 | 305 | 77 | 0 | 4 | 105 | 23 | 70 | 73 | 65 |
| Binary | 11001110 | 11000101 | 111111 | 0 | 100 | 1000101 | 10011 | 111000 | 111011 | 110101 |
Color Harmonies of #CEC53F
Complementary color
Monochromatic Colors of #CEC53F
Black with #CEC53F
Text Example
Text Example
White with #CEC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC53F; }
p { color: rgb(206,197,63); }
H1.HeaderClassName
{
color: #CEC53F;
}
.AnyTagClassName
{
color: #CEC53F;
}
</style>
background-color css
<style>
a { background-color: #CEC53F; }
a { background-color: rgb(206,197,63); }
div.DivClassName
{
background-color: #CEC53F;
}
.BgClassName
{
background-color: #CEC53F;
}
</style>
border-color css
<style>
span { border-color: #CEC53F; }
span { border-color: rgb(206,197,63); }
td.TdClassName
{
border-color: #CEC53F;
}
.TagClassName
{
border-color: #CEC53F;
}
</style>