Shades of Wattle #CFC54A
Tints of Wattle #CFC54A
RGB
CMYK
RGB Variations
Color information
#CFC54A (or 0xCFC54A) is known color: Wattle. HEX triplet: CF, C5 and 4A. RGB value is (207,197,74). Sum of RGB (Red+Green+Blue) = 207+197+74=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC54A is #303AB5. Grayscale: #BABABA. Windows color (decimal): -3160758 or 4900303. OLE color: 4900303.
HSL color Cylindrical-coordinate representation of color #CFC54A: hue angle of 55.49º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFC54A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 74 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.19 |
| HSL | 55.49º | 0.58% | 0.55% | - |
| HSV(B) | 55.49º | 0.64% | 0.81% | - |
| XYZ | 46.93 | 53.69 | 14.37 | - |
| YUV | 185.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 74 | 0 | 0.05 | 0.64 | 0.19 | 55.49 | 0.58 | 0.55 |
| Hex | CF | C5 | 4A | 0 | 5 | 40 | 13 | 37 | 3A | 37 |
| Octal | 317 | 305 | 112 | 0 | 5 | 100 | 23 | 67 | 72 | 67 |
| Binary | 11001111 | 11000101 | 1001010 | 0 | 101 | 1000000 | 10011 | 110111 | 111010 | 110111 |
Color Harmonies of #CFC54A
Complementary color
Monochromatic Colors of #CFC54A
Black with #CFC54A
Text Example
Text Example
White with #CFC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC54A; }
p { color: rgb(207,197,74); }
H1.HeaderClassName
{
color: #CFC54A;
}
.AnyTagClassName
{
color: #CFC54A;
}
</style>
background-color css
<style>
a { background-color: #CFC54A; }
a { background-color: rgb(207,197,74); }
div.DivClassName
{
background-color: #CFC54A;
}
.BgClassName
{
background-color: #CFC54A;
}
</style>
border-color css
<style>
span { border-color: #CFC54A; }
span { border-color: rgb(207,197,74); }
td.TdClassName
{
border-color: #CFC54A;
}
.TagClassName
{
border-color: #CFC54A;
}
</style>