Shades of Wattle #CFD03F
Tints of Wattle #CFD03F
RGB
CMYK
RGB Variations
Color information
#CFD03F (or 0xCFD03F) is known color: Wattle. HEX triplet: CF, D0 and 3F. RGB value is (207,208,63). Sum of RGB (Red+Green+Blue) = 207+208+63=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD03F is #302FC0. Grayscale: #BFBFBF. Windows color (decimal): -3157953 or 4182223. OLE color: 4182223.
HSL color Cylindrical-coordinate representation of color #CFD03F: hue angle of 60.41º 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 #CFD03F is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 63 | - |
| CMYK | 0.00 | 0 | 0.70 | 0.18 |
| HSL | 60.41º | 0.61% | 0.53% | - |
| HSV(B) | 60.41º | 0.7% | 0.82% | - |
| XYZ | 49.19 | 58.74 | 13.45 | - |
| YUV | 191.17 | 55.67 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 63 | 0.00 | 0 | 0.70 | 0.18 | 60.41 | 0.61 | 0.53 |
| Hex | CF | D0 | 3F | 0 | 0 | 46 | 12 | 3C | 3D | 35 |
| Octal | 317 | 320 | 77 | 0 | 0 | 106 | 22 | 74 | 75 | 65 |
| Binary | 11001111 | 11010000 | 111111 | 0 | 0 | 1000110 | 10010 | 111100 | 111101 | 110101 |
Color Harmonies of #CFD03F
Complementary color
Monochromatic Colors of #CFD03F
Black with #CFD03F
Text Example
Text Example
White with #CFD03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD03F; }
p { color: rgb(207,208,63); }
H1.HeaderClassName
{
color: #CFD03F;
}
.AnyTagClassName
{
color: #CFD03F;
}
</style>
background-color css
<style>
a { background-color: #CFD03F; }
a { background-color: rgb(207,208,63); }
div.DivClassName
{
background-color: #CFD03F;
}
.BgClassName
{
background-color: #CFD03F;
}
</style>
border-color css
<style>
span { border-color: #CFD03F; }
span { border-color: rgb(207,208,63); }
td.TdClassName
{
border-color: #CFD03F;
}
.TagClassName
{
border-color: #CFD03F;
}
</style>