Shades of Wattle #CFC53B
Tints of Wattle #CFC53B
RGB
CMYK
RGB Variations
Color information
#CFC53B (or 0xCFC53B) is known color: Wattle. HEX triplet: CF, C5 and 3B. RGB value is (207,197,59). Sum of RGB (Red+Green+Blue) = 207+197+59=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC53B is #303AC4. Grayscale: #B8B8B8. Windows color (decimal): -3160773 or 3917263. OLE color: 3917263.
HSL color Cylindrical-coordinate representation of color #CFC53B: hue angle of 55.95º degrees, saturation: 0.61, 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 #CFC53B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 59 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.19 |
| HSL | 55.95º | 0.61% | 0.52% | - |
| HSV(B) | 55.95º | 0.71% | 0.81% | - |
| XYZ | 46.49 | 53.51 | 12.02 | - |
| YUV | 184.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 59 | 0 | 0.05 | 0.71 | 0.19 | 55.95 | 0.61 | 0.52 |
| Hex | CF | C5 | 3B | 0 | 5 | 47 | 13 | 38 | 3D | 34 |
| Octal | 317 | 305 | 73 | 0 | 5 | 107 | 23 | 70 | 75 | 64 |
| Binary | 11001111 | 11000101 | 111011 | 0 | 101 | 1000111 | 10011 | 111000 | 111101 | 110100 |
Color Harmonies of #CFC53B
Complementary color
Monochromatic Colors of #CFC53B
Black with #CFC53B
Text Example
Text Example
White with #CFC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC53B; }
p { color: rgb(207,197,59); }
H1.HeaderClassName
{
color: #CFC53B;
}
.AnyTagClassName
{
color: #CFC53B;
}
</style>
background-color css
<style>
a { background-color: #CFC53B; }
a { background-color: rgb(207,197,59); }
div.DivClassName
{
background-color: #CFC53B;
}
.BgClassName
{
background-color: #CFC53B;
}
</style>
border-color css
<style>
span { border-color: #CFC53B; }
span { border-color: rgb(207,197,59); }
td.TdClassName
{
border-color: #CFC53B;
}
.TagClassName
{
border-color: #CFC53B;
}
</style>