Shades of Wattle #CED140
Tints of Wattle #CED140
RGB
CMYK
RGB Variations
Color information
#CED140 (or 0xCED140) is known color: Wattle. HEX triplet: CE, D1 and 40. RGB value is (206,209,64). Sum of RGB (Red+Green+Blue) = 206+209+64=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #CED140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED140 is #312EBF. Grayscale: #C0C0C0. Windows color (decimal): -3223232 or 4248014. OLE color: 4248014.
HSL color Cylindrical-coordinate representation of color #CED140: hue angle of 61.24º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED140 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 64 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.18 |
| HSL | 61.24º | 0.61% | 0.54% | - |
| HSV(B) | 61.24º | 0.69% | 0.82% | - |
| XYZ | 49.18 | 59.09 | 13.66 | - |
| YUV | 191.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 64 | 0.01 | 0 | 0.69 | 0.18 | 61.24 | 0.61 | 0.54 |
| Hex | CE | D1 | 40 | 1 | 0 | 45 | 12 | 3D | 3D | 36 |
| Octal | 316 | 321 | 100 | 1 | 0 | 105 | 22 | 75 | 75 | 66 |
| Binary | 11001110 | 11010001 | 1000000 | 1 | 0 | 1000101 | 10010 | 111101 | 111101 | 110110 |
Color Harmonies of #CED140
Complementary color
Monochromatic Colors of #CED140
Black with #CED140
Text Example
Text Example
White with #CED140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED140; }
p { color: rgb(206,209,64); }
H1.HeaderClassName
{
color: #CED140;
}
.AnyTagClassName
{
color: #CED140;
}
</style>
background-color css
<style>
a { background-color: #CED140; }
a { background-color: rgb(206,209,64); }
div.DivClassName
{
background-color: #CED140;
}
.BgClassName
{
background-color: #CED140;
}
</style>
border-color css
<style>
span { border-color: #CED140; }
span { border-color: rgb(206,209,64); }
td.TdClassName
{
border-color: #CED140;
}
.TagClassName
{
border-color: #CED140;
}
</style>