Shades of Wattle #CFC944
Tints of Wattle #CFC944
RGB
CMYK
RGB Variations
Color information
#CFC944 (or 0xCFC944) is known color: Wattle. HEX triplet: CF, C9 and 44. RGB value is (207,201,68). Sum of RGB (Red+Green+Blue) = 207+201+68=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC944 is #3036BB. Grayscale: #BCBCBC. Windows color (decimal): -3159740 or 4508111. OLE color: 4508111.
HSL color Cylindrical-coordinate representation of color #CFC944: hue angle of 57.41º 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 #CFC944 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 68 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.19 |
| HSL | 57.41º | 0.59% | 0.54% | - |
| HSV(B) | 57.41º | 0.67% | 0.81% | - |
| XYZ | 47.66 | 55.46 | 13.66 | - |
| YUV | 187.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 68 | 0 | 0.03 | 0.67 | 0.19 | 57.41 | 0.59 | 0.54 |
| Hex | CF | C9 | 44 | 0 | 3 | 43 | 13 | 39 | 3B | 36 |
| Octal | 317 | 311 | 104 | 0 | 3 | 103 | 23 | 71 | 73 | 66 |
| Binary | 11001111 | 11001001 | 1000100 | 0 | 11 | 1000011 | 10011 | 111001 | 111011 | 110110 |
Color Harmonies of #CFC944
Complementary color
Monochromatic Colors of #CFC944
Black with #CFC944
Text Example
Text Example
White with #CFC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC944; }
p { color: rgb(207,201,68); }
H1.HeaderClassName
{
color: #CFC944;
}
.AnyTagClassName
{
color: #CFC944;
}
</style>
background-color css
<style>
a { background-color: #CFC944; }
a { background-color: rgb(207,201,68); }
div.DivClassName
{
background-color: #CFC944;
}
.BgClassName
{
background-color: #CFC944;
}
</style>
border-color css
<style>
span { border-color: #CFC944; }
span { border-color: rgb(207,201,68); }
td.TdClassName
{
border-color: #CFC944;
}
.TagClassName
{
border-color: #CFC944;
}
</style>