Shades of Wattle #CFD64D
Tints of Wattle #CFD64D
RGB
CMYK
RGB Variations
Color information
#CFD64D (or 0xCFD64D) is known color: Wattle. HEX triplet: CF, D6 and 4D. RGB value is (207,214,77). Sum of RGB (Red+Green+Blue) = 207+214+77=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD64D is #3029B2. Grayscale: #C4C4C4. Windows color (decimal): -3156403 or 5101263. OLE color: 5101263.
HSL color Cylindrical-coordinate representation of color #CFD64D: hue angle of 63.07º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFD64D is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 77 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.16 |
| HSL | 63.07º | 0.63% | 0.57% | - |
| HSV(B) | 63.07º | 0.64% | 0.84% | - |
| XYZ | 51.12 | 61.89 | 16.27 | - |
| YUV | 196.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 77 | 0.03 | 0 | 0.64 | 0.16 | 63.07 | 0.63 | 0.57 |
| Hex | CF | D6 | 4D | 3 | 0 | 40 | 10 | 3F | 3F | 39 |
| Octal | 317 | 326 | 115 | 3 | 0 | 100 | 20 | 77 | 77 | 71 |
| Binary | 11001111 | 11010110 | 1001101 | 11 | 0 | 1000000 | 10000 | 111111 | 111111 | 111001 |
Color Harmonies of #CFD64D
Complementary color
Monochromatic Colors of #CFD64D
Black with #CFD64D
Text Example
Text Example
White with #CFD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD64D; }
p { color: rgb(207,214,77); }
H1.HeaderClassName
{
color: #CFD64D;
}
.AnyTagClassName
{
color: #CFD64D;
}
</style>
background-color css
<style>
a { background-color: #CFD64D; }
a { background-color: rgb(207,214,77); }
div.DivClassName
{
background-color: #CFD64D;
}
.BgClassName
{
background-color: #CFD64D;
}
</style>
border-color css
<style>
span { border-color: #CFD64D; }
span { border-color: rgb(207,214,77); }
td.TdClassName
{
border-color: #CFD64D;
}
.TagClassName
{
border-color: #CFD64D;
}
</style>