Shades of Wattle #CFC742
Tints of Wattle #CFC742
RGB
CMYK
RGB Variations
Color information
#CFC742 (or 0xCFC742) is known color: Wattle. HEX triplet: CF, C7 and 42. RGB value is (207,199,66). Sum of RGB (Red+Green+Blue) = 207+199+66=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC742 is #3038BD. Grayscale: #BABABA. Windows color (decimal): -3160254 or 4376527. OLE color: 4376527.
HSL color Cylindrical-coordinate representation of color #CFC742: hue angle of 56.6º 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 #CFC742 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 66 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.19 |
| HSL | 56.6º | 0.59% | 0.54% | - |
| HSV(B) | 56.6º | 0.68% | 0.81% | - |
| XYZ | 47.14 | 54.51 | 13.19 | - |
| YUV | 186.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 66 | 0 | 0.04 | 0.68 | 0.19 | 56.6 | 0.59 | 0.54 |
| Hex | CF | C7 | 42 | 0 | 4 | 44 | 13 | 39 | 3B | 36 |
| Octal | 317 | 307 | 102 | 0 | 4 | 104 | 23 | 71 | 73 | 66 |
| Binary | 11001111 | 11000111 | 1000010 | 0 | 100 | 1000100 | 10011 | 111001 | 111011 | 110110 |
Color Harmonies of #CFC742
Complementary color
Monochromatic Colors of #CFC742
Black with #CFC742
Text Example
Text Example
White with #CFC742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC742; }
p { color: rgb(207,199,66); }
H1.HeaderClassName
{
color: #CFC742;
}
.AnyTagClassName
{
color: #CFC742;
}
</style>
background-color css
<style>
a { background-color: #CFC742; }
a { background-color: rgb(207,199,66); }
div.DivClassName
{
background-color: #CFC742;
}
.BgClassName
{
background-color: #CFC742;
}
</style>
border-color css
<style>
span { border-color: #CFC742; }
span { border-color: rgb(207,199,66); }
td.TdClassName
{
border-color: #CFC742;
}
.TagClassName
{
border-color: #CFC742;
}
</style>