Shades of Wattle #CFC33A
Tints of Wattle #CFC33A
RGB
CMYK
RGB Variations
Color information
#CFC33A (or 0xCFC33A) is known color: Wattle. HEX triplet: CF, C3 and 3A. RGB value is (207,195,58). Sum of RGB (Red+Green+Blue) = 207+195+58=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC33A is #303CC5. Grayscale: #B7B7B7. Windows color (decimal): -3161286 or 3851215. OLE color: 3851215.
HSL color Cylindrical-coordinate representation of color #CFC33A: hue angle of 55.17º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFC33A is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 58 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.19 |
| HSL | 55.17º | 0.61% | 0.52% | - |
| HSV(B) | 55.17º | 0.72% | 0.81% | - |
| XYZ | 46.01 | 52.6 | 11.73 | - |
| YUV | 182.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 58 | 0 | 0.06 | 0.72 | 0.19 | 55.17 | 0.61 | 0.52 |
| Hex | CF | C3 | 3A | 0 | 6 | 48 | 13 | 37 | 3D | 34 |
| Octal | 317 | 303 | 72 | 0 | 6 | 110 | 23 | 67 | 75 | 64 |
| Binary | 11001111 | 11000011 | 111010 | 0 | 110 | 1001000 | 10011 | 110111 | 111101 | 110100 |
Color Harmonies of #CFC33A
Complementary color
Monochromatic Colors of #CFC33A
Black with #CFC33A
Text Example
Text Example
White with #CFC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC33A; }
p { color: rgb(207,195,58); }
H1.HeaderClassName
{
color: #CFC33A;
}
.AnyTagClassName
{
color: #CFC33A;
}
</style>
background-color css
<style>
a { background-color: #CFC33A; }
a { background-color: rgb(207,195,58); }
div.DivClassName
{
background-color: #CFC33A;
}
.BgClassName
{
background-color: #CFC33A;
}
</style>
border-color css
<style>
span { border-color: #CFC33A; }
span { border-color: rgb(207,195,58); }
td.TdClassName
{
border-color: #CFC33A;
}
.TagClassName
{
border-color: #CFC33A;
}
</style>