Shades of Wattle #CFCD49
Tints of Wattle #CFCD49
RGB
CMYK
RGB Variations
Color information
#CFCD49 (or 0xCFCD49) is known color: Wattle. HEX triplet: CF, CD and 49. RGB value is (207,205,73). Sum of RGB (Red+Green+Blue) = 207+205+73=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD49 is #3032B6. Grayscale: #BFBFBF. Windows color (decimal): -3158711 or 4836815. OLE color: 4836815.
HSL color Cylindrical-coordinate representation of color #CFCD49: hue angle of 59.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFCD49 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 73 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.19 |
| HSL | 59.1º | 0.58% | 0.55% | - |
| HSV(B) | 59.1º | 0.65% | 0.81% | - |
| XYZ | 48.77 | 57.41 | 14.81 | - |
| YUV | 190.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 73 | 0 | 0.01 | 0.65 | 0.19 | 59.1 | 0.58 | 0.55 |
| Hex | CF | CD | 49 | 0 | 1 | 41 | 13 | 3B | 3A | 37 |
| Octal | 317 | 315 | 111 | 0 | 1 | 101 | 23 | 73 | 72 | 67 |
| Binary | 11001111 | 11001101 | 1001001 | 0 | 1 | 1000001 | 10011 | 111011 | 111010 | 110111 |
Color Harmonies of #CFCD49
Complementary color
Monochromatic Colors of #CFCD49
Black with #CFCD49
Text Example
Text Example
White with #CFCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD49; }
p { color: rgb(207,205,73); }
H1.HeaderClassName
{
color: #CFCD49;
}
.AnyTagClassName
{
color: #CFCD49;
}
</style>
background-color css
<style>
a { background-color: #CFCD49; }
a { background-color: rgb(207,205,73); }
div.DivClassName
{
background-color: #CFCD49;
}
.BgClassName
{
background-color: #CFCD49;
}
</style>
border-color css
<style>
span { border-color: #CFCD49; }
span { border-color: rgb(207,205,73); }
td.TdClassName
{
border-color: #CFCD49;
}
.TagClassName
{
border-color: #CFCD49;
}
</style>