Shades of Wattle #CFCE4A
Tints of Wattle #CFCE4A
RGB
CMYK
RGB Variations
Color information
#CFCE4A (or 0xCFCE4A) is known color: Wattle. HEX triplet: CF, CE and 4A. RGB value is (207,206,74). Sum of RGB (Red+Green+Blue) = 207+206+74=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE4A is #3031B5. Grayscale: #BFBFBF. Windows color (decimal): -3158454 or 4902607. OLE color: 4902607.
HSL color Cylindrical-coordinate representation of color #CFCE4A: hue angle of 59.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFCE4A is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 74 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.19 |
| HSL | 59.55º | 0.58% | 0.55% | - |
| HSV(B) | 59.55º | 0.64% | 0.81% | - |
| XYZ | 49.04 | 57.9 | 15.07 | - |
| YUV | 191.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 74 | 0 | 0.00 | 0.64 | 0.19 | 59.55 | 0.58 | 0.55 |
| Hex | CF | CE | 4A | 0 | 0 | 40 | 13 | 3C | 3A | 37 |
| Octal | 317 | 316 | 112 | 0 | 0 | 100 | 23 | 74 | 72 | 67 |
| Binary | 11001111 | 11001110 | 1001010 | 0 | 0 | 1000000 | 10011 | 111100 | 111010 | 110111 |
Color Harmonies of #CFCE4A
Complementary color
Monochromatic Colors of #CFCE4A
Black with #CFCE4A
Text Example
Text Example
White with #CFCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE4A; }
p { color: rgb(207,206,74); }
H1.HeaderClassName
{
color: #CFCE4A;
}
.AnyTagClassName
{
color: #CFCE4A;
}
</style>
background-color css
<style>
a { background-color: #CFCE4A; }
a { background-color: rgb(207,206,74); }
div.DivClassName
{
background-color: #CFCE4A;
}
.BgClassName
{
background-color: #CFCE4A;
}
</style>
border-color css
<style>
span { border-color: #CFCE4A; }
span { border-color: rgb(207,206,74); }
td.TdClassName
{
border-color: #CFCE4A;
}
.TagClassName
{
border-color: #CFCE4A;
}
</style>