Shades of Wattle #CFC14A
Tints of Wattle #CFC14A
RGB
CMYK
RGB Variations
Color information
#CFC14A (or 0xCFC14A) is known color: Wattle. HEX triplet: CF, C1 and 4A. RGB value is (207,193,74). Sum of RGB (Red+Green+Blue) = 207+193+74=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC14A is #303EB5. Grayscale: #B8B8B8. Windows color (decimal): -3161782 or 4899279. OLE color: 4899279.
HSL color Cylindrical-coordinate representation of color #CFC14A: hue angle of 53.68º 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 #CFC14A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 74 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.19 |
| HSL | 53.68º | 0.58% | 0.55% | - |
| HSV(B) | 53.68º | 0.64% | 0.81% | - |
| XYZ | 46.04 | 51.9 | 14.07 | - |
| YUV | 183.62 | 66.14 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 74 | 0 | 0.07 | 0.64 | 0.19 | 53.68 | 0.58 | 0.55 |
| Hex | CF | C1 | 4A | 0 | 7 | 40 | 13 | 36 | 3A | 37 |
| Octal | 317 | 301 | 112 | 0 | 7 | 100 | 23 | 66 | 72 | 67 |
| Binary | 11001111 | 11000001 | 1001010 | 0 | 111 | 1000000 | 10011 | 110110 | 111010 | 110111 |
Color Harmonies of #CFC14A
Complementary color
Monochromatic Colors of #CFC14A
Black with #CFC14A
Text Example
Text Example
White with #CFC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC14A; }
p { color: rgb(207,193,74); }
H1.HeaderClassName
{
color: #CFC14A;
}
.AnyTagClassName
{
color: #CFC14A;
}
</style>
background-color css
<style>
a { background-color: #CFC14A; }
a { background-color: rgb(207,193,74); }
div.DivClassName
{
background-color: #CFC14A;
}
.BgClassName
{
background-color: #CFC14A;
}
</style>
border-color css
<style>
span { border-color: #CFC14A; }
span { border-color: rgb(207,193,74); }
td.TdClassName
{
border-color: #CFC14A;
}
.TagClassName
{
border-color: #CFC14A;
}
</style>