Shades of Wattle #CFC33F
Tints of Wattle #CFC33F
RGB
CMYK
RGB Variations
Color information
#CFC33F (or 0xCFC33F) is known color: Wattle. HEX triplet: CF, C3 and 3F. RGB value is (207,195,63). Sum of RGB (Red+Green+Blue) = 207+195+63=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC33F is #303CC0. Grayscale: #B8B8B8. Windows color (decimal): -3161281 or 4178895. OLE color: 4178895.
HSL color Cylindrical-coordinate representation of color #CFC33F: hue angle of 55º 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 #CFC33F is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 63 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.19 |
| HSL | 55º | 0.6% | 0.53% | - |
| HSV(B) | 55º | 0.7% | 0.81% | - |
| XYZ | 46.14 | 52.65 | 12.43 | - |
| YUV | 183.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 63 | 0 | 0.06 | 0.70 | 0.19 | 55 | 0.6 | 0.53 |
| Hex | CF | C3 | 3F | 0 | 6 | 46 | 13 | 37 | 3C | 35 |
| Octal | 317 | 303 | 77 | 0 | 6 | 106 | 23 | 67 | 74 | 65 |
| Binary | 11001111 | 11000011 | 111111 | 0 | 110 | 1000110 | 10011 | 110111 | 111100 | 110101 |
Color Harmonies of #CFC33F
Complementary color
Monochromatic Colors of #CFC33F
Black with #CFC33F
Text Example
Text Example
White with #CFC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC33F; }
p { color: rgb(207,195,63); }
H1.HeaderClassName
{
color: #CFC33F;
}
.AnyTagClassName
{
color: #CFC33F;
}
</style>
background-color css
<style>
a { background-color: #CFC33F; }
a { background-color: rgb(207,195,63); }
div.DivClassName
{
background-color: #CFC33F;
}
.BgClassName
{
background-color: #CFC33F;
}
</style>
border-color css
<style>
span { border-color: #CFC33F; }
span { border-color: rgb(207,195,63); }
td.TdClassName
{
border-color: #CFC33F;
}
.TagClassName
{
border-color: #CFC33F;
}
</style>