Shades of Wattle #CFC341
Tints of Wattle #CFC341
RGB
CMYK
RGB Variations
Color information
#CFC341 (or 0xCFC341) is known color: Wattle. HEX triplet: CF, C3 and 41. RGB value is (207,195,65). Sum of RGB (Red+Green+Blue) = 207+195+65=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC341 is #303CBE. Grayscale: #B8B8B8. Windows color (decimal): -3161279 or 4309967. OLE color: 4309967.
HSL color Cylindrical-coordinate representation of color #CFC341: hue angle of 54.93º 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 #CFC341 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 65 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.19 |
| HSL | 54.93º | 0.6% | 0.53% | - |
| HSV(B) | 54.93º | 0.69% | 0.81% | - |
| XYZ | 46.2 | 52.68 | 12.73 | - |
| YUV | 183.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 65 | 0 | 0.06 | 0.69 | 0.19 | 54.93 | 0.6 | 0.53 |
| Hex | CF | C3 | 41 | 0 | 6 | 45 | 13 | 37 | 3C | 35 |
| Octal | 317 | 303 | 101 | 0 | 6 | 105 | 23 | 67 | 74 | 65 |
| Binary | 11001111 | 11000011 | 1000001 | 0 | 110 | 1000101 | 10011 | 110111 | 111100 | 110101 |
Color Harmonies of #CFC341
Complementary color
Monochromatic Colors of #CFC341
Black with #CFC341
Text Example
Text Example
White with #CFC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC341; }
p { color: rgb(207,195,65); }
H1.HeaderClassName
{
color: #CFC341;
}
.AnyTagClassName
{
color: #CFC341;
}
</style>
background-color css
<style>
a { background-color: #CFC341; }
a { background-color: rgb(207,195,65); }
div.DivClassName
{
background-color: #CFC341;
}
.BgClassName
{
background-color: #CFC341;
}
</style>
border-color css
<style>
span { border-color: #CFC341; }
span { border-color: rgb(207,195,65); }
td.TdClassName
{
border-color: #CFC341;
}
.TagClassName
{
border-color: #CFC341;
}
</style>