Shades of Wattle #CFC62F
Tints of Wattle #CFC62F
RGB
CMYK
RGB Variations
Color information
#CFC62F (or 0xCFC62F) is known color: Wattle. HEX triplet: CF, C6 and 2F. RGB value is (207,198,47). Sum of RGB (Red+Green+Blue) = 207+198+47=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC62F is #3039D0. Grayscale: #B8B8B8. Windows color (decimal): -3160529 or 3131087. OLE color: 3131087.
HSL color Cylindrical-coordinate representation of color #CFC62F: hue angle of 56.62º 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 #CFC62F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 47 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.19 |
| HSL | 56.63º | 0.63% | 0.5% | - |
| HSV(B) | 56.63º | 0.77% | 0.81% | - |
| XYZ | 46.44 | 53.86 | 10.64 | - |
| YUV | 183.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 47 | 0 | 0.04 | 0.77 | 0.19 | 56.63 | 0.63 | 0.5 |
| Hex | CF | C6 | 2F | 0 | 4 | 4D | 13 | 39 | 3F | 32 |
| Octal | 317 | 306 | 57 | 0 | 4 | 115 | 23 | 71 | 77 | 62 |
| Binary | 11001111 | 11000110 | 101111 | 0 | 100 | 1001101 | 10011 | 111001 | 111111 | 110010 |
Color Harmonies of #CFC62F
Complementary color
Monochromatic Colors of #CFC62F
Black with #CFC62F
Text Example
Text Example
White with #CFC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC62F; }
p { color: rgb(207,198,47); }
H1.HeaderClassName
{
color: #CFC62F;
}
.AnyTagClassName
{
color: #CFC62F;
}
</style>
background-color css
<style>
a { background-color: #CFC62F; }
a { background-color: rgb(207,198,47); }
div.DivClassName
{
background-color: #CFC62F;
}
.BgClassName
{
background-color: #CFC62F;
}
</style>
border-color css
<style>
span { border-color: #CFC62F; }
span { border-color: rgb(207,198,47); }
td.TdClassName
{
border-color: #CFC62F;
}
.TagClassName
{
border-color: #CFC62F;
}
</style>