Shades of Wattle #CED03F
Tints of Wattle #CED03F
RGB
CMYK
RGB Variations
Color information
#CED03F (or 0xCED03F) is known color: Wattle. HEX triplet: CE, D0 and 3F. RGB value is (206,208,63). Sum of RGB (Red+Green+Blue) = 206+208+63=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #CED03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED03F is #312FC0. Grayscale: #BFBFBF. Windows color (decimal): -3223489 or 4182222. OLE color: 4182222.
HSL color Cylindrical-coordinate representation of color #CED03F: hue angle of 60.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CED03F is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 63 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.18 |
| HSL | 60.83º | 0.61% | 0.53% | - |
| HSV(B) | 60.83º | 0.7% | 0.82% | - |
| XYZ | 48.91 | 58.59 | 13.43 | - |
| YUV | 190.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 63 | 0.01 | 0 | 0.70 | 0.18 | 60.83 | 0.61 | 0.53 |
| Hex | CE | D0 | 3F | 1 | 0 | 46 | 12 | 3D | 3D | 35 |
| Octal | 316 | 320 | 77 | 1 | 0 | 106 | 22 | 75 | 75 | 65 |
| Binary | 11001110 | 11010000 | 111111 | 1 | 0 | 1000110 | 10010 | 111101 | 111101 | 110101 |
Color Harmonies of #CED03F
Complementary color
Monochromatic Colors of #CED03F
Black with #CED03F
Text Example
Text Example
White with #CED03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED03F; }
p { color: rgb(206,208,63); }
H1.HeaderClassName
{
color: #CED03F;
}
.AnyTagClassName
{
color: #CED03F;
}
</style>
background-color css
<style>
a { background-color: #CED03F; }
a { background-color: rgb(206,208,63); }
div.DivClassName
{
background-color: #CED03F;
}
.BgClassName
{
background-color: #CED03F;
}
</style>
border-color css
<style>
span { border-color: #CED03F; }
span { border-color: rgb(206,208,63); }
td.TdClassName
{
border-color: #CED03F;
}
.TagClassName
{
border-color: #CED03F;
}
</style>