Shades of Wattle #CFD13E
Tints of Wattle #CFD13E
RGB
CMYK
RGB Variations
Color information
#CFD13E (or 0xCFD13E) is known color: Wattle. HEX triplet: CF, D1 and 3E. RGB value is (207,209,62). Sum of RGB (Red+Green+Blue) = 207+209+62=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD13E is #302EC1. Grayscale: #C0C0C0. Windows color (decimal): -3157698 or 4116943. OLE color: 4116943.
HSL color Cylindrical-coordinate representation of color #CFD13E: hue angle of 60.82º degrees, saturation: 0.62, 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 #CFD13E is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 62 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.18 |
| HSL | 60.82º | 0.62% | 0.53% | - |
| HSV(B) | 60.82º | 0.7% | 0.82% | - |
| XYZ | 49.4 | 59.21 | 13.38 | - |
| YUV | 191.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 62 | 0.01 | 0 | 0.70 | 0.18 | 60.82 | 0.62 | 0.53 |
| Hex | CF | D1 | 3E | 1 | 0 | 46 | 12 | 3D | 3E | 35 |
| Octal | 317 | 321 | 76 | 1 | 0 | 106 | 22 | 75 | 76 | 65 |
| Binary | 11001111 | 11010001 | 111110 | 1 | 0 | 1000110 | 10010 | 111101 | 111110 | 110101 |
Color Harmonies of #CFD13E
Complementary color
Monochromatic Colors of #CFD13E
Black with #CFD13E
Text Example
Text Example
White with #CFD13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD13E; }
p { color: rgb(207,209,62); }
H1.HeaderClassName
{
color: #CFD13E;
}
.AnyTagClassName
{
color: #CFD13E;
}
</style>
background-color css
<style>
a { background-color: #CFD13E; }
a { background-color: rgb(207,209,62); }
div.DivClassName
{
background-color: #CFD13E;
}
.BgClassName
{
background-color: #CFD13E;
}
</style>
border-color css
<style>
span { border-color: #CFD13E; }
span { border-color: rgb(207,209,62); }
td.TdClassName
{
border-color: #CFD13E;
}
.TagClassName
{
border-color: #CFD13E;
}
</style>