Shades of Wattle #CFC441
Tints of Wattle #CFC441
RGB
CMYK
RGB Variations
Color information
#CFC441 (or 0xCFC441) is known color: Wattle. HEX triplet: CF, C4 and 41. RGB value is (207,196,65). Sum of RGB (Red+Green+Blue) = 207+196+65=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC441 is #303BBE. Grayscale: #B8B8B8. Windows color (decimal): -3161023 or 4310223. OLE color: 4310223.
HSL color Cylindrical-coordinate representation of color #CFC441: hue angle of 55.35º 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 #CFC441 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 65 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.19 |
| HSL | 55.35º | 0.6% | 0.53% | - |
| HSV(B) | 55.35º | 0.69% | 0.81% | - |
| XYZ | 46.43 | 53.13 | 12.81 | - |
| YUV | 184.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 65 | 0 | 0.05 | 0.69 | 0.19 | 55.35 | 0.6 | 0.53 |
| Hex | CF | C4 | 41 | 0 | 5 | 45 | 13 | 37 | 3C | 35 |
| Octal | 317 | 304 | 101 | 0 | 5 | 105 | 23 | 67 | 74 | 65 |
| Binary | 11001111 | 11000100 | 1000001 | 0 | 101 | 1000101 | 10011 | 110111 | 111100 | 110101 |
Color Harmonies of #CFC441
Complementary color
Monochromatic Colors of #CFC441
Black with #CFC441
Text Example
Text Example
White with #CFC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC441; }
p { color: rgb(207,196,65); }
H1.HeaderClassName
{
color: #CFC441;
}
.AnyTagClassName
{
color: #CFC441;
}
</style>
background-color css
<style>
a { background-color: #CFC441; }
a { background-color: rgb(207,196,65); }
div.DivClassName
{
background-color: #CFC441;
}
.BgClassName
{
background-color: #CFC441;
}
</style>
border-color css
<style>
span { border-color: #CFC441; }
span { border-color: rgb(207,196,65); }
td.TdClassName
{
border-color: #CFC441;
}
.TagClassName
{
border-color: #CFC441;
}
</style>