Shades of Wattle #CFCA2F
Tints of Wattle #CFCA2F
RGB
CMYK
RGB Variations
Color information
#CFCA2F (or 0xCFCA2F) is known color: Wattle. HEX triplet: CF, CA and 2F. RGB value is (207,202,47). Sum of RGB (Red+Green+Blue) = 207+202+47=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA2F is #3035D0. Grayscale: #BABABA. Windows color (decimal): -3159505 or 3132111. OLE color: 3132111.
HSL color Cylindrical-coordinate representation of color #CFCA2F: hue angle of 58.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFCA2F is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 47 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.19 |
| HSL | 58.13º | 0.63% | 0.5% | - |
| HSV(B) | 58.13º | 0.77% | 0.81% | - |
| XYZ | 47.37 | 55.71 | 10.95 | - |
| YUV | 185.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 47 | 0 | 0.02 | 0.77 | 0.19 | 58.13 | 0.63 | 0.5 |
| Hex | CF | CA | 2F | 0 | 2 | 4D | 13 | 3A | 3F | 32 |
| Octal | 317 | 312 | 57 | 0 | 2 | 115 | 23 | 72 | 77 | 62 |
| Binary | 11001111 | 11001010 | 101111 | 0 | 10 | 1001101 | 10011 | 111010 | 111111 | 110010 |
Color Harmonies of #CFCA2F
Complementary color
Monochromatic Colors of #CFCA2F
Black with #CFCA2F
Text Example
Text Example
White with #CFCA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA2F; }
p { color: rgb(207,202,47); }
H1.HeaderClassName
{
color: #CFCA2F;
}
.AnyTagClassName
{
color: #CFCA2F;
}
</style>
background-color css
<style>
a { background-color: #CFCA2F; }
a { background-color: rgb(207,202,47); }
div.DivClassName
{
background-color: #CFCA2F;
}
.BgClassName
{
background-color: #CFCA2F;
}
</style>
border-color css
<style>
span { border-color: #CFCA2F; }
span { border-color: rgb(207,202,47); }
td.TdClassName
{
border-color: #CFCA2F;
}
.TagClassName
{
border-color: #CFCA2F;
}
</style>