Shades of Wattle #CFCD46
Tints of Wattle #CFCD46
RGB
CMYK
RGB Variations
Color information
#CFCD46 (or 0xCFCD46) is known color: Wattle. HEX triplet: CF, CD and 46. RGB value is (207,205,70). Sum of RGB (Red+Green+Blue) = 207+205+70=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD46 is #3032B9. Grayscale: #BEBEBE. Windows color (decimal): -3158714 or 4640207. OLE color: 4640207.
HSL color Cylindrical-coordinate representation of color #CFCD46: hue angle of 59.12º 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 #CFCD46 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 70 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.19 |
| HSL | 59.12º | 0.59% | 0.54% | - |
| HSV(B) | 59.12º | 0.66% | 0.81% | - |
| XYZ | 48.67 | 57.37 | 14.3 | - |
| YUV | 190.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 70 | 0 | 0.01 | 0.66 | 0.19 | 59.12 | 0.59 | 0.54 |
| Hex | CF | CD | 46 | 0 | 1 | 42 | 13 | 3B | 3B | 36 |
| Octal | 317 | 315 | 106 | 0 | 1 | 102 | 23 | 73 | 73 | 66 |
| Binary | 11001111 | 11001101 | 1000110 | 0 | 1 | 1000010 | 10011 | 111011 | 111011 | 110110 |
Color Harmonies of #CFCD46
Complementary color
Monochromatic Colors of #CFCD46
Black with #CFCD46
Text Example
Text Example
White with #CFCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD46; }
p { color: rgb(207,205,70); }
H1.HeaderClassName
{
color: #CFCD46;
}
.AnyTagClassName
{
color: #CFCD46;
}
</style>
background-color css
<style>
a { background-color: #CFCD46; }
a { background-color: rgb(207,205,70); }
div.DivClassName
{
background-color: #CFCD46;
}
.BgClassName
{
background-color: #CFCD46;
}
</style>
border-color css
<style>
span { border-color: #CFCD46; }
span { border-color: rgb(207,205,70); }
td.TdClassName
{
border-color: #CFCD46;
}
.TagClassName
{
border-color: #CFCD46;
}
</style>