Shades of Wattle #CFC047
Tints of Wattle #CFC047
RGB
CMYK
RGB Variations
Color information
#CFC047 (or 0xCFC047) is known color: Wattle. HEX triplet: CF, C0 and 47. RGB value is (207,192,71). Sum of RGB (Red+Green+Blue) = 207+192+71=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC047 is #303FB8. Grayscale: #B7B7B7. Windows color (decimal): -3162041 or 4702415. OLE color: 4702415.
HSL color Cylindrical-coordinate representation of color #CFC047: hue angle of 53.38º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFC047 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 71 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.19 |
| HSL | 53.38º | 0.59% | 0.55% | - |
| HSV(B) | 53.38º | 0.66% | 0.81% | - |
| XYZ | 45.72 | 51.42 | 13.48 | - |
| YUV | 182.69 | 64.97 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 71 | 0 | 0.07 | 0.66 | 0.19 | 53.38 | 0.59 | 0.55 |
| Hex | CF | C0 | 47 | 0 | 7 | 42 | 13 | 35 | 3B | 37 |
| Octal | 317 | 300 | 107 | 0 | 7 | 102 | 23 | 65 | 73 | 67 |
| Binary | 11001111 | 11000000 | 1000111 | 0 | 111 | 1000010 | 10011 | 110101 | 111011 | 110111 |
Color Harmonies of #CFC047
Complementary color
Monochromatic Colors of #CFC047
Black with #CFC047
Text Example
Text Example
White with #CFC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC047; }
p { color: rgb(207,192,71); }
H1.HeaderClassName
{
color: #CFC047;
}
.AnyTagClassName
{
color: #CFC047;
}
</style>
background-color css
<style>
a { background-color: #CFC047; }
a { background-color: rgb(207,192,71); }
div.DivClassName
{
background-color: #CFC047;
}
.BgClassName
{
background-color: #CFC047;
}
</style>
border-color css
<style>
span { border-color: #CFC047; }
span { border-color: rgb(207,192,71); }
td.TdClassName
{
border-color: #CFC047;
}
.TagClassName
{
border-color: #CFC047;
}
</style>