Shades of Wattle #CFC641
Tints of Wattle #CFC641
RGB
CMYK
RGB Variations
Color information
#CFC641 (or 0xCFC641) is known color: Wattle. HEX triplet: CF, C6 and 41. RGB value is (207,198,65). Sum of RGB (Red+Green+Blue) = 207+198+65=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC641 is #3039BE. Grayscale: #BABABA. Windows color (decimal): -3160511 or 4310735. OLE color: 4310735.
HSL color Cylindrical-coordinate representation of color #CFC641: hue angle of 56.2º 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 #CFC641 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 65 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.19 |
| HSL | 56.2º | 0.6% | 0.53% | - |
| HSV(B) | 56.2º | 0.69% | 0.81% | - |
| XYZ | 46.88 | 54.04 | 12.96 | - |
| YUV | 185.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 65 | 0 | 0.04 | 0.69 | 0.19 | 56.2 | 0.6 | 0.53 |
| Hex | CF | C6 | 41 | 0 | 4 | 45 | 13 | 38 | 3C | 35 |
| Octal | 317 | 306 | 101 | 0 | 4 | 105 | 23 | 70 | 74 | 65 |
| Binary | 11001111 | 11000110 | 1000001 | 0 | 100 | 1000101 | 10011 | 111000 | 111100 | 110101 |
Color Harmonies of #CFC641
Complementary color
Monochromatic Colors of #CFC641
Black with #CFC641
Text Example
Text Example
White with #CFC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC641; }
p { color: rgb(207,198,65); }
H1.HeaderClassName
{
color: #CFC641;
}
.AnyTagClassName
{
color: #CFC641;
}
</style>
background-color css
<style>
a { background-color: #CFC641; }
a { background-color: rgb(207,198,65); }
div.DivClassName
{
background-color: #CFC641;
}
.BgClassName
{
background-color: #CFC641;
}
</style>
border-color css
<style>
span { border-color: #CFC641; }
span { border-color: rgb(207,198,65); }
td.TdClassName
{
border-color: #CFC641;
}
.TagClassName
{
border-color: #CFC641;
}
</style>