Shades of Wattle #CFC940
Tints of Wattle #CFC940
RGB
CMYK
RGB Variations
Color information
#CFC940 (or 0xCFC940) is known color: Wattle. HEX triplet: CF, C9 and 40. RGB value is (207,201,64). Sum of RGB (Red+Green+Blue) = 207+201+64=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC940 is #3036BF. Grayscale: #BBBBBB. Windows color (decimal): -3159744 or 4245967. OLE color: 4245967.
HSL color Cylindrical-coordinate representation of color #CFC940: hue angle of 57.48º 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 #CFC940 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 64 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.19 |
| HSL | 57.48º | 0.6% | 0.53% | - |
| HSV(B) | 57.48º | 0.69% | 0.81% | - |
| XYZ | 47.54 | 55.41 | 13.04 | - |
| YUV | 187.18 | 58.49 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 64 | 0 | 0.03 | 0.69 | 0.19 | 57.48 | 0.6 | 0.53 |
| Hex | CF | C9 | 40 | 0 | 3 | 45 | 13 | 39 | 3C | 35 |
| Octal | 317 | 311 | 100 | 0 | 3 | 105 | 23 | 71 | 74 | 65 |
| Binary | 11001111 | 11001001 | 1000000 | 0 | 11 | 1000101 | 10011 | 111001 | 111100 | 110101 |
Color Harmonies of #CFC940
Complementary color
Monochromatic Colors of #CFC940
Black with #CFC940
Text Example
Text Example
White with #CFC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC940; }
p { color: rgb(207,201,64); }
H1.HeaderClassName
{
color: #CFC940;
}
.AnyTagClassName
{
color: #CFC940;
}
</style>
background-color css
<style>
a { background-color: #CFC940; }
a { background-color: rgb(207,201,64); }
div.DivClassName
{
background-color: #CFC940;
}
.BgClassName
{
background-color: #CFC940;
}
</style>
border-color css
<style>
span { border-color: #CFC940; }
span { border-color: rgb(207,201,64); }
td.TdClassName
{
border-color: #CFC940;
}
.TagClassName
{
border-color: #CFC940;
}
</style>