Shades of Wattle #CFC042
Tints of Wattle #CFC042
RGB
CMYK
RGB Variations
Color information
#CFC042 (or 0xCFC042) is known color: Wattle. HEX triplet: CF, C0 and 42. RGB value is (207,192,66). Sum of RGB (Red+Green+Blue) = 207+192+66=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC042 is #303FBD. Grayscale: #B6B6B6. Windows color (decimal): -3162046 or 4374735. OLE color: 4374735.
HSL color Cylindrical-coordinate representation of color #CFC042: hue angle of 53.62º 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 #CFC042 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 66 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.19 |
| HSL | 53.62º | 0.59% | 0.54% | - |
| HSV(B) | 53.62º | 0.68% | 0.81% | - |
| XYZ | 45.57 | 51.36 | 12.67 | - |
| YUV | 182.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 66 | 0 | 0.07 | 0.68 | 0.19 | 53.62 | 0.59 | 0.54 |
| Hex | CF | C0 | 42 | 0 | 7 | 44 | 13 | 36 | 3B | 36 |
| Octal | 317 | 300 | 102 | 0 | 7 | 104 | 23 | 66 | 73 | 66 |
| Binary | 11001111 | 11000000 | 1000010 | 0 | 111 | 1000100 | 10011 | 110110 | 111011 | 110110 |
Color Harmonies of #CFC042
Complementary color
Monochromatic Colors of #CFC042
Black with #CFC042
Text Example
Text Example
White with #CFC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC042; }
p { color: rgb(207,192,66); }
H1.HeaderClassName
{
color: #CFC042;
}
.AnyTagClassName
{
color: #CFC042;
}
</style>
background-color css
<style>
a { background-color: #CFC042; }
a { background-color: rgb(207,192,66); }
div.DivClassName
{
background-color: #CFC042;
}
.BgClassName
{
background-color: #CFC042;
}
</style>
border-color css
<style>
span { border-color: #CFC042; }
span { border-color: rgb(207,192,66); }
td.TdClassName
{
border-color: #CFC042;
}
.TagClassName
{
border-color: #CFC042;
}
</style>