Shades of Wattle #CFC63F
Tints of Wattle #CFC63F
RGB
CMYK
RGB Variations
Color information
#CFC63F (or 0xCFC63F) is known color: Wattle. HEX triplet: CF, C6 and 3F. RGB value is (207,198,63). Sum of RGB (Red+Green+Blue) = 207+198+63=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC63F is #3039C0. Grayscale: #B9B9B9. Windows color (decimal): -3160513 or 4179663. OLE color: 4179663.
HSL color Cylindrical-coordinate representation of color #CFC63F: hue angle of 56.25º 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 #CFC63F is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 63 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.19 |
| HSL | 56.25º | 0.6% | 0.53% | - |
| HSV(B) | 56.25º | 0.7% | 0.81% | - |
| XYZ | 46.82 | 54.01 | 12.66 | - |
| YUV | 185.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 63 | 0 | 0.04 | 0.70 | 0.19 | 56.25 | 0.6 | 0.53 |
| Hex | CF | C6 | 3F | 0 | 4 | 46 | 13 | 38 | 3C | 35 |
| Octal | 317 | 306 | 77 | 0 | 4 | 106 | 23 | 70 | 74 | 65 |
| Binary | 11001111 | 11000110 | 111111 | 0 | 100 | 1000110 | 10011 | 111000 | 111100 | 110101 |
Color Harmonies of #CFC63F
Complementary color
Monochromatic Colors of #CFC63F
Black with #CFC63F
Text Example
Text Example
White with #CFC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC63F; }
p { color: rgb(207,198,63); }
H1.HeaderClassName
{
color: #CFC63F;
}
.AnyTagClassName
{
color: #CFC63F;
}
</style>
background-color css
<style>
a { background-color: #CFC63F; }
a { background-color: rgb(207,198,63); }
div.DivClassName
{
background-color: #CFC63F;
}
.BgClassName
{
background-color: #CFC63F;
}
</style>
border-color css
<style>
span { border-color: #CFC63F; }
span { border-color: rgb(207,198,63); }
td.TdClassName
{
border-color: #CFC63F;
}
.TagClassName
{
border-color: #CFC63F;
}
</style>