Shades of Wattle #CEC53D
Tints of Wattle #CEC53D
RGB
CMYK
RGB Variations
Color information
#CEC53D (or 0xCEC53D) is known color: Wattle. HEX triplet: CE, C5 and 3D. RGB value is (206,197,61). Sum of RGB (Red+Green+Blue) = 206+197+61=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC53D is #313AC2. Grayscale: #B8B8B8. Windows color (decimal): -3226307 or 4048334. OLE color: 4048334.
HSL color Cylindrical-coordinate representation of color #CEC53D: hue angle of 56.28º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEC53D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 61 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.19 |
| HSL | 56.28º | 0.6% | 0.52% | - |
| HSV(B) | 56.28º | 0.7% | 0.81% | - |
| XYZ | 46.26 | 53.39 | 12.28 | - |
| YUV | 184.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 61 | 0 | 0.04 | 0.70 | 0.19 | 56.28 | 0.6 | 0.52 |
| Hex | CE | C5 | 3D | 0 | 4 | 46 | 13 | 38 | 3C | 34 |
| Octal | 316 | 305 | 75 | 0 | 4 | 106 | 23 | 70 | 74 | 64 |
| Binary | 11001110 | 11000101 | 111101 | 0 | 100 | 1000110 | 10011 | 111000 | 111100 | 110100 |
Color Harmonies of #CEC53D
Complementary color
Monochromatic Colors of #CEC53D
Black with #CEC53D
Text Example
Text Example
White with #CEC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC53D; }
p { color: rgb(206,197,61); }
H1.HeaderClassName
{
color: #CEC53D;
}
.AnyTagClassName
{
color: #CEC53D;
}
</style>
background-color css
<style>
a { background-color: #CEC53D; }
a { background-color: rgb(206,197,61); }
div.DivClassName
{
background-color: #CEC53D;
}
.BgClassName
{
background-color: #CEC53D;
}
</style>
border-color css
<style>
span { border-color: #CEC53D; }
span { border-color: rgb(206,197,61); }
td.TdClassName
{
border-color: #CEC53D;
}
.TagClassName
{
border-color: #CEC53D;
}
</style>