Shades of Wattle #CFC142
Tints of Wattle #CFC142
RGB
CMYK
RGB Variations
Color information
#CFC142 (or 0xCFC142) is known color: Wattle. HEX triplet: CF, C1 and 42. RGB value is (207,193,66). Sum of RGB (Red+Green+Blue) = 207+193+66=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC142 is #303EBD. Grayscale: #B7B7B7. Windows color (decimal): -3161790 or 4374991. OLE color: 4374991.
HSL color Cylindrical-coordinate representation of color #CFC142: hue angle of 54.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFC142 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 66 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.19 |
| HSL | 54.04º | 0.59% | 0.54% | - |
| HSV(B) | 54.04º | 0.68% | 0.81% | - |
| XYZ | 45.79 | 51.8 | 12.74 | - |
| YUV | 182.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 66 | 0 | 0.07 | 0.68 | 0.19 | 54.04 | 0.59 | 0.54 |
| Hex | CF | C1 | 42 | 0 | 7 | 44 | 13 | 36 | 3B | 36 |
| Octal | 317 | 301 | 102 | 0 | 7 | 104 | 23 | 66 | 73 | 66 |
| Binary | 11001111 | 11000001 | 1000010 | 0 | 111 | 1000100 | 10011 | 110110 | 111011 | 110110 |
Color Harmonies of #CFC142
Complementary color
Monochromatic Colors of #CFC142
Black with #CFC142
Text Example
Text Example
White with #CFC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC142; }
p { color: rgb(207,193,66); }
H1.HeaderClassName
{
color: #CFC142;
}
.AnyTagClassName
{
color: #CFC142;
}
</style>
background-color css
<style>
a { background-color: #CFC142; }
a { background-color: rgb(207,193,66); }
div.DivClassName
{
background-color: #CFC142;
}
.BgClassName
{
background-color: #CFC142;
}
</style>
border-color css
<style>
span { border-color: #CFC142; }
span { border-color: rgb(207,193,66); }
td.TdClassName
{
border-color: #CFC142;
}
.TagClassName
{
border-color: #CFC142;
}
</style>