Shades of Wattle #CFD647
Tints of Wattle #CFD647
RGB
CMYK
RGB Variations
Color information
#CFD647 (or 0xCFD647) is known color: Wattle. HEX triplet: CF, D6 and 47. RGB value is (207,214,71). Sum of RGB (Red+Green+Blue) = 207+214+71=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD647 is #3029B8. Grayscale: #C4C4C4. Windows color (decimal): -3156409 or 4708047. OLE color: 4708047.
HSL color Cylindrical-coordinate representation of color #CFD647: hue angle of 62.94º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFD647 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 71 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.16 |
| HSL | 62.94º | 0.64% | 0.56% | - |
| HSV(B) | 62.94º | 0.67% | 0.84% | - |
| XYZ | 50.92 | 61.81 | 15.21 | - |
| YUV | 195.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 71 | 0.03 | 0 | 0.67 | 0.16 | 62.94 | 0.64 | 0.56 |
| Hex | CF | D6 | 47 | 3 | 0 | 43 | 10 | 3F | 40 | 38 |
| Octal | 317 | 326 | 107 | 3 | 0 | 103 | 20 | 77 | 100 | 70 |
| Binary | 11001111 | 11010110 | 1000111 | 11 | 0 | 1000011 | 10000 | 111111 | 1000000 | 111000 |
Color Harmonies of #CFD647
Complementary color
Monochromatic Colors of #CFD647
Black with #CFD647
Text Example
Text Example
White with #CFD647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD647; }
p { color: rgb(207,214,71); }
H1.HeaderClassName
{
color: #CFD647;
}
.AnyTagClassName
{
color: #CFD647;
}
</style>
background-color css
<style>
a { background-color: #CFD647; }
a { background-color: rgb(207,214,71); }
div.DivClassName
{
background-color: #CFD647;
}
.BgClassName
{
background-color: #CFD647;
}
</style>
border-color css
<style>
span { border-color: #CFD647; }
span { border-color: rgb(207,214,71); }
td.TdClassName
{
border-color: #CFD647;
}
.TagClassName
{
border-color: #CFD647;
}
</style>