Shades of Wattle #CFCF46
Tints of Wattle #CFCF46
RGB
CMYK
RGB Variations
Color information
#CFCF46 (or 0xCFCF46) is known color: Wattle. HEX triplet: CF, CF and 46. RGB value is (207,207,70). Sum of RGB (Red+Green+Blue) = 207+207+70=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCF46 is #3030B9. Grayscale: #BFBFBF. Windows color (decimal): -3158202 or 4640719. OLE color: 4640719.
HSL color Cylindrical-coordinate representation of color #CFCF46: hue angle of 60º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFCF46 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 70 | - |
| CMYK | 0 | 0 | 0.66 | 0.19 |
| HSL | 60º | 0.59% | 0.54% | - |
| HSV(B) | 60º | 0.66% | 0.81% | - |
| XYZ | 49.15 | 58.33 | 14.46 | - |
| YUV | 191.38 | 59.5 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 70 | 0 | 0 | 0.66 | 0.19 | 60 | 0.59 | 0.54 |
| Hex | CF | CF | 46 | 0 | 0 | 42 | 13 | 3C | 3B | 36 |
| Octal | 317 | 317 | 106 | 0 | 0 | 102 | 23 | 74 | 73 | 66 |
| Binary | 11001111 | 11001111 | 1000110 | 0 | 0 | 1000010 | 10011 | 111100 | 111011 | 110110 |
Color Harmonies of #CFCF46
Complementary color
Monochromatic Colors of #CFCF46
Black with #CFCF46
Text Example
Text Example
White with #CFCF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF46; }
p { color: rgb(207,207,70); }
H1.HeaderClassName
{
color: #CFCF46;
}
.AnyTagClassName
{
color: #CFCF46;
}
</style>
background-color css
<style>
a { background-color: #CFCF46; }
a { background-color: rgb(207,207,70); }
div.DivClassName
{
background-color: #CFCF46;
}
.BgClassName
{
background-color: #CFCF46;
}
</style>
border-color css
<style>
span { border-color: #CFCF46; }
span { border-color: rgb(207,207,70); }
td.TdClassName
{
border-color: #CFCF46;
}
.TagClassName
{
border-color: #CFCF46;
}
</style>