Shades of Wattle #CFD148
Tints of Wattle #CFD148
RGB
CMYK
RGB Variations
Color information
#CFD148 (or 0xCFD148) is known color: Wattle. HEX triplet: CF, D1 and 48. RGB value is (207,209,72). Sum of RGB (Red+Green+Blue) = 207+209+72=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD148 is #302EB7. Grayscale: #C1C1C1. Windows color (decimal): -3157688 or 4772303. OLE color: 4772303.
HSL color Cylindrical-coordinate representation of color #CFD148: hue angle of 60.88º degrees, saturation: 0.6, 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 #CFD148 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 72 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.18 |
| HSL | 60.88º | 0.6% | 0.55% | - |
| HSV(B) | 60.88º | 0.66% | 0.82% | - |
| XYZ | 49.7 | 59.33 | 14.96 | - |
| YUV | 192.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 72 | 0.01 | 0 | 0.66 | 0.18 | 60.88 | 0.6 | 0.55 |
| Hex | CF | D1 | 48 | 1 | 0 | 42 | 12 | 3D | 3C | 37 |
| Octal | 317 | 321 | 110 | 1 | 0 | 102 | 22 | 75 | 74 | 67 |
| Binary | 11001111 | 11010001 | 1001000 | 1 | 0 | 1000010 | 10010 | 111101 | 111100 | 110111 |
Color Harmonies of #CFD148
Complementary color
Monochromatic Colors of #CFD148
Black with #CFD148
Text Example
Text Example
White with #CFD148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD148; }
p { color: rgb(207,209,72); }
H1.HeaderClassName
{
color: #CFD148;
}
.AnyTagClassName
{
color: #CFD148;
}
</style>
background-color css
<style>
a { background-color: #CFD148; }
a { background-color: rgb(207,209,72); }
div.DivClassName
{
background-color: #CFD148;
}
.BgClassName
{
background-color: #CFD148;
}
</style>
border-color css
<style>
span { border-color: #CFD148; }
span { border-color: rgb(207,209,72); }
td.TdClassName
{
border-color: #CFD148;
}
.TagClassName
{
border-color: #CFD148;
}
</style>