Shades of Wattle #CFC644
Tints of Wattle #CFC644
RGB
CMYK
RGB Variations
Color information
#CFC644 (or 0xCFC644) is known color: Wattle. HEX triplet: CF, C6 and 44. RGB value is (207,198,68). Sum of RGB (Red+Green+Blue) = 207+198+68=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC644 is #3039BB. Grayscale: #BABABA. Windows color (decimal): -3160508 or 4507343. OLE color: 4507343.
HSL color Cylindrical-coordinate representation of color #CFC644: hue angle of 56.12º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFC644 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 68 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.19 |
| HSL | 56.12º | 0.59% | 0.54% | - |
| HSV(B) | 56.12º | 0.67% | 0.81% | - |
| XYZ | 46.97 | 54.07 | 13.43 | - |
| YUV | 185.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 68 | 0 | 0.04 | 0.67 | 0.19 | 56.12 | 0.59 | 0.54 |
| Hex | CF | C6 | 44 | 0 | 4 | 43 | 13 | 38 | 3B | 36 |
| Octal | 317 | 306 | 104 | 0 | 4 | 103 | 23 | 70 | 73 | 66 |
| Binary | 11001111 | 11000110 | 1000100 | 0 | 100 | 1000011 | 10011 | 111000 | 111011 | 110110 |
Color Harmonies of #CFC644
Complementary color
Monochromatic Colors of #CFC644
Black with #CFC644
Text Example
Text Example
White with #CFC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC644; }
p { color: rgb(207,198,68); }
H1.HeaderClassName
{
color: #CFC644;
}
.AnyTagClassName
{
color: #CFC644;
}
</style>
background-color css
<style>
a { background-color: #CFC644; }
a { background-color: rgb(207,198,68); }
div.DivClassName
{
background-color: #CFC644;
}
.BgClassName
{
background-color: #CFC644;
}
</style>
border-color css
<style>
span { border-color: #CFC644; }
span { border-color: rgb(207,198,68); }
td.TdClassName
{
border-color: #CFC644;
}
.TagClassName
{
border-color: #CFC644;
}
</style>