Shades of Wattle #CFCC3E
Tints of Wattle #CFCC3E
RGB
CMYK
RGB Variations
Color information
#CFCC3E (or 0xCFCC3E) is known color: Wattle. HEX triplet: CF, CC and 3E. RGB value is (207,204,62). Sum of RGB (Red+Green+Blue) = 207+204+62=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC3E is #3033C1. Grayscale: #BDBDBD. Windows color (decimal): -3158978 or 4115663. OLE color: 4115663.
HSL color Cylindrical-coordinate representation of color #CFCC3E: hue angle of 58.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFCC3E is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 62 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.19 |
| HSL | 58.76º | 0.6% | 0.53% | - |
| HSV(B) | 58.76º | 0.7% | 0.81% | - |
| XYZ | 48.19 | 56.8 | 12.98 | - |
| YUV | 188.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 62 | 0 | 0.01 | 0.70 | 0.19 | 58.76 | 0.6 | 0.53 |
| Hex | CF | CC | 3E | 0 | 1 | 46 | 13 | 3B | 3C | 35 |
| Octal | 317 | 314 | 76 | 0 | 1 | 106 | 23 | 73 | 74 | 65 |
| Binary | 11001111 | 11001100 | 111110 | 0 | 1 | 1000110 | 10011 | 111011 | 111100 | 110101 |
Color Harmonies of #CFCC3E
Complementary color
Monochromatic Colors of #CFCC3E
Black with #CFCC3E
Text Example
Text Example
White with #CFCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC3E; }
p { color: rgb(207,204,62); }
H1.HeaderClassName
{
color: #CFCC3E;
}
.AnyTagClassName
{
color: #CFCC3E;
}
</style>
background-color css
<style>
a { background-color: #CFCC3E; }
a { background-color: rgb(207,204,62); }
div.DivClassName
{
background-color: #CFCC3E;
}
.BgClassName
{
background-color: #CFCC3E;
}
</style>
border-color css
<style>
span { border-color: #CFCC3E; }
span { border-color: rgb(207,204,62); }
td.TdClassName
{
border-color: #CFCC3E;
}
.TagClassName
{
border-color: #CFCC3E;
}
</style>