Shades of Wattle #CFC53F
Tints of Wattle #CFC53F
RGB
CMYK
RGB Variations
Color information
#CFC53F (or 0xCFC53F) is known color: Wattle. HEX triplet: CF, C5 and 3F. RGB value is (207,197,63). Sum of RGB (Red+Green+Blue) = 207+197+63=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC53F is #303AC0. Grayscale: #B9B9B9. Windows color (decimal): -3160769 or 4179407. OLE color: 4179407.
HSL color Cylindrical-coordinate representation of color #CFC53F: hue angle of 55.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFC53F is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 197 | 63 | - |
CMYK | 0 | 0.05 | 0.70 | 0.19 |
HSL | 55.83º | 0.6% | 0.53% | - |
HSV(B) | 55.83º | 0.7% | 0.81% | - |
XYZ | 46.6 | 53.56 | 12.58 | - |
YUV | 184.71 | 59.31 | 143.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 197 | 63 | 0 | 0.05 | 0.70 | 0.19 | 55.83 | 0.6 | 0.53 |
Hex | CF | C5 | 3F | 0 | 5 | 46 | 13 | 38 | 3C | 35 |
Octal | 317 | 305 | 77 | 0 | 5 | 106 | 23 | 70 | 74 | 65 |
Binary | 11001111 | 11000101 | 111111 | 0 | 101 | 1000110 | 10011 | 111000 | 111100 | 110101 |
Color Harmonies of #CFC53F
Complementary color
Monochromatic Colors of #CFC53F
Black with #CFC53F
Text Example
Text Example
White with #CFC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC53F; }
p { color: rgb(207,197,63); }
H1.HeaderClassName
{
color: #CFC53F;
}
.AnyTagClassName
{
color: #CFC53F;
}
</style>
background-color css
<style>
a { background-color: #CFC53F; }
a { background-color: rgb(207,197,63); }
div.DivClassName
{
background-color: #CFC53F;
}
.BgClassName
{
background-color: #CFC53F;
}
</style>
border-color css
<style>
span { border-color: #CFC53F; }
span { border-color: rgb(207,197,63); }
td.TdClassName
{
border-color: #CFC53F;
}
.TagClassName
{
border-color: #CFC53F;
}
</style>