Shades of Wattle #CFC541
Tints of Wattle #CFC541
RGB
CMYK
RGB Variations
Color information
#CFC541 (or 0xCFC541) is known color: Wattle. HEX triplet: CF, C5 and 41. RGB value is (207,197,65). Sum of RGB (Red+Green+Blue) = 207+197+65=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC541 is #303ABE. Grayscale: #B9B9B9. Windows color (decimal): -3160767 or 4310479. OLE color: 4310479.
HSL color Cylindrical-coordinate representation of color #CFC541: hue angle of 55.77º 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 #CFC541 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 65 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.19 |
| HSL | 55.77º | 0.6% | 0.53% | - |
| HSV(B) | 55.77º | 0.69% | 0.81% | - |
| XYZ | 46.65 | 53.58 | 12.88 | - |
| YUV | 184.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 65 | 0 | 0.05 | 0.69 | 0.19 | 55.77 | 0.6 | 0.53 |
| Hex | CF | C5 | 41 | 0 | 5 | 45 | 13 | 38 | 3C | 35 |
| Octal | 317 | 305 | 101 | 0 | 5 | 105 | 23 | 70 | 74 | 65 |
| Binary | 11001111 | 11000101 | 1000001 | 0 | 101 | 1000101 | 10011 | 111000 | 111100 | 110101 |
Color Harmonies of #CFC541
Complementary color
Monochromatic Colors of #CFC541
Black with #CFC541
Text Example
Text Example
White with #CFC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC541; }
p { color: rgb(207,197,65); }
H1.HeaderClassName
{
color: #CFC541;
}
.AnyTagClassName
{
color: #CFC541;
}
</style>
background-color css
<style>
a { background-color: #CFC541; }
a { background-color: rgb(207,197,65); }
div.DivClassName
{
background-color: #CFC541;
}
.BgClassName
{
background-color: #CFC541;
}
</style>
border-color css
<style>
span { border-color: #CFC541; }
span { border-color: rgb(207,197,65); }
td.TdClassName
{
border-color: #CFC541;
}
.TagClassName
{
border-color: #CFC541;
}
</style>