Shades of Wattle #CFCC45
Tints of Wattle #CFCC45
RGB
CMYK
RGB Variations
Color information
#CFCC45 (or 0xCFCC45) is known color: Wattle. HEX triplet: CF, CC and 45. RGB value is (207,204,69). Sum of RGB (Red+Green+Blue) = 207+204+69=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC45 is #3033BA. Grayscale: #BEBEBE. Windows color (decimal): -3158971 or 4574415. OLE color: 4574415.
HSL color Cylindrical-coordinate representation of color #CFCC45: hue angle of 58.7º 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 #CFCC45 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 69 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.19 |
| HSL | 58.7º | 0.59% | 0.54% | - |
| HSV(B) | 58.7º | 0.67% | 0.81% | - |
| XYZ | 48.4 | 56.88 | 14.06 | - |
| YUV | 189.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 69 | 0 | 0.01 | 0.67 | 0.19 | 58.7 | 0.59 | 0.54 |
| Hex | CF | CC | 45 | 0 | 1 | 43 | 13 | 3B | 3B | 36 |
| Octal | 317 | 314 | 105 | 0 | 1 | 103 | 23 | 73 | 73 | 66 |
| Binary | 11001111 | 11001100 | 1000101 | 0 | 1 | 1000011 | 10011 | 111011 | 111011 | 110110 |
Color Harmonies of #CFCC45
Complementary color
Monochromatic Colors of #CFCC45
Black with #CFCC45
Text Example
Text Example
White with #CFCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC45; }
p { color: rgb(207,204,69); }
H1.HeaderClassName
{
color: #CFCC45;
}
.AnyTagClassName
{
color: #CFCC45;
}
</style>
background-color css
<style>
a { background-color: #CFCC45; }
a { background-color: rgb(207,204,69); }
div.DivClassName
{
background-color: #CFCC45;
}
.BgClassName
{
background-color: #CFCC45;
}
</style>
border-color css
<style>
span { border-color: #CFCC45; }
span { border-color: rgb(207,204,69); }
td.TdClassName
{
border-color: #CFCC45;
}
.TagClassName
{
border-color: #CFCC45;
}
</style>