Shades of Wattle #CFC747
Tints of Wattle #CFC747
RGB
CMYK
RGB Variations
Color information
#CFC747 (or 0xCFC747) is known color: Wattle. HEX triplet: CF, C7 and 47. RGB value is (207,199,71). Sum of RGB (Red+Green+Blue) = 207+199+71=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC747 is #3038B8. Grayscale: #BBBBBB. Windows color (decimal): -3160249 or 4704207. OLE color: 4704207.
HSL color Cylindrical-coordinate representation of color #CFC747: hue angle of 56.47º 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 #CFC747 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 71 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.19 |
| HSL | 56.47º | 0.59% | 0.55% | - |
| HSV(B) | 56.47º | 0.66% | 0.81% | - |
| XYZ | 47.29 | 54.57 | 14 | - |
| YUV | 186.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 71 | 0 | 0.04 | 0.66 | 0.19 | 56.47 | 0.59 | 0.55 |
| Hex | CF | C7 | 47 | 0 | 4 | 42 | 13 | 38 | 3B | 37 |
| Octal | 317 | 307 | 107 | 0 | 4 | 102 | 23 | 70 | 73 | 67 |
| Binary | 11001111 | 11000111 | 1000111 | 0 | 100 | 1000010 | 10011 | 111000 | 111011 | 110111 |
Color Harmonies of #CFC747
Complementary color
Monochromatic Colors of #CFC747
Black with #CFC747
Text Example
Text Example
White with #CFC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC747; }
p { color: rgb(207,199,71); }
H1.HeaderClassName
{
color: #CFC747;
}
.AnyTagClassName
{
color: #CFC747;
}
</style>
background-color css
<style>
a { background-color: #CFC747; }
a { background-color: rgb(207,199,71); }
div.DivClassName
{
background-color: #CFC747;
}
.BgClassName
{
background-color: #CFC747;
}
</style>
border-color css
<style>
span { border-color: #CFC747; }
span { border-color: rgb(207,199,71); }
td.TdClassName
{
border-color: #CFC747;
}
.TagClassName
{
border-color: #CFC747;
}
</style>