Shades of Wattle #CFC331
Tints of Wattle #CFC331
RGB
CMYK
RGB Variations
Color information
#CFC331 (or 0xCFC331) is known color: Wattle. HEX triplet: CF, C3 and 31. RGB value is (207,195,49). Sum of RGB (Red+Green+Blue) = 207+195+49=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC331 is #303CCE. Grayscale: #B6B6B6. Windows color (decimal): -3161295 or 3261391. OLE color: 3261391.
HSL color Cylindrical-coordinate representation of color #CFC331: hue angle of 55.44º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFC331 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 49 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.19 |
| HSL | 55.44º | 0.62% | 0.5% | - |
| HSV(B) | 55.44º | 0.76% | 0.81% | - |
| XYZ | 45.8 | 52.52 | 10.63 | - |
| YUV | 181.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 49 | 0 | 0.06 | 0.76 | 0.19 | 55.44 | 0.62 | 0.5 |
| Hex | CF | C3 | 31 | 0 | 6 | 4C | 13 | 37 | 3E | 32 |
| Octal | 317 | 303 | 61 | 0 | 6 | 114 | 23 | 67 | 76 | 62 |
| Binary | 11001111 | 11000011 | 110001 | 0 | 110 | 1001100 | 10011 | 110111 | 111110 | 110010 |
Color Harmonies of #CFC331
Complementary color
Monochromatic Colors of #CFC331
Black with #CFC331
Text Example
Text Example
White with #CFC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC331; }
p { color: rgb(207,195,49); }
H1.HeaderClassName
{
color: #CFC331;
}
.AnyTagClassName
{
color: #CFC331;
}
</style>
background-color css
<style>
a { background-color: #CFC331; }
a { background-color: rgb(207,195,49); }
div.DivClassName
{
background-color: #CFC331;
}
.BgClassName
{
background-color: #CFC331;
}
</style>
border-color css
<style>
span { border-color: #CFC331; }
span { border-color: rgb(207,195,49); }
td.TdClassName
{
border-color: #CFC331;
}
.TagClassName
{
border-color: #CFC331;
}
</style>