Shades of Wattle #CED044
Tints of Wattle #CED044
RGB
CMYK
RGB Variations
Color information
#CED044 (or 0xCED044) is known color: Wattle. HEX triplet: CE, D0 and 44. RGB value is (206,208,68). Sum of RGB (Red+Green+Blue) = 206+208+68=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #CED044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED044 is #312FBB. Grayscale: #BFBFBF. Windows color (decimal): -3223484 or 4509902. OLE color: 4509902.
HSL color Cylindrical-coordinate representation of color #CED044: hue angle of 60.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CED044 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 68 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.18 |
| HSL | 60.86º | 0.6% | 0.54% | - |
| HSV(B) | 60.86º | 0.67% | 0.82% | - |
| XYZ | 49.05 | 58.65 | 14.2 | - |
| YUV | 191.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 68 | 0.01 | 0 | 0.67 | 0.18 | 60.86 | 0.6 | 0.54 |
| Hex | CE | D0 | 44 | 1 | 0 | 43 | 12 | 3D | 3C | 36 |
| Octal | 316 | 320 | 104 | 1 | 0 | 103 | 22 | 75 | 74 | 66 |
| Binary | 11001110 | 11010000 | 1000100 | 1 | 0 | 1000011 | 10010 | 111101 | 111100 | 110110 |
Color Harmonies of #CED044
Complementary color
Monochromatic Colors of #CED044
Black with #CED044
Text Example
Text Example
White with #CED044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED044; }
p { color: rgb(206,208,68); }
H1.HeaderClassName
{
color: #CED044;
}
.AnyTagClassName
{
color: #CED044;
}
</style>
background-color css
<style>
a { background-color: #CED044; }
a { background-color: rgb(206,208,68); }
div.DivClassName
{
background-color: #CED044;
}
.BgClassName
{
background-color: #CED044;
}
</style>
border-color css
<style>
span { border-color: #CED044; }
span { border-color: rgb(206,208,68); }
td.TdClassName
{
border-color: #CED044;
}
.TagClassName
{
border-color: #CED044;
}
</style>