Shades of Wattle #CFC647
Tints of Wattle #CFC647
RGB
CMYK
RGB Variations
Color information
#CFC647 (or 0xCFC647) is known color: Wattle. HEX triplet: CF, C6 and 47. RGB value is (207,198,71). Sum of RGB (Red+Green+Blue) = 207+198+71=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC647 is #3039B8. Grayscale: #BABABA. Windows color (decimal): -3160505 or 4703951. OLE color: 4703951.
HSL color Cylindrical-coordinate representation of color #CFC647: hue angle of 56.03º 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 #CFC647 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 71 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.19 |
| HSL | 56.03º | 0.59% | 0.55% | - |
| HSV(B) | 56.03º | 0.66% | 0.81% | - |
| XYZ | 47.06 | 54.11 | 13.92 | - |
| YUV | 186.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 71 | 0 | 0.04 | 0.66 | 0.19 | 56.03 | 0.59 | 0.55 |
| Hex | CF | C6 | 47 | 0 | 4 | 42 | 13 | 38 | 3B | 37 |
| Octal | 317 | 306 | 107 | 0 | 4 | 102 | 23 | 70 | 73 | 67 |
| Binary | 11001111 | 11000110 | 1000111 | 0 | 100 | 1000010 | 10011 | 111000 | 111011 | 110111 |
Color Harmonies of #CFC647
Complementary color
Monochromatic Colors of #CFC647
Black with #CFC647
Text Example
Text Example
White with #CFC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC647; }
p { color: rgb(207,198,71); }
H1.HeaderClassName
{
color: #CFC647;
}
.AnyTagClassName
{
color: #CFC647;
}
</style>
background-color css
<style>
a { background-color: #CFC647; }
a { background-color: rgb(207,198,71); }
div.DivClassName
{
background-color: #CFC647;
}
.BgClassName
{
background-color: #CFC647;
}
</style>
border-color css
<style>
span { border-color: #CFC647; }
span { border-color: rgb(207,198,71); }
td.TdClassName
{
border-color: #CFC647;
}
.TagClassName
{
border-color: #CFC647;
}
</style>