Shades of Wattle #CFCC47
Tints of Wattle #CFCC47
RGB
CMYK
RGB Variations
Color information
#CFCC47 (or 0xCFCC47) is known color: Wattle. HEX triplet: CF, CC and 47. RGB value is (207,204,71). Sum of RGB (Red+Green+Blue) = 207+204+71=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC47 is #3033B8. Grayscale: #BEBEBE. Windows color (decimal): -3158969 or 4705487. OLE color: 4705487.
HSL color Cylindrical-coordinate representation of color #CFCC47: hue angle of 58.68º 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 #CFCC47 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 71 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.19 |
| HSL | 58.68º | 0.59% | 0.55% | - |
| HSV(B) | 58.68º | 0.66% | 0.81% | - |
| XYZ | 48.46 | 56.91 | 14.39 | - |
| YUV | 189.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 71 | 0 | 0.01 | 0.66 | 0.19 | 58.68 | 0.59 | 0.55 |
| Hex | CF | CC | 47 | 0 | 1 | 42 | 13 | 3B | 3B | 37 |
| Octal | 317 | 314 | 107 | 0 | 1 | 102 | 23 | 73 | 73 | 67 |
| Binary | 11001111 | 11001100 | 1000111 | 0 | 1 | 1000010 | 10011 | 111011 | 111011 | 110111 |
Color Harmonies of #CFCC47
Complementary color
Monochromatic Colors of #CFCC47
Black with #CFCC47
Text Example
Text Example
White with #CFCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC47; }
p { color: rgb(207,204,71); }
H1.HeaderClassName
{
color: #CFCC47;
}
.AnyTagClassName
{
color: #CFCC47;
}
</style>
background-color css
<style>
a { background-color: #CFCC47; }
a { background-color: rgb(207,204,71); }
div.DivClassName
{
background-color: #CFCC47;
}
.BgClassName
{
background-color: #CFCC47;
}
</style>
border-color css
<style>
span { border-color: #CFCC47; }
span { border-color: rgb(207,204,71); }
td.TdClassName
{
border-color: #CFCC47;
}
.TagClassName
{
border-color: #CFCC47;
}
</style>