Shades of Wattle #CFC149
Tints of Wattle #CFC149
RGB
CMYK
RGB Variations
Color information
#CFC149 (or 0xCFC149) is known color: Wattle. HEX triplet: CF, C1 and 49. RGB value is (207,193,73). Sum of RGB (Red+Green+Blue) = 207+193+73=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC149 is #303EB6. Grayscale: #B7B7B7. Windows color (decimal): -3161783 or 4833743. OLE color: 4833743.
HSL color Cylindrical-coordinate representation of color #CFC149: hue angle of 53.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFC149 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 73 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.19 |
| HSL | 53.73º | 0.58% | 0.55% | - |
| HSV(B) | 53.73º | 0.65% | 0.81% | - |
| XYZ | 46 | 51.89 | 13.89 | - |
| YUV | 183.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 73 | 0 | 0.07 | 0.65 | 0.19 | 53.73 | 0.58 | 0.55 |
| Hex | CF | C1 | 49 | 0 | 7 | 41 | 13 | 36 | 3A | 37 |
| Octal | 317 | 301 | 111 | 0 | 7 | 101 | 23 | 66 | 72 | 67 |
| Binary | 11001111 | 11000001 | 1001001 | 0 | 111 | 1000001 | 10011 | 110110 | 111010 | 110111 |
Color Harmonies of #CFC149
Complementary color
Monochromatic Colors of #CFC149
Black with #CFC149
Text Example
Text Example
White with #CFC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC149; }
p { color: rgb(207,193,73); }
H1.HeaderClassName
{
color: #CFC149;
}
.AnyTagClassName
{
color: #CFC149;
}
</style>
background-color css
<style>
a { background-color: #CFC149; }
a { background-color: rgb(207,193,73); }
div.DivClassName
{
background-color: #CFC149;
}
.BgClassName
{
background-color: #CFC149;
}
</style>
border-color css
<style>
span { border-color: #CFC149; }
span { border-color: rgb(207,193,73); }
td.TdClassName
{
border-color: #CFC149;
}
.TagClassName
{
border-color: #CFC149;
}
</style>