Shades of Wattle #CFC941
Tints of Wattle #CFC941
RGB
CMYK
RGB Variations
Color information
#CFC941 (or 0xCFC941) is known color: Wattle. HEX triplet: CF, C9 and 41. RGB value is (207,201,65). Sum of RGB (Red+Green+Blue) = 207+201+65=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC941 is #3036BE. Grayscale: #BBBBBB. Windows color (decimal): -3159743 or 4311503. OLE color: 4311503.
HSL color Cylindrical-coordinate representation of color #CFC941: hue angle of 57.46º 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 #CFC941 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 65 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.19 |
| HSL | 57.46º | 0.6% | 0.53% | - |
| HSV(B) | 57.46º | 0.69% | 0.81% | - |
| XYZ | 47.57 | 55.42 | 13.19 | - |
| YUV | 187.29 | 58.99 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 65 | 0 | 0.03 | 0.69 | 0.19 | 57.46 | 0.6 | 0.53 |
| Hex | CF | C9 | 41 | 0 | 3 | 45 | 13 | 39 | 3C | 35 |
| Octal | 317 | 311 | 101 | 0 | 3 | 105 | 23 | 71 | 74 | 65 |
| Binary | 11001111 | 11001001 | 1000001 | 0 | 11 | 1000101 | 10011 | 111001 | 111100 | 110101 |
Color Harmonies of #CFC941
Complementary color
Monochromatic Colors of #CFC941
Black with #CFC941
Text Example
Text Example
White with #CFC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC941; }
p { color: rgb(207,201,65); }
H1.HeaderClassName
{
color: #CFC941;
}
.AnyTagClassName
{
color: #CFC941;
}
</style>
background-color css
<style>
a { background-color: #CFC941; }
a { background-color: rgb(207,201,65); }
div.DivClassName
{
background-color: #CFC941;
}
.BgClassName
{
background-color: #CFC941;
}
</style>
border-color css
<style>
span { border-color: #CFC941; }
span { border-color: rgb(207,201,65); }
td.TdClassName
{
border-color: #CFC941;
}
.TagClassName
{
border-color: #CFC941;
}
</style>