Shades of Wattle #CFC049
Tints of Wattle #CFC049
RGB
CMYK
RGB Variations
Color information
#CFC049 (or 0xCFC049) is known color: Wattle. HEX triplet: CF, C0 and 49. RGB value is (207,192,73). Sum of RGB (Red+Green+Blue) = 207+192+73=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC049 is #303FB6. Grayscale: #B7B7B7. Windows color (decimal): -3162039 or 4833487. OLE color: 4833487.
HSL color Cylindrical-coordinate representation of color #CFC049: hue angle of 53.28º 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 #CFC049 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 73 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.19 |
| HSL | 53.28º | 0.58% | 0.55% | - |
| HSV(B) | 53.28º | 0.65% | 0.81% | - |
| XYZ | 45.78 | 51.45 | 13.82 | - |
| YUV | 182.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 73 | 0 | 0.07 | 0.65 | 0.19 | 53.28 | 0.58 | 0.55 |
| Hex | CF | C0 | 49 | 0 | 7 | 41 | 13 | 35 | 3A | 37 |
| Octal | 317 | 300 | 111 | 0 | 7 | 101 | 23 | 65 | 72 | 67 |
| Binary | 11001111 | 11000000 | 1001001 | 0 | 111 | 1000001 | 10011 | 110101 | 111010 | 110111 |
Color Harmonies of #CFC049
Complementary color
Monochromatic Colors of #CFC049
Black with #CFC049
Text Example
Text Example
White with #CFC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC049; }
p { color: rgb(207,192,73); }
H1.HeaderClassName
{
color: #CFC049;
}
.AnyTagClassName
{
color: #CFC049;
}
</style>
background-color css
<style>
a { background-color: #CFC049; }
a { background-color: rgb(207,192,73); }
div.DivClassName
{
background-color: #CFC049;
}
.BgClassName
{
background-color: #CFC049;
}
</style>
border-color css
<style>
span { border-color: #CFC049; }
span { border-color: rgb(207,192,73); }
td.TdClassName
{
border-color: #CFC049;
}
.TagClassName
{
border-color: #CFC049;
}
</style>