Shades of Wattle #CFCC2F
Tints of Wattle #CFCC2F
RGB
CMYK
RGB Variations
Color information
#CFCC2F (or 0xCFCC2F) is known color: Wattle. HEX triplet: CF, CC and 2F. RGB value is (207,204,47). Sum of RGB (Red+Green+Blue) = 207+204+47=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC2F is #3033D0. Grayscale: #BBBBBB. Windows color (decimal): -3158993 or 3132623. OLE color: 3132623.
HSL color Cylindrical-coordinate representation of color #CFCC2F: hue angle of 58.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFCC2F is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 47 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.19 |
| HSL | 58.88º | 0.63% | 0.5% | - |
| HSV(B) | 58.88º | 0.77% | 0.81% | - |
| XYZ | 47.84 | 56.66 | 11.1 | - |
| YUV | 187 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 47 | 0 | 0.01 | 0.77 | 0.19 | 58.88 | 0.63 | 0.5 |
| Hex | CF | CC | 2F | 0 | 1 | 4D | 13 | 3B | 3F | 32 |
| Octal | 317 | 314 | 57 | 0 | 1 | 115 | 23 | 73 | 77 | 62 |
| Binary | 11001111 | 11001100 | 101111 | 0 | 1 | 1001101 | 10011 | 111011 | 111111 | 110010 |
Color Harmonies of #CFCC2F
Complementary color
Monochromatic Colors of #CFCC2F
Black with #CFCC2F
Text Example
Text Example
White with #CFCC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC2F; }
p { color: rgb(207,204,47); }
H1.HeaderClassName
{
color: #CFCC2F;
}
.AnyTagClassName
{
color: #CFCC2F;
}
</style>
background-color css
<style>
a { background-color: #CFCC2F; }
a { background-color: rgb(207,204,47); }
div.DivClassName
{
background-color: #CFCC2F;
}
.BgClassName
{
background-color: #CFCC2F;
}
</style>
border-color css
<style>
span { border-color: #CFCC2F; }
span { border-color: rgb(207,204,47); }
td.TdClassName
{
border-color: #CFCC2F;
}
.TagClassName
{
border-color: #CFCC2F;
}
</style>