Shades of Wattle #CFCD3A
Tints of Wattle #CFCD3A
RGB
CMYK
RGB Variations
Color information
#CFCD3A (or 0xCFCD3A) is known color: Wattle. HEX triplet: CF, CD and 3A. RGB value is (207,205,58). Sum of RGB (Red+Green+Blue) = 207+205+58=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD3A is #3032C5. Grayscale: #BDBDBD. Windows color (decimal): -3158726 or 3853775. OLE color: 3853775.
HSL color Cylindrical-coordinate representation of color #CFCD3A: hue angle of 59.19º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFCD3A is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 58 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.19 |
| HSL | 59.19º | 0.61% | 0.52% | - |
| HSV(B) | 59.19º | 0.72% | 0.81% | - |
| XYZ | 48.33 | 57.23 | 12.5 | - |
| YUV | 188.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 58 | 0 | 0.01 | 0.72 | 0.19 | 59.19 | 0.61 | 0.52 |
| Hex | CF | CD | 3A | 0 | 1 | 48 | 13 | 3B | 3D | 34 |
| Octal | 317 | 315 | 72 | 0 | 1 | 110 | 23 | 73 | 75 | 64 |
| Binary | 11001111 | 11001101 | 111010 | 0 | 1 | 1001000 | 10011 | 111011 | 111101 | 110100 |
Color Harmonies of #CFCD3A
Complementary color
Monochromatic Colors of #CFCD3A
Black with #CFCD3A
Text Example
Text Example
White with #CFCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD3A; }
p { color: rgb(207,205,58); }
H1.HeaderClassName
{
color: #CFCD3A;
}
.AnyTagClassName
{
color: #CFCD3A;
}
</style>
background-color css
<style>
a { background-color: #CFCD3A; }
a { background-color: rgb(207,205,58); }
div.DivClassName
{
background-color: #CFCD3A;
}
.BgClassName
{
background-color: #CFCD3A;
}
</style>
border-color css
<style>
span { border-color: #CFCD3A; }
span { border-color: rgb(207,205,58); }
td.TdClassName
{
border-color: #CFCD3A;
}
.TagClassName
{
border-color: #CFCD3A;
}
</style>