Shades of Wattle #CFD33F
Tints of Wattle #CFD33F
RGB
CMYK
RGB Variations
Color information
#CFD33F (or 0xCFD33F) is known color: Wattle. HEX triplet: CF, D3 and 3F. RGB value is (207,211,63). Sum of RGB (Red+Green+Blue) = 207+211+63=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD33F is #302CC0. Grayscale: #C1C1C1. Windows color (decimal): -3157185 or 4182991. OLE color: 4182991.
HSL color Cylindrical-coordinate representation of color #CFD33F: hue angle of 61.62º 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 #CFD33F is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 63 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.17 |
| HSL | 61.62º | 0.63% | 0.54% | - |
| HSV(B) | 61.62º | 0.7% | 0.83% | - |
| XYZ | 49.92 | 60.21 | 13.69 | - |
| YUV | 192.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 63 | 0.02 | 0 | 0.70 | 0.17 | 61.62 | 0.63 | 0.54 |
| Hex | CF | D3 | 3F | 2 | 0 | 46 | 11 | 3E | 3F | 36 |
| Octal | 317 | 323 | 77 | 2 | 0 | 106 | 21 | 76 | 77 | 66 |
| Binary | 11001111 | 11010011 | 111111 | 10 | 0 | 1000110 | 10001 | 111110 | 111111 | 110110 |
Color Harmonies of #CFD33F
Complementary color
Monochromatic Colors of #CFD33F
Black with #CFD33F
Text Example
Text Example
White with #CFD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD33F; }
p { color: rgb(207,211,63); }
H1.HeaderClassName
{
color: #CFD33F;
}
.AnyTagClassName
{
color: #CFD33F;
}
</style>
background-color css
<style>
a { background-color: #CFD33F; }
a { background-color: rgb(207,211,63); }
div.DivClassName
{
background-color: #CFD33F;
}
.BgClassName
{
background-color: #CFD33F;
}
</style>
border-color css
<style>
span { border-color: #CFD33F; }
span { border-color: rgb(207,211,63); }
td.TdClassName
{
border-color: #CFD33F;
}
.TagClassName
{
border-color: #CFD33F;
}
</style>