Shades of Wattle #CFC640
Tints of Wattle #CFC640
RGB
CMYK
RGB Variations
Color information
#CFC640 (or 0xCFC640) is known color: Wattle. HEX triplet: CF, C6 and 40. RGB value is (207,198,64). Sum of RGB (Red+Green+Blue) = 207+198+64=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC640 is #3039BF. Grayscale: #B9B9B9. Windows color (decimal): -3160512 or 4245199. OLE color: 4245199.
HSL color Cylindrical-coordinate representation of color #CFC640: hue angle of 56.22º 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 #CFC640 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 64 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.19 |
| HSL | 56.22º | 0.6% | 0.53% | - |
| HSV(B) | 56.22º | 0.69% | 0.81% | - |
| XYZ | 46.85 | 54.02 | 12.81 | - |
| YUV | 185.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 64 | 0 | 0.04 | 0.69 | 0.19 | 56.22 | 0.6 | 0.53 |
| Hex | CF | C6 | 40 | 0 | 4 | 45 | 13 | 38 | 3C | 35 |
| Octal | 317 | 306 | 100 | 0 | 4 | 105 | 23 | 70 | 74 | 65 |
| Binary | 11001111 | 11000110 | 1000000 | 0 | 100 | 1000101 | 10011 | 111000 | 111100 | 110101 |
Color Harmonies of #CFC640
Complementary color
Monochromatic Colors of #CFC640
Black with #CFC640
Text Example
Text Example
White with #CFC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC640; }
p { color: rgb(207,198,64); }
H1.HeaderClassName
{
color: #CFC640;
}
.AnyTagClassName
{
color: #CFC640;
}
</style>
background-color css
<style>
a { background-color: #CFC640; }
a { background-color: rgb(207,198,64); }
div.DivClassName
{
background-color: #CFC640;
}
.BgClassName
{
background-color: #CFC640;
}
</style>
border-color css
<style>
span { border-color: #CFC640; }
span { border-color: rgb(207,198,64); }
td.TdClassName
{
border-color: #CFC640;
}
.TagClassName
{
border-color: #CFC640;
}
</style>