Shades of Wattle #CFD13F
Tints of Wattle #CFD13F
RGB
CMYK
RGB Variations
Color information
#CFD13F (or 0xCFD13F) is known color: Wattle. HEX triplet: CF, D1 and 3F. RGB value is (207,209,63). Sum of RGB (Red+Green+Blue) = 207+209+63=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD13F is #302EC0. Grayscale: #C0C0C0. Windows color (decimal): -3157697 or 4182479. OLE color: 4182479.
HSL color Cylindrical-coordinate representation of color #CFD13F: hue angle of 60.82º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFD13F is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 63 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.18 |
| HSL | 60.82º | 0.61% | 0.53% | - |
| HSV(B) | 60.82º | 0.7% | 0.82% | - |
| XYZ | 49.43 | 59.23 | 13.53 | - |
| YUV | 191.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 63 | 0.01 | 0 | 0.70 | 0.18 | 60.82 | 0.61 | 0.53 |
| Hex | CF | D1 | 3F | 1 | 0 | 46 | 12 | 3D | 3D | 35 |
| Octal | 317 | 321 | 77 | 1 | 0 | 106 | 22 | 75 | 75 | 65 |
| Binary | 11001111 | 11010001 | 111111 | 1 | 0 | 1000110 | 10010 | 111101 | 111101 | 110101 |
Color Harmonies of #CFD13F
Complementary color
Monochromatic Colors of #CFD13F
Black with #CFD13F
Text Example
Text Example
White with #CFD13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD13F; }
p { color: rgb(207,209,63); }
H1.HeaderClassName
{
color: #CFD13F;
}
.AnyTagClassName
{
color: #CFD13F;
}
</style>
background-color css
<style>
a { background-color: #CFD13F; }
a { background-color: rgb(207,209,63); }
div.DivClassName
{
background-color: #CFD13F;
}
.BgClassName
{
background-color: #CFD13F;
}
</style>
border-color css
<style>
span { border-color: #CFD13F; }
span { border-color: rgb(207,209,63); }
td.TdClassName
{
border-color: #CFD13F;
}
.TagClassName
{
border-color: #CFD13F;
}
</style>