Shades of Wattle #CFCA41
Tints of Wattle #CFCA41
RGB
CMYK
RGB Variations
Color information
#CFCA41 (or 0xCFCA41) is known color: Wattle. HEX triplet: CF, CA and 41. RGB value is (207,202,65). Sum of RGB (Red+Green+Blue) = 207+202+65=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA41 is #3035BE. Grayscale: #BCBCBC. Windows color (decimal): -3159487 or 4311759. OLE color: 4311759.
HSL color Cylindrical-coordinate representation of color #CFCA41: hue angle of 57.89º 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 #CFCA41 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 65 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.19 |
| HSL | 57.89º | 0.6% | 0.53% | - |
| HSV(B) | 57.89º | 0.69% | 0.81% | - |
| XYZ | 47.81 | 55.89 | 13.27 | - |
| YUV | 187.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 65 | 0 | 0.02 | 0.69 | 0.19 | 57.89 | 0.6 | 0.53 |
| Hex | CF | CA | 41 | 0 | 2 | 45 | 13 | 3A | 3C | 35 |
| Octal | 317 | 312 | 101 | 0 | 2 | 105 | 23 | 72 | 74 | 65 |
| Binary | 11001111 | 11001010 | 1000001 | 0 | 10 | 1000101 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CFCA41
Complementary color
Monochromatic Colors of #CFCA41
Black with #CFCA41
Text Example
Text Example
White with #CFCA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA41; }
p { color: rgb(207,202,65); }
H1.HeaderClassName
{
color: #CFCA41;
}
.AnyTagClassName
{
color: #CFCA41;
}
</style>
background-color css
<style>
a { background-color: #CFCA41; }
a { background-color: rgb(207,202,65); }
div.DivClassName
{
background-color: #CFCA41;
}
.BgClassName
{
background-color: #CFCA41;
}
</style>
border-color css
<style>
span { border-color: #CFCA41; }
span { border-color: rgb(207,202,65); }
td.TdClassName
{
border-color: #CFCA41;
}
.TagClassName
{
border-color: #CFCA41;
}
</style>