Shades of Wattle #CFC536
Tints of Wattle #CFC536
RGB
CMYK
RGB Variations
Color information
#CFC536 (or 0xCFC536) is known color: Wattle. HEX triplet: CF, C5 and 36. RGB value is (207,197,54). Sum of RGB (Red+Green+Blue) = 207+197+54=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC536 is #303AC9. Grayscale: #B8B8B8. Windows color (decimal): -3160778 or 3589583. OLE color: 3589583.
HSL color Cylindrical-coordinate representation of color #CFC536: hue angle of 56.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFC536 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 54 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.19 |
| HSL | 56.08º | 0.61% | 0.51% | - |
| HSV(B) | 56.08º | 0.74% | 0.81% | - |
| XYZ | 46.36 | 53.46 | 11.37 | - |
| YUV | 183.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 54 | 0 | 0.05 | 0.74 | 0.19 | 56.08 | 0.61 | 0.51 |
| Hex | CF | C5 | 36 | 0 | 5 | 4A | 13 | 38 | 3D | 33 |
| Octal | 317 | 305 | 66 | 0 | 5 | 112 | 23 | 70 | 75 | 63 |
| Binary | 11001111 | 11000101 | 110110 | 0 | 101 | 1001010 | 10011 | 111000 | 111101 | 110011 |
Color Harmonies of #CFC536
Complementary color
Monochromatic Colors of #CFC536
Black with #CFC536
Text Example
Text Example
White with #CFC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC536; }
p { color: rgb(207,197,54); }
H1.HeaderClassName
{
color: #CFC536;
}
.AnyTagClassName
{
color: #CFC536;
}
</style>
background-color css
<style>
a { background-color: #CFC536; }
a { background-color: rgb(207,197,54); }
div.DivClassName
{
background-color: #CFC536;
}
.BgClassName
{
background-color: #CFC536;
}
</style>
border-color css
<style>
span { border-color: #CFC536; }
span { border-color: rgb(207,197,54); }
td.TdClassName
{
border-color: #CFC536;
}
.TagClassName
{
border-color: #CFC536;
}
</style>