Shades of Wattle #CFC045
Tints of Wattle #CFC045
RGB
CMYK
RGB Variations
Color information
#CFC045 (or 0xCFC045) is known color: Wattle. HEX triplet: CF, C0 and 45. RGB value is (207,192,69). Sum of RGB (Red+Green+Blue) = 207+192+69=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC045 is #303FBA. Grayscale: #B6B6B6. Windows color (decimal): -3162043 or 4571343. OLE color: 4571343.
HSL color Cylindrical-coordinate representation of color #CFC045: hue angle of 53.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFC045 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 69 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.19 |
| HSL | 53.48º | 0.59% | 0.54% | - |
| HSV(B) | 53.48º | 0.67% | 0.81% | - |
| XYZ | 45.66 | 51.39 | 13.14 | - |
| YUV | 182.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 69 | 0 | 0.07 | 0.67 | 0.19 | 53.48 | 0.59 | 0.54 |
| Hex | CF | C0 | 45 | 0 | 7 | 43 | 13 | 35 | 3B | 36 |
| Octal | 317 | 300 | 105 | 0 | 7 | 103 | 23 | 65 | 73 | 66 |
| Binary | 11001111 | 11000000 | 1000101 | 0 | 111 | 1000011 | 10011 | 110101 | 111011 | 110110 |
Color Harmonies of #CFC045
Complementary color
Monochromatic Colors of #CFC045
Black with #CFC045
Text Example
Text Example
White with #CFC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC045; }
p { color: rgb(207,192,69); }
H1.HeaderClassName
{
color: #CFC045;
}
.AnyTagClassName
{
color: #CFC045;
}
</style>
background-color css
<style>
a { background-color: #CFC045; }
a { background-color: rgb(207,192,69); }
div.DivClassName
{
background-color: #CFC045;
}
.BgClassName
{
background-color: #CFC045;
}
</style>
border-color css
<style>
span { border-color: #CFC045; }
span { border-color: rgb(207,192,69); }
td.TdClassName
{
border-color: #CFC045;
}
.TagClassName
{
border-color: #CFC045;
}
</style>