Shades of Wattle #CFCA40
Tints of Wattle #CFCA40
RGB
CMYK
RGB Variations
Color information
#CFCA40 (or 0xCFCA40) is known color: Wattle. HEX triplet: CF, CA and 40. RGB value is (207,202,64). Sum of RGB (Red+Green+Blue) = 207+202+64=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA40 is #3035BF. Grayscale: #BCBCBC. Windows color (decimal): -3159488 or 4246223. OLE color: 4246223.
HSL color Cylindrical-coordinate representation of color #CFCA40: hue angle of 57.9º 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 #CFCA40 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 64 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.19 |
| HSL | 57.9º | 0.6% | 0.53% | - |
| HSV(B) | 57.9º | 0.69% | 0.81% | - |
| XYZ | 47.78 | 55.88 | 13.12 | - |
| YUV | 187.76 | 58.16 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 64 | 0 | 0.02 | 0.69 | 0.19 | 57.9 | 0.6 | 0.53 |
| Hex | CF | CA | 40 | 0 | 2 | 45 | 13 | 3A | 3C | 35 |
| Octal | 317 | 312 | 100 | 0 | 2 | 105 | 23 | 72 | 74 | 65 |
| Binary | 11001111 | 11001010 | 1000000 | 0 | 10 | 1000101 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CFCA40
Complementary color
Monochromatic Colors of #CFCA40
Black with #CFCA40
Text Example
Text Example
White with #CFCA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA40; }
p { color: rgb(207,202,64); }
H1.HeaderClassName
{
color: #CFCA40;
}
.AnyTagClassName
{
color: #CFCA40;
}
</style>
background-color css
<style>
a { background-color: #CFCA40; }
a { background-color: rgb(207,202,64); }
div.DivClassName
{
background-color: #CFCA40;
}
.BgClassName
{
background-color: #CFCA40;
}
</style>
border-color css
<style>
span { border-color: #CFCA40; }
span { border-color: rgb(207,202,64); }
td.TdClassName
{
border-color: #CFCA40;
}
.TagClassName
{
border-color: #CFCA40;
}
</style>