Shades of Wattle #CED040
Tints of Wattle #CED040
RGB
CMYK
RGB Variations
Color information
#CED040 (or 0xCED040) is known color: Wattle. HEX triplet: CE, D0 and 40. RGB value is (206,208,64). Sum of RGB (Red+Green+Blue) = 206+208+64=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #CED040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED040 is #312FBF. Grayscale: #BFBFBF. Windows color (decimal): -3223488 or 4247758. OLE color: 4247758.
HSL color Cylindrical-coordinate representation of color #CED040: hue angle of 60.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED040 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 64 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.18 |
| HSL | 60.83º | 0.61% | 0.53% | - |
| HSV(B) | 60.83º | 0.69% | 0.82% | - |
| XYZ | 48.93 | 58.6 | 13.58 | - |
| YUV | 190.99 | 56.34 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 64 | 0.01 | 0 | 0.69 | 0.18 | 60.83 | 0.61 | 0.53 |
| Hex | CE | D0 | 40 | 1 | 0 | 45 | 12 | 3D | 3D | 35 |
| Octal | 316 | 320 | 100 | 1 | 0 | 105 | 22 | 75 | 75 | 65 |
| Binary | 11001110 | 11010000 | 1000000 | 1 | 0 | 1000101 | 10010 | 111101 | 111101 | 110101 |
Color Harmonies of #CED040
Complementary color
Monochromatic Colors of #CED040
Black with #CED040
Text Example
Text Example
White with #CED040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED040; }
p { color: rgb(206,208,64); }
H1.HeaderClassName
{
color: #CED040;
}
.AnyTagClassName
{
color: #CED040;
}
</style>
background-color css
<style>
a { background-color: #CED040; }
a { background-color: rgb(206,208,64); }
div.DivClassName
{
background-color: #CED040;
}
.BgClassName
{
background-color: #CED040;
}
</style>
border-color css
<style>
span { border-color: #CED040; }
span { border-color: rgb(206,208,64); }
td.TdClassName
{
border-color: #CED040;
}
.TagClassName
{
border-color: #CED040;
}
</style>