Shades of Wattle #CFC347
Tints of Wattle #CFC347
RGB
CMYK
RGB Variations
Color information
#CFC347 (or 0xCFC347) is known color: Wattle. HEX triplet: CF, C3 and 47. RGB value is (207,195,71). Sum of RGB (Red+Green+Blue) = 207+195+71=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC347 is #303CB8. Grayscale: #B8B8B8. Windows color (decimal): -3161273 or 4703183. OLE color: 4703183.
HSL color Cylindrical-coordinate representation of color #CFC347: hue angle of 54.71º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFC347 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 71 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.19 |
| HSL | 54.71º | 0.59% | 0.55% | - |
| HSV(B) | 54.71º | 0.66% | 0.81% | - |
| XYZ | 46.38 | 52.75 | 13.7 | - |
| YUV | 184.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 71 | 0 | 0.06 | 0.66 | 0.19 | 54.71 | 0.59 | 0.55 |
| Hex | CF | C3 | 47 | 0 | 6 | 42 | 13 | 37 | 3B | 37 |
| Octal | 317 | 303 | 107 | 0 | 6 | 102 | 23 | 67 | 73 | 67 |
| Binary | 11001111 | 11000011 | 1000111 | 0 | 110 | 1000010 | 10011 | 110111 | 111011 | 110111 |
Color Harmonies of #CFC347
Complementary color
Monochromatic Colors of #CFC347
Black with #CFC347
Text Example
Text Example
White with #CFC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC347; }
p { color: rgb(207,195,71); }
H1.HeaderClassName
{
color: #CFC347;
}
.AnyTagClassName
{
color: #CFC347;
}
</style>
background-color css
<style>
a { background-color: #CFC347; }
a { background-color: rgb(207,195,71); }
div.DivClassName
{
background-color: #CFC347;
}
.BgClassName
{
background-color: #CFC347;
}
</style>
border-color css
<style>
span { border-color: #CFC347; }
span { border-color: rgb(207,195,71); }
td.TdClassName
{
border-color: #CFC347;
}
.TagClassName
{
border-color: #CFC347;
}
</style>