Shades of Wattle #CED14D
Tints of Wattle #CED14D
RGB
CMYK
RGB Variations
Color information
#CED14D (or 0xCED14D) is known color: Wattle. HEX triplet: CE, D1 and 4D. RGB value is (206,209,77). Sum of RGB (Red+Green+Blue) = 206+209+77=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #CED14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED14D is #312EB2. Grayscale: #C1C1C1. Windows color (decimal): -3223219 or 5099982. OLE color: 5099982.
HSL color Cylindrical-coordinate representation of color #CED14D: hue angle of 61.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CED14D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 77 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.18 |
| HSL | 61.36º | 0.59% | 0.56% | - |
| HSV(B) | 61.36º | 0.63% | 0.82% | - |
| XYZ | 49.59 | 59.26 | 15.85 | - |
| YUV | 193.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 77 | 0.01 | 0 | 0.63 | 0.18 | 61.36 | 0.59 | 0.56 |
| Hex | CE | D1 | 4D | 1 | 0 | 3F | 12 | 3D | 3B | 38 |
| Octal | 316 | 321 | 115 | 1 | 0 | 77 | 22 | 75 | 73 | 70 |
| Binary | 11001110 | 11010001 | 1001101 | 1 | 0 | 111111 | 10010 | 111101 | 111011 | 111000 |
Color Harmonies of #CED14D
Complementary color
Monochromatic Colors of #CED14D
Black with #CED14D
Text Example
Text Example
White with #CED14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED14D; }
p { color: rgb(206,209,77); }
H1.HeaderClassName
{
color: #CED14D;
}
.AnyTagClassName
{
color: #CED14D;
}
</style>
background-color css
<style>
a { background-color: #CED14D; }
a { background-color: rgb(206,209,77); }
div.DivClassName
{
background-color: #CED14D;
}
.BgClassName
{
background-color: #CED14D;
}
</style>
border-color css
<style>
span { border-color: #CED14D; }
span { border-color: rgb(206,209,77); }
td.TdClassName
{
border-color: #CED14D;
}
.TagClassName
{
border-color: #CED14D;
}
</style>