Shades of Wattle #CFC63E
Tints of Wattle #CFC63E
RGB
CMYK
RGB Variations
Color information
#CFC63E (or 0xCFC63E) is known color: Wattle. HEX triplet: CF, C6 and 3E. RGB value is (207,198,62). Sum of RGB (Red+Green+Blue) = 207+198+62=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC63E is #3039C1. Grayscale: #B9B9B9. Windows color (decimal): -3160514 or 4114127. OLE color: 4114127.
HSL color Cylindrical-coordinate representation of color #CFC63E: hue angle of 56.28º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFC63E is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 62 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.19 |
| HSL | 56.28º | 0.6% | 0.53% | - |
| HSV(B) | 56.28º | 0.7% | 0.81% | - |
| XYZ | 46.8 | 54 | 12.51 | - |
| YUV | 185.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 62 | 0 | 0.04 | 0.70 | 0.19 | 56.28 | 0.6 | 0.53 |
| Hex | CF | C6 | 3E | 0 | 4 | 46 | 13 | 38 | 3C | 35 |
| Octal | 317 | 306 | 76 | 0 | 4 | 106 | 23 | 70 | 74 | 65 |
| Binary | 11001111 | 11000110 | 111110 | 0 | 100 | 1000110 | 10011 | 111000 | 111100 | 110101 |
Color Harmonies of #CFC63E
Complementary color
Monochromatic Colors of #CFC63E
Black with #CFC63E
Text Example
Text Example
White with #CFC63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC63E; }
p { color: rgb(207,198,62); }
H1.HeaderClassName
{
color: #CFC63E;
}
.AnyTagClassName
{
color: #CFC63E;
}
</style>
background-color css
<style>
a { background-color: #CFC63E; }
a { background-color: rgb(207,198,62); }
div.DivClassName
{
background-color: #CFC63E;
}
.BgClassName
{
background-color: #CFC63E;
}
</style>
border-color css
<style>
span { border-color: #CFC63E; }
span { border-color: rgb(207,198,62); }
td.TdClassName
{
border-color: #CFC63E;
}
.TagClassName
{
border-color: #CFC63E;
}
</style>