Shades of Wattle #CED14B
Tints of Wattle #CED14B
RGB
CMYK
RGB Variations
Color information
#CED14B (or 0xCED14B) is known color: Wattle. HEX triplet: CE, D1 and 4B. RGB value is (206,209,75). Sum of RGB (Red+Green+Blue) = 206+209+75=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #CED14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED14B is #312EB4. Grayscale: #C1C1C1. Windows color (decimal): -3223221 or 4968910. OLE color: 4968910.
HSL color Cylindrical-coordinate representation of color #CED14B: hue angle of 61.34º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED14B is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 75 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.18 |
| HSL | 61.34º | 0.59% | 0.56% | - |
| HSV(B) | 61.34º | 0.64% | 0.82% | - |
| XYZ | 49.52 | 59.23 | 15.48 | - |
| YUV | 192.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 75 | 0.01 | 0 | 0.64 | 0.18 | 61.34 | 0.59 | 0.56 |
| Hex | CE | D1 | 4B | 1 | 0 | 40 | 12 | 3D | 3B | 38 |
| Octal | 316 | 321 | 113 | 1 | 0 | 100 | 22 | 75 | 73 | 70 |
| Binary | 11001110 | 11010001 | 1001011 | 1 | 0 | 1000000 | 10010 | 111101 | 111011 | 111000 |
Color Harmonies of #CED14B
Complementary color
Monochromatic Colors of #CED14B
Black with #CED14B
Text Example
Text Example
White with #CED14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED14B; }
p { color: rgb(206,209,75); }
H1.HeaderClassName
{
color: #CED14B;
}
.AnyTagClassName
{
color: #CED14B;
}
</style>
background-color css
<style>
a { background-color: #CED14B; }
a { background-color: rgb(206,209,75); }
div.DivClassName
{
background-color: #CED14B;
}
.BgClassName
{
background-color: #CED14B;
}
</style>
border-color css
<style>
span { border-color: #CED14B; }
span { border-color: rgb(206,209,75); }
td.TdClassName
{
border-color: #CED14B;
}
.TagClassName
{
border-color: #CED14B;
}
</style>