Shades of Wattle #CFC931
Tints of Wattle #CFC931
RGB
CMYK
RGB Variations
Color information
#CFC931 (or 0xCFC931) is known color: Wattle. HEX triplet: CF, C9 and 31. RGB value is (207,201,49). Sum of RGB (Red+Green+Blue) = 207+201+49=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC931 is #3036CE. Grayscale: #BABABA. Windows color (decimal): -3159759 or 3262927. OLE color: 3262927.
HSL color Cylindrical-coordinate representation of color #CFC931: hue angle of 57.72º 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 #CFC931 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 49 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.19 |
| HSL | 57.72º | 0.62% | 0.5% | - |
| HSV(B) | 57.72º | 0.76% | 0.81% | - |
| XYZ | 47.17 | 55.26 | 11.09 | - |
| YUV | 185.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 49 | 0 | 0.03 | 0.76 | 0.19 | 57.72 | 0.62 | 0.5 |
| Hex | CF | C9 | 31 | 0 | 3 | 4C | 13 | 3A | 3E | 32 |
| Octal | 317 | 311 | 61 | 0 | 3 | 114 | 23 | 72 | 76 | 62 |
| Binary | 11001111 | 11001001 | 110001 | 0 | 11 | 1001100 | 10011 | 111010 | 111110 | 110010 |
Color Harmonies of #CFC931
Complementary color
Monochromatic Colors of #CFC931
Black with #CFC931
Text Example
Text Example
White with #CFC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC931; }
p { color: rgb(207,201,49); }
H1.HeaderClassName
{
color: #CFC931;
}
.AnyTagClassName
{
color: #CFC931;
}
</style>
background-color css
<style>
a { background-color: #CFC931; }
a { background-color: rgb(207,201,49); }
div.DivClassName
{
background-color: #CFC931;
}
.BgClassName
{
background-color: #CFC931;
}
</style>
border-color css
<style>
span { border-color: #CFC931; }
span { border-color: rgb(207,201,49); }
td.TdClassName
{
border-color: #CFC931;
}
.TagClassName
{
border-color: #CFC931;
}
</style>