Shades of Wattle #CED047
Tints of Wattle #CED047
RGB
CMYK
RGB Variations
Color information
#CED047 (or 0xCED047) is known color: Wattle. HEX triplet: CE, D0 and 47. RGB value is (206,208,71). Sum of RGB (Red+Green+Blue) = 206+208+71=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #CED047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED047 is #312FB8. Grayscale: #C0C0C0. Windows color (decimal): -3223481 or 4706510. OLE color: 4706510.
HSL color Cylindrical-coordinate representation of color #CED047: hue angle of 60.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CED047 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 71 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.18 |
| HSL | 60.88º | 0.59% | 0.55% | - |
| HSV(B) | 60.88º | 0.66% | 0.82% | - |
| XYZ | 49.15 | 58.69 | 14.7 | - |
| YUV | 191.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 71 | 0.01 | 0 | 0.66 | 0.18 | 60.88 | 0.59 | 0.55 |
| Hex | CE | D0 | 47 | 1 | 0 | 42 | 12 | 3D | 3B | 37 |
| Octal | 316 | 320 | 107 | 1 | 0 | 102 | 22 | 75 | 73 | 67 |
| Binary | 11001110 | 11010000 | 1000111 | 1 | 0 | 1000010 | 10010 | 111101 | 111011 | 110111 |
Color Harmonies of #CED047
Complementary color
Monochromatic Colors of #CED047
Black with #CED047
Text Example
Text Example
White with #CED047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED047; }
p { color: rgb(206,208,71); }
H1.HeaderClassName
{
color: #CED047;
}
.AnyTagClassName
{
color: #CED047;
}
</style>
background-color css
<style>
a { background-color: #CED047; }
a { background-color: rgb(206,208,71); }
div.DivClassName
{
background-color: #CED047;
}
.BgClassName
{
background-color: #CED047;
}
</style>
border-color css
<style>
span { border-color: #CED047; }
span { border-color: rgb(206,208,71); }
td.TdClassName
{
border-color: #CED047;
}
.TagClassName
{
border-color: #CED047;
}
</style>