Shades of Wattle #CFC949
Tints of Wattle #CFC949
RGB
CMYK
RGB Variations
Color information
#CFC949 (or 0xCFC949) is known color: Wattle. HEX triplet: CF, C9 and 49. RGB value is (207,201,73). Sum of RGB (Red+Green+Blue) = 207+201+73=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC949 is #3036B6. Grayscale: #BCBCBC. Windows color (decimal): -3159735 or 4835791. OLE color: 4835791.
HSL color Cylindrical-coordinate representation of color #CFC949: hue angle of 57.31º 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 #CFC949 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 73 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.19 |
| HSL | 57.31º | 0.58% | 0.55% | - |
| HSV(B) | 57.31º | 0.65% | 0.81% | - |
| XYZ | 47.82 | 55.52 | 14.5 | - |
| YUV | 188.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 73 | 0 | 0.03 | 0.65 | 0.19 | 57.31 | 0.58 | 0.55 |
| Hex | CF | C9 | 49 | 0 | 3 | 41 | 13 | 39 | 3A | 37 |
| Octal | 317 | 311 | 111 | 0 | 3 | 101 | 23 | 71 | 72 | 67 |
| Binary | 11001111 | 11001001 | 1001001 | 0 | 11 | 1000001 | 10011 | 111001 | 111010 | 110111 |
Color Harmonies of #CFC949
Complementary color
Monochromatic Colors of #CFC949
Black with #CFC949
Text Example
Text Example
White with #CFC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC949; }
p { color: rgb(207,201,73); }
H1.HeaderClassName
{
color: #CFC949;
}
.AnyTagClassName
{
color: #CFC949;
}
</style>
background-color css
<style>
a { background-color: #CFC949; }
a { background-color: rgb(207,201,73); }
div.DivClassName
{
background-color: #CFC949;
}
.BgClassName
{
background-color: #CFC949;
}
</style>
border-color css
<style>
span { border-color: #CFC949; }
span { border-color: rgb(207,201,73); }
td.TdClassName
{
border-color: #CFC949;
}
.TagClassName
{
border-color: #CFC949;
}
</style>