Shades of Wattle #CFC547
Tints of Wattle #CFC547
RGB
CMYK
RGB Variations
Color information
#CFC547 (or 0xCFC547) is known color: Wattle. HEX triplet: CF, C5 and 47. RGB value is (207,197,71). Sum of RGB (Red+Green+Blue) = 207+197+71=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC547 is #303AB8. Grayscale: #BABABA. Windows color (decimal): -3160761 or 4703695. OLE color: 4703695.
HSL color Cylindrical-coordinate representation of color #CFC547: hue angle of 55.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFC547 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 71 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.19 |
| HSL | 55.59º | 0.59% | 0.55% | - |
| HSV(B) | 55.59º | 0.66% | 0.81% | - |
| XYZ | 46.84 | 53.65 | 13.85 | - |
| YUV | 185.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 71 | 0 | 0.05 | 0.66 | 0.19 | 55.59 | 0.59 | 0.55 |
| Hex | CF | C5 | 47 | 0 | 5 | 42 | 13 | 38 | 3B | 37 |
| Octal | 317 | 305 | 107 | 0 | 5 | 102 | 23 | 70 | 73 | 67 |
| Binary | 11001111 | 11000101 | 1000111 | 0 | 101 | 1000010 | 10011 | 111000 | 111011 | 110111 |
Color Harmonies of #CFC547
Complementary color
Monochromatic Colors of #CFC547
Black with #CFC547
Text Example
Text Example
White with #CFC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC547; }
p { color: rgb(207,197,71); }
H1.HeaderClassName
{
color: #CFC547;
}
.AnyTagClassName
{
color: #CFC547;
}
</style>
background-color css
<style>
a { background-color: #CFC547; }
a { background-color: rgb(207,197,71); }
div.DivClassName
{
background-color: #CFC547;
}
.BgClassName
{
background-color: #CFC547;
}
</style>
border-color css
<style>
span { border-color: #CFC547; }
span { border-color: rgb(207,197,71); }
td.TdClassName
{
border-color: #CFC547;
}
.TagClassName
{
border-color: #CFC547;
}
</style>