Shades of Wattle #CFC440
Tints of Wattle #CFC440
RGB
CMYK
RGB Variations
Color information
#CFC440 (or 0xCFC440) is known color: Wattle. HEX triplet: CF, C4 and 40. RGB value is (207,196,64). Sum of RGB (Red+Green+Blue) = 207+196+64=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC440 is #303BBF. Grayscale: #B8B8B8. Windows color (decimal): -3161024 or 4244687. OLE color: 4244687.
HSL color Cylindrical-coordinate representation of color #CFC440: hue angle of 55.38º 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 #CFC440 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 64 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.19 |
| HSL | 55.38º | 0.6% | 0.53% | - |
| HSV(B) | 55.38º | 0.69% | 0.81% | - |
| XYZ | 46.4 | 53.12 | 12.66 | - |
| YUV | 184.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 64 | 0 | 0.05 | 0.69 | 0.19 | 55.38 | 0.6 | 0.53 |
| Hex | CF | C4 | 40 | 0 | 5 | 45 | 13 | 37 | 3C | 35 |
| Octal | 317 | 304 | 100 | 0 | 5 | 105 | 23 | 67 | 74 | 65 |
| Binary | 11001111 | 11000100 | 1000000 | 0 | 101 | 1000101 | 10011 | 110111 | 111100 | 110101 |
Color Harmonies of #CFC440
Complementary color
Monochromatic Colors of #CFC440
Black with #CFC440
Text Example
Text Example
White with #CFC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC440; }
p { color: rgb(207,196,64); }
H1.HeaderClassName
{
color: #CFC440;
}
.AnyTagClassName
{
color: #CFC440;
}
</style>
background-color css
<style>
a { background-color: #CFC440; }
a { background-color: rgb(207,196,64); }
div.DivClassName
{
background-color: #CFC440;
}
.BgClassName
{
background-color: #CFC440;
}
</style>
border-color css
<style>
span { border-color: #CFC440; }
span { border-color: rgb(207,196,64); }
td.TdClassName
{
border-color: #CFC440;
}
.TagClassName
{
border-color: #CFC440;
}
</style>