Shades of Wattle #CFD047
Tints of Wattle #CFD047
RGB
CMYK
RGB Variations
Color information
#CFD047 (or 0xCFD047) is known color: Wattle. HEX triplet: CF, D0 and 47. RGB value is (207,208,71). Sum of RGB (Red+Green+Blue) = 207+208+71=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD047 is #302FB8. Grayscale: #C0C0C0. Windows color (decimal): -3157945 or 4706511. OLE color: 4706511.
HSL color Cylindrical-coordinate representation of color #CFD047: hue angle of 60.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFD047 is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 71 | - |
| CMYK | 0.00 | 0 | 0.66 | 0.18 |
| HSL | 60.44º | 0.59% | 0.55% | - |
| HSV(B) | 60.44º | 0.66% | 0.82% | - |
| XYZ | 49.43 | 58.83 | 14.71 | - |
| YUV | 192.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 71 | 0.00 | 0 | 0.66 | 0.18 | 60.44 | 0.59 | 0.55 |
| Hex | CF | D0 | 47 | 0 | 0 | 42 | 12 | 3C | 3B | 37 |
| Octal | 317 | 320 | 107 | 0 | 0 | 102 | 22 | 74 | 73 | 67 |
| Binary | 11001111 | 11010000 | 1000111 | 0 | 0 | 1000010 | 10010 | 111100 | 111011 | 110111 |
Color Harmonies of #CFD047
Complementary color
Monochromatic Colors of #CFD047
Black with #CFD047
Text Example
Text Example
White with #CFD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD047; }
p { color: rgb(207,208,71); }
H1.HeaderClassName
{
color: #CFD047;
}
.AnyTagClassName
{
color: #CFD047;
}
</style>
background-color css
<style>
a { background-color: #CFD047; }
a { background-color: rgb(207,208,71); }
div.DivClassName
{
background-color: #CFD047;
}
.BgClassName
{
background-color: #CFD047;
}
</style>
border-color css
<style>
span { border-color: #CFD047; }
span { border-color: rgb(207,208,71); }
td.TdClassName
{
border-color: #CFD047;
}
.TagClassName
{
border-color: #CFD047;
}
</style>