Shades of Wattle #CFCD4A
Tints of Wattle #CFCD4A
RGB
CMYK
RGB Variations
Color information
#CFCD4A (or 0xCFCD4A) is known color: Wattle. HEX triplet: CF, CD and 4A. RGB value is (207,205,74). Sum of RGB (Red+Green+Blue) = 207+205+74=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD4A is #3032B5. Grayscale: #BFBFBF. Windows color (decimal): -3158710 or 4902351. OLE color: 4902351.
HSL color Cylindrical-coordinate representation of color #CFCD4A: 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.64%. Process color model (Four color, CMYK) of #CFCD4A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 74 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.19 |
| HSL | 59.1º | 0.58% | 0.55% | - |
| HSV(B) | 59.1º | 0.64% | 0.81% | - |
| XYZ | 48.8 | 57.42 | 14.99 | - |
| YUV | 190.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 74 | 0 | 0.01 | 0.64 | 0.19 | 59.1 | 0.58 | 0.55 |
| Hex | CF | CD | 4A | 0 | 1 | 40 | 13 | 3B | 3A | 37 |
| Octal | 317 | 315 | 112 | 0 | 1 | 100 | 23 | 73 | 72 | 67 |
| Binary | 11001111 | 11001101 | 1001010 | 0 | 1 | 1000000 | 10011 | 111011 | 111010 | 110111 |
Color Harmonies of #CFCD4A
Complementary color
Monochromatic Colors of #CFCD4A
Black with #CFCD4A
Text Example
Text Example
White with #CFCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD4A; }
p { color: rgb(207,205,74); }
H1.HeaderClassName
{
color: #CFCD4A;
}
.AnyTagClassName
{
color: #CFCD4A;
}
</style>
background-color css
<style>
a { background-color: #CFCD4A; }
a { background-color: rgb(207,205,74); }
div.DivClassName
{
background-color: #CFCD4A;
}
.BgClassName
{
background-color: #CFCD4A;
}
</style>
border-color css
<style>
span { border-color: #CFCD4A; }
span { border-color: rgb(207,205,74); }
td.TdClassName
{
border-color: #CFCD4A;
}
.TagClassName
{
border-color: #CFCD4A;
}
</style>