Shades of Wattle #CFD149
Tints of Wattle #CFD149
RGB
CMYK
RGB Variations
Color information
#CFD149 (or 0xCFD149) is known color: Wattle. HEX triplet: CF, D1 and 49. RGB value is (207,209,73). Sum of RGB (Red+Green+Blue) = 207+209+73=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD149 is #302EB6. Grayscale: #C1C1C1. Windows color (decimal): -3157687 or 4837839. OLE color: 4837839.
HSL color Cylindrical-coordinate representation of color #CFD149: 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.65%. Process color model (Four color, CMYK) of #CFD149 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 73 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.18 |
| HSL | 60.88º | 0.6% | 0.55% | - |
| HSV(B) | 60.88º | 0.65% | 0.82% | - |
| XYZ | 49.74 | 59.35 | 15.14 | - |
| YUV | 192.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 73 | 0.01 | 0 | 0.65 | 0.18 | 60.88 | 0.6 | 0.55 |
| Hex | CF | D1 | 49 | 1 | 0 | 41 | 12 | 3D | 3C | 37 |
| Octal | 317 | 321 | 111 | 1 | 0 | 101 | 22 | 75 | 74 | 67 |
| Binary | 11001111 | 11010001 | 1001001 | 1 | 0 | 1000001 | 10010 | 111101 | 111100 | 110111 |
Color Harmonies of #CFD149
Complementary color
Monochromatic Colors of #CFD149
Black with #CFD149
Text Example
Text Example
White with #CFD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD149; }
p { color: rgb(207,209,73); }
H1.HeaderClassName
{
color: #CFD149;
}
.AnyTagClassName
{
color: #CFD149;
}
</style>
background-color css
<style>
a { background-color: #CFD149; }
a { background-color: rgb(207,209,73); }
div.DivClassName
{
background-color: #CFD149;
}
.BgClassName
{
background-color: #CFD149;
}
</style>
border-color css
<style>
span { border-color: #CFD149; }
span { border-color: rgb(207,209,73); }
td.TdClassName
{
border-color: #CFD149;
}
.TagClassName
{
border-color: #CFD149;
}
</style>