Shades of Wattle #CED041
Tints of Wattle #CED041
RGB
CMYK
RGB Variations
Color information
#CED041 (or 0xCED041) is known color: Wattle. HEX triplet: CE, D0 and 41. RGB value is (206,208,65). Sum of RGB (Red+Green+Blue) = 206+208+65=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #CED041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED041 is #312FBE. Grayscale: #BFBFBF. Windows color (decimal): -3223487 or 4313294. OLE color: 4313294.
HSL color Cylindrical-coordinate representation of color #CED041: hue angle of 60.84º degrees, saturation: 0.6, 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 #CED041 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 65 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.18 |
| HSL | 60.84º | 0.6% | 0.54% | - |
| HSV(B) | 60.84º | 0.69% | 0.82% | - |
| XYZ | 48.96 | 58.62 | 13.73 | - |
| YUV | 191.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 65 | 0.01 | 0 | 0.69 | 0.18 | 60.84 | 0.6 | 0.54 |
| Hex | CE | D0 | 41 | 1 | 0 | 45 | 12 | 3D | 3C | 36 |
| Octal | 316 | 320 | 101 | 1 | 0 | 105 | 22 | 75 | 74 | 66 |
| Binary | 11001110 | 11010000 | 1000001 | 1 | 0 | 1000101 | 10010 | 111101 | 111100 | 110110 |
Color Harmonies of #CED041
Complementary color
Monochromatic Colors of #CED041
Black with #CED041
Text Example
Text Example
White with #CED041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED041; }
p { color: rgb(206,208,65); }
H1.HeaderClassName
{
color: #CED041;
}
.AnyTagClassName
{
color: #CED041;
}
</style>
background-color css
<style>
a { background-color: #CED041; }
a { background-color: rgb(206,208,65); }
div.DivClassName
{
background-color: #CED041;
}
.BgClassName
{
background-color: #CED041;
}
</style>
border-color css
<style>
span { border-color: #CED041; }
span { border-color: rgb(206,208,65); }
td.TdClassName
{
border-color: #CED041;
}
.TagClassName
{
border-color: #CED041;
}
</style>