Shades of Wattle #CFC94A
Tints of Wattle #CFC94A
RGB
CMYK
RGB Variations
Color information
#CFC94A (or 0xCFC94A) is known color: Wattle. HEX triplet: CF, C9 and 4A. RGB value is (207,201,74). Sum of RGB (Red+Green+Blue) = 207+201+74=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC94A is #3036B5. Grayscale: #BCBCBC. Windows color (decimal): -3159734 or 4901327. OLE color: 4901327.
HSL color Cylindrical-coordinate representation of color #CFC94A: hue angle of 57.29º 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 #CFC94A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 74 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.19 |
| HSL | 57.29º | 0.58% | 0.55% | - |
| HSV(B) | 57.29º | 0.64% | 0.81% | - |
| XYZ | 47.85 | 55.53 | 14.68 | - |
| YUV | 188.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 74 | 0 | 0.03 | 0.64 | 0.19 | 57.29 | 0.58 | 0.55 |
| Hex | CF | C9 | 4A | 0 | 3 | 40 | 13 | 39 | 3A | 37 |
| Octal | 317 | 311 | 112 | 0 | 3 | 100 | 23 | 71 | 72 | 67 |
| Binary | 11001111 | 11001001 | 1001010 | 0 | 11 | 1000000 | 10011 | 111001 | 111010 | 110111 |
Color Harmonies of #CFC94A
Complementary color
Monochromatic Colors of #CFC94A
Black with #CFC94A
Text Example
Text Example
White with #CFC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC94A; }
p { color: rgb(207,201,74); }
H1.HeaderClassName
{
color: #CFC94A;
}
.AnyTagClassName
{
color: #CFC94A;
}
</style>
background-color css
<style>
a { background-color: #CFC94A; }
a { background-color: rgb(207,201,74); }
div.DivClassName
{
background-color: #CFC94A;
}
.BgClassName
{
background-color: #CFC94A;
}
</style>
border-color css
<style>
span { border-color: #CFC94A; }
span { border-color: rgb(207,201,74); }
td.TdClassName
{
border-color: #CFC94A;
}
.TagClassName
{
border-color: #CFC94A;
}
</style>