Shades of Wattle #CFCB47
Tints of Wattle #CFCB47
RGB
CMYK
RGB Variations
Color information
#CFCB47 (or 0xCFCB47) is known color: Wattle. HEX triplet: CF, CB and 47. RGB value is (207,203,71). Sum of RGB (Red+Green+Blue) = 207+203+71=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB47 is #3034B8. Grayscale: #BDBDBD. Windows color (decimal): -3159225 or 4705231. OLE color: 4705231.
HSL color Cylindrical-coordinate representation of color #CFCB47: hue angle of 58.24º 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 #CFCB47 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 71 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.19 |
| HSL | 58.24º | 0.59% | 0.55% | - |
| HSV(B) | 58.24º | 0.66% | 0.81% | - |
| XYZ | 48.23 | 56.43 | 14.31 | - |
| YUV | 189.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 71 | 0 | 0.02 | 0.66 | 0.19 | 58.24 | 0.59 | 0.55 |
| Hex | CF | CB | 47 | 0 | 2 | 42 | 13 | 3A | 3B | 37 |
| Octal | 317 | 313 | 107 | 0 | 2 | 102 | 23 | 72 | 73 | 67 |
| Binary | 11001111 | 11001011 | 1000111 | 0 | 10 | 1000010 | 10011 | 111010 | 111011 | 110111 |
Color Harmonies of #CFCB47
Complementary color
Monochromatic Colors of #CFCB47
Black with #CFCB47
Text Example
Text Example
White with #CFCB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB47; }
p { color: rgb(207,203,71); }
H1.HeaderClassName
{
color: #CFCB47;
}
.AnyTagClassName
{
color: #CFCB47;
}
</style>
background-color css
<style>
a { background-color: #CFCB47; }
a { background-color: rgb(207,203,71); }
div.DivClassName
{
background-color: #CFCB47;
}
.BgClassName
{
background-color: #CFCB47;
}
</style>
border-color css
<style>
span { border-color: #CFCB47; }
span { border-color: rgb(207,203,71); }
td.TdClassName
{
border-color: #CFCB47;
}
.TagClassName
{
border-color: #CFCB47;
}
</style>