Shades of Wattle #CFCF40
Tints of Wattle #CFCF40
RGB
CMYK
RGB Variations
Color information
#CFCF40 (or 0xCFCF40) is known color: Wattle. HEX triplet: CF, CF and 40. RGB value is (207,207,64). Sum of RGB (Red+Green+Blue) = 207+207+64=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCF40 is #3030BF. Grayscale: #BFBFBF. Windows color (decimal): -3158208 or 4247503. OLE color: 4247503.
HSL color Cylindrical-coordinate representation of color #CFCF40: hue angle of 60º 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 #CFCF40 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 64 | - |
| CMYK | 0 | 0 | 0.69 | 0.19 |
| HSL | 60º | 0.6% | 0.53% | - |
| HSV(B) | 60º | 0.69% | 0.81% | - |
| XYZ | 48.97 | 58.26 | 13.52 | - |
| YUV | 190.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 64 | 0 | 0 | 0.69 | 0.19 | 60 | 0.6 | 0.53 |
| Hex | CF | CF | 40 | 0 | 0 | 45 | 13 | 3C | 3C | 35 |
| Octal | 317 | 317 | 100 | 0 | 0 | 105 | 23 | 74 | 74 | 65 |
| Binary | 11001111 | 11001111 | 1000000 | 0 | 0 | 1000101 | 10011 | 111100 | 111100 | 110101 |
Color Harmonies of #CFCF40
Complementary color
Monochromatic Colors of #CFCF40
Black with #CFCF40
Text Example
Text Example
White with #CFCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF40; }
p { color: rgb(207,207,64); }
H1.HeaderClassName
{
color: #CFCF40;
}
.AnyTagClassName
{
color: #CFCF40;
}
</style>
background-color css
<style>
a { background-color: #CFCF40; }
a { background-color: rgb(207,207,64); }
div.DivClassName
{
background-color: #CFCF40;
}
.BgClassName
{
background-color: #CFCF40;
}
</style>
border-color css
<style>
span { border-color: #CFCF40; }
span { border-color: rgb(207,207,64); }
td.TdClassName
{
border-color: #CFCF40;
}
.TagClassName
{
border-color: #CFCF40;
}
</style>