Shades of Wattle #CFC740
Tints of Wattle #CFC740
RGB
CMYK
RGB Variations
Color information
#CFC740 (or 0xCFC740) is known color: Wattle. HEX triplet: CF, C7 and 40. RGB value is (207,199,64). Sum of RGB (Red+Green+Blue) = 207+199+64=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC740 is #3038BF. Grayscale: #BABABA. Windows color (decimal): -3160256 or 4245455. OLE color: 4245455.
HSL color Cylindrical-coordinate representation of color #CFC740: hue angle of 56.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFC740 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 64 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.19 |
| HSL | 56.64º | 0.6% | 0.53% | - |
| HSV(B) | 56.64º | 0.69% | 0.81% | - |
| XYZ | 47.08 | 54.48 | 12.89 | - |
| YUV | 186 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 64 | 0 | 0.04 | 0.69 | 0.19 | 56.64 | 0.6 | 0.53 |
| Hex | CF | C7 | 40 | 0 | 4 | 45 | 13 | 39 | 3C | 35 |
| Octal | 317 | 307 | 100 | 0 | 4 | 105 | 23 | 71 | 74 | 65 |
| Binary | 11001111 | 11000111 | 1000000 | 0 | 100 | 1000101 | 10011 | 111001 | 111100 | 110101 |
Color Harmonies of #CFC740
Complementary color
Monochromatic Colors of #CFC740
Black with #CFC740
Text Example
Text Example
White with #CFC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC740; }
p { color: rgb(207,199,64); }
H1.HeaderClassName
{
color: #CFC740;
}
.AnyTagClassName
{
color: #CFC740;
}
</style>
background-color css
<style>
a { background-color: #CFC740; }
a { background-color: rgb(207,199,64); }
div.DivClassName
{
background-color: #CFC740;
}
.BgClassName
{
background-color: #CFC740;
}
</style>
border-color css
<style>
span { border-color: #CFC740; }
span { border-color: rgb(207,199,64); }
td.TdClassName
{
border-color: #CFC740;
}
.TagClassName
{
border-color: #CFC740;
}
</style>