Shades of Wattle #CFC537
Tints of Wattle #CFC537
RGB
CMYK
RGB Variations
Color information
#CFC537 (or 0xCFC537) is known color: Wattle. HEX triplet: CF, C5 and 37. RGB value is (207,197,55). Sum of RGB (Red+Green+Blue) = 207+197+55=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC537 is #303AC8. Grayscale: #B8B8B8. Windows color (decimal): -3160777 or 3655119. OLE color: 3655119.
HSL color Cylindrical-coordinate representation of color #CFC537: hue angle of 56.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFC537 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 55 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.19 |
| HSL | 56.05º | 0.61% | 0.51% | - |
| HSV(B) | 56.05º | 0.73% | 0.81% | - |
| XYZ | 46.39 | 53.47 | 11.49 | - |
| YUV | 183.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 55 | 0 | 0.05 | 0.73 | 0.19 | 56.05 | 0.61 | 0.51 |
| Hex | CF | C5 | 37 | 0 | 5 | 49 | 13 | 38 | 3D | 33 |
| Octal | 317 | 305 | 67 | 0 | 5 | 111 | 23 | 70 | 75 | 63 |
| Binary | 11001111 | 11000101 | 110111 | 0 | 101 | 1001001 | 10011 | 111000 | 111101 | 110011 |
Color Harmonies of #CFC537
Complementary color
Monochromatic Colors of #CFC537
Black with #CFC537
Text Example
Text Example
White with #CFC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC537; }
p { color: rgb(207,197,55); }
H1.HeaderClassName
{
color: #CFC537;
}
.AnyTagClassName
{
color: #CFC537;
}
</style>
background-color css
<style>
a { background-color: #CFC537; }
a { background-color: rgb(207,197,55); }
div.DivClassName
{
background-color: #CFC537;
}
.BgClassName
{
background-color: #CFC537;
}
</style>
border-color css
<style>
span { border-color: #CFC537; }
span { border-color: rgb(207,197,55); }
td.TdClassName
{
border-color: #CFC537;
}
.TagClassName
{
border-color: #CFC537;
}
</style>