Shades of Wattle #CED33F
Tints of Wattle #CED33F
RGB
CMYK
RGB Variations
Color information
#CED33F (or 0xCED33F) is known color: Wattle. HEX triplet: CE, D3 and 3F. RGB value is (206,211,63). Sum of RGB (Red+Green+Blue) = 206+211+63=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 63 (25% from 255 or 13.12% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #CED33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED33F is #312CC0. Grayscale: #C1C1C1. Windows color (decimal): -3222721 or 4182990. OLE color: 4182990.
HSL color Cylindrical-coordinate representation of color #CED33F: hue angle of 62.03º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CED33F is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 63 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.17 |
| HSL | 62.03º | 0.63% | 0.54% | - |
| HSV(B) | 62.03º | 0.7% | 0.83% | - |
| XYZ | 49.65 | 60.07 | 13.68 | - |
| YUV | 192.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 63 | 0.02 | 0 | 0.70 | 0.17 | 62.03 | 0.63 | 0.54 |
| Hex | CE | D3 | 3F | 2 | 0 | 46 | 11 | 3E | 3F | 36 |
| Octal | 316 | 323 | 77 | 2 | 0 | 106 | 21 | 76 | 77 | 66 |
| Binary | 11001110 | 11010011 | 111111 | 10 | 0 | 1000110 | 10001 | 111110 | 111111 | 110110 |
Color Harmonies of #CED33F
Complementary color
Monochromatic Colors of #CED33F
Black with #CED33F
Text Example
Text Example
White with #CED33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED33F; }
p { color: rgb(206,211,63); }
H1.HeaderClassName
{
color: #CED33F;
}
.AnyTagClassName
{
color: #CED33F;
}
</style>
background-color css
<style>
a { background-color: #CED33F; }
a { background-color: rgb(206,211,63); }
div.DivClassName
{
background-color: #CED33F;
}
.BgClassName
{
background-color: #CED33F;
}
</style>
border-color css
<style>
span { border-color: #CED33F; }
span { border-color: rgb(206,211,63); }
td.TdClassName
{
border-color: #CED33F;
}
.TagClassName
{
border-color: #CED33F;
}
</style>