Shades of Wattle #CFC03A
Tints of Wattle #CFC03A
RGB
CMYK
RGB Variations
Color information
#CFC03A (or 0xCFC03A) is known color: Wattle. HEX triplet: CF, C0 and 3A. RGB value is (207,192,58). Sum of RGB (Red+Green+Blue) = 207+192+58=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC03A is #303FC5. Grayscale: #B5B5B5. Windows color (decimal): -3162054 or 3850447. OLE color: 3850447.
HSL color Cylindrical-coordinate representation of color #CFC03A: hue angle of 53.96º 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 #CFC03A is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 58 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.19 |
| HSL | 53.96º | 0.61% | 0.52% | - |
| HSV(B) | 53.96º | 0.72% | 0.81% | - |
| XYZ | 45.35 | 51.27 | 11.51 | - |
| YUV | 181.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 58 | 0 | 0.07 | 0.72 | 0.19 | 53.96 | 0.61 | 0.52 |
| Hex | CF | C0 | 3A | 0 | 7 | 48 | 13 | 36 | 3D | 34 |
| Octal | 317 | 300 | 72 | 0 | 7 | 110 | 23 | 66 | 75 | 64 |
| Binary | 11001111 | 11000000 | 111010 | 0 | 111 | 1001000 | 10011 | 110110 | 111101 | 110100 |
Color Harmonies of #CFC03A
Complementary color
Monochromatic Colors of #CFC03A
Black with #CFC03A
Text Example
Text Example
White with #CFC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC03A; }
p { color: rgb(207,192,58); }
H1.HeaderClassName
{
color: #CFC03A;
}
.AnyTagClassName
{
color: #CFC03A;
}
</style>
background-color css
<style>
a { background-color: #CFC03A; }
a { background-color: rgb(207,192,58); }
div.DivClassName
{
background-color: #CFC03A;
}
.BgClassName
{
background-color: #CFC03A;
}
</style>
border-color css
<style>
span { border-color: #CFC03A; }
span { border-color: rgb(207,192,58); }
td.TdClassName
{
border-color: #CFC03A;
}
.TagClassName
{
border-color: #CFC03A;
}
</style>