Shades of Wattle #CFCC3A
Tints of Wattle #CFCC3A
RGB
CMYK
RGB Variations
Color information
#CFCC3A (or 0xCFCC3A) is known color: Wattle. HEX triplet: CF, CC and 3A. RGB value is (207,204,58). Sum of RGB (Red+Green+Blue) = 207+204+58=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC3A is #3033C5. Grayscale: #BCBCBC. Windows color (decimal): -3158982 or 3853519. OLE color: 3853519.
HSL color Cylindrical-coordinate representation of color #CFCC3A: hue angle of 58.79º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFCC3A is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 58 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.19 |
| HSL | 58.79º | 0.61% | 0.52% | - |
| HSV(B) | 58.79º | 0.72% | 0.81% | - |
| XYZ | 48.09 | 56.76 | 12.42 | - |
| YUV | 188.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 58 | 0 | 0.01 | 0.72 | 0.19 | 58.79 | 0.61 | 0.52 |
| Hex | CF | CC | 3A | 0 | 1 | 48 | 13 | 3B | 3D | 34 |
| Octal | 317 | 314 | 72 | 0 | 1 | 110 | 23 | 73 | 75 | 64 |
| Binary | 11001111 | 11001100 | 111010 | 0 | 1 | 1001000 | 10011 | 111011 | 111101 | 110100 |
Color Harmonies of #CFCC3A
Complementary color
Monochromatic Colors of #CFCC3A
Black with #CFCC3A
Text Example
Text Example
White with #CFCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC3A; }
p { color: rgb(207,204,58); }
H1.HeaderClassName
{
color: #CFCC3A;
}
.AnyTagClassName
{
color: #CFCC3A;
}
</style>
background-color css
<style>
a { background-color: #CFCC3A; }
a { background-color: rgb(207,204,58); }
div.DivClassName
{
background-color: #CFCC3A;
}
.BgClassName
{
background-color: #CFCC3A;
}
</style>
border-color css
<style>
span { border-color: #CFCC3A; }
span { border-color: rgb(207,204,58); }
td.TdClassName
{
border-color: #CFCC3A;
}
.TagClassName
{
border-color: #CFCC3A;
}
</style>