Shades of Wattle #CFCC40
Tints of Wattle #CFCC40
RGB
CMYK
RGB Variations
Color information
#CFCC40 (or 0xCFCC40) is known color: Wattle. HEX triplet: CF, CC and 40. RGB value is (207,204,64). Sum of RGB (Red+Green+Blue) = 207+204+64=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC40 is #3033BF. Grayscale: #BDBDBD. Windows color (decimal): -3158976 or 4246735. OLE color: 4246735.
HSL color Cylindrical-coordinate representation of color #CFCC40: hue angle of 58.74º 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 #CFCC40 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 64 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.19 |
| HSL | 58.74º | 0.6% | 0.53% | - |
| HSV(B) | 58.74º | 0.69% | 0.81% | - |
| XYZ | 48.25 | 56.82 | 13.28 | - |
| YUV | 188.94 | 57.49 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 64 | 0 | 0.01 | 0.69 | 0.19 | 58.74 | 0.6 | 0.53 |
| Hex | CF | CC | 40 | 0 | 1 | 45 | 13 | 3B | 3C | 35 |
| Octal | 317 | 314 | 100 | 0 | 1 | 105 | 23 | 73 | 74 | 65 |
| Binary | 11001111 | 11001100 | 1000000 | 0 | 1 | 1000101 | 10011 | 111011 | 111100 | 110101 |
Color Harmonies of #CFCC40
Complementary color
Monochromatic Colors of #CFCC40
Black with #CFCC40
Text Example
Text Example
White with #CFCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC40; }
p { color: rgb(207,204,64); }
H1.HeaderClassName
{
color: #CFCC40;
}
.AnyTagClassName
{
color: #CFCC40;
}
</style>
background-color css
<style>
a { background-color: #CFCC40; }
a { background-color: rgb(207,204,64); }
div.DivClassName
{
background-color: #CFCC40;
}
.BgClassName
{
background-color: #CFCC40;
}
</style>
border-color css
<style>
span { border-color: #CFCC40; }
span { border-color: rgb(207,204,64); }
td.TdClassName
{
border-color: #CFCC40;
}
.TagClassName
{
border-color: #CFCC40;
}
</style>