Shades of Wattle #CFCE46
Tints of Wattle #CFCE46
RGB
CMYK
RGB Variations
Color information
#CFCE46 (or 0xCFCE46) is known color: Wattle. HEX triplet: CF, CE and 46. RGB value is (207,206,70). Sum of RGB (Red+Green+Blue) = 207+206+70=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE46 is #3031B9. Grayscale: #BFBFBF. Windows color (decimal): -3158458 or 4640463. OLE color: 4640463.
HSL color Cylindrical-coordinate representation of color #CFCE46: hue angle of 59.56º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFCE46 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 70 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.19 |
| HSL | 59.56º | 0.59% | 0.54% | - |
| HSV(B) | 59.56º | 0.66% | 0.81% | - |
| XYZ | 48.91 | 57.85 | 14.38 | - |
| YUV | 190.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 70 | 0 | 0.00 | 0.66 | 0.19 | 59.56 | 0.59 | 0.54 |
| Hex | CF | CE | 46 | 0 | 0 | 42 | 13 | 3C | 3B | 36 |
| Octal | 317 | 316 | 106 | 0 | 0 | 102 | 23 | 74 | 73 | 66 |
| Binary | 11001111 | 11001110 | 1000110 | 0 | 0 | 1000010 | 10011 | 111100 | 111011 | 110110 |
Color Harmonies of #CFCE46
Complementary color
Monochromatic Colors of #CFCE46
Black with #CFCE46
Text Example
Text Example
White with #CFCE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE46; }
p { color: rgb(207,206,70); }
H1.HeaderClassName
{
color: #CFCE46;
}
.AnyTagClassName
{
color: #CFCE46;
}
</style>
background-color css
<style>
a { background-color: #CFCE46; }
a { background-color: rgb(207,206,70); }
div.DivClassName
{
background-color: #CFCE46;
}
.BgClassName
{
background-color: #CFCE46;
}
</style>
border-color css
<style>
span { border-color: #CFCE46; }
span { border-color: rgb(207,206,70); }
td.TdClassName
{
border-color: #CFCE46;
}
.TagClassName
{
border-color: #CFCE46;
}
</style>