Shades of Wattle #CFC53C
Tints of Wattle #CFC53C
RGB
CMYK
RGB Variations
Color information
#CFC53C (or 0xCFC53C) is known color: Wattle. HEX triplet: CF, C5 and 3C. RGB value is (207,197,60). Sum of RGB (Red+Green+Blue) = 207+197+60=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC53C is #303AC3. Grayscale: #B8B8B8. Windows color (decimal): -3160772 or 3982799. OLE color: 3982799.
HSL color Cylindrical-coordinate representation of color #CFC53C: hue angle of 55.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFC53C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 60 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.19 |
| HSL | 55.92º | 0.6% | 0.52% | - |
| HSV(B) | 55.92º | 0.71% | 0.81% | - |
| XYZ | 46.51 | 53.52 | 12.15 | - |
| YUV | 184.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 60 | 0 | 0.05 | 0.71 | 0.19 | 55.92 | 0.6 | 0.52 |
| Hex | CF | C5 | 3C | 0 | 5 | 47 | 13 | 38 | 3C | 34 |
| Octal | 317 | 305 | 74 | 0 | 5 | 107 | 23 | 70 | 74 | 64 |
| Binary | 11001111 | 11000101 | 111100 | 0 | 101 | 1000111 | 10011 | 111000 | 111100 | 110100 |
Color Harmonies of #CFC53C
Complementary color
Monochromatic Colors of #CFC53C
Black with #CFC53C
Text Example
Text Example
White with #CFC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC53C; }
p { color: rgb(207,197,60); }
H1.HeaderClassName
{
color: #CFC53C;
}
.AnyTagClassName
{
color: #CFC53C;
}
</style>
background-color css
<style>
a { background-color: #CFC53C; }
a { background-color: rgb(207,197,60); }
div.DivClassName
{
background-color: #CFC53C;
}
.BgClassName
{
background-color: #CFC53C;
}
</style>
border-color css
<style>
span { border-color: #CFC53C; }
span { border-color: rgb(207,197,60); }
td.TdClassName
{
border-color: #CFC53C;
}
.TagClassName
{
border-color: #CFC53C;
}
</style>