Shades of Wattle #CFD74A
Tints of Wattle #CFD74A
RGB
CMYK
RGB Variations
Color information
#CFD74A (or 0xCFD74A) is known color: Wattle. HEX triplet: CF, D7 and 4A. RGB value is (207,215,74). Sum of RGB (Red+Green+Blue) = 207+215+74=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD74A is #3028B5. Grayscale: #C5C5C5. Windows color (decimal): -3156150 or 4904911. OLE color: 4904911.
HSL color Cylindrical-coordinate representation of color #CFD74A: hue angle of 63.4º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFD74A is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 74 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.16 |
| HSL | 63.4º | 0.64% | 0.57% | - |
| HSV(B) | 63.4º | 0.66% | 0.84% | - |
| XYZ | 51.27 | 62.36 | 15.81 | - |
| YUV | 196.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 74 | 0.04 | 0 | 0.66 | 0.16 | 63.4 | 0.64 | 0.57 |
| Hex | CF | D7 | 4A | 4 | 0 | 42 | 10 | 3F | 40 | 39 |
| Octal | 317 | 327 | 112 | 4 | 0 | 102 | 20 | 77 | 100 | 71 |
| Binary | 11001111 | 11010111 | 1001010 | 100 | 0 | 1000010 | 10000 | 111111 | 1000000 | 111001 |
Color Harmonies of #CFD74A
Complementary color
Monochromatic Colors of #CFD74A
Black with #CFD74A
Text Example
Text Example
White with #CFD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD74A; }
p { color: rgb(207,215,74); }
H1.HeaderClassName
{
color: #CFD74A;
}
.AnyTagClassName
{
color: #CFD74A;
}
</style>
background-color css
<style>
a { background-color: #CFD74A; }
a { background-color: rgb(207,215,74); }
div.DivClassName
{
background-color: #CFD74A;
}
.BgClassName
{
background-color: #CFD74A;
}
</style>
border-color css
<style>
span { border-color: #CFD74A; }
span { border-color: rgb(207,215,74); }
td.TdClassName
{
border-color: #CFD74A;
}
.TagClassName
{
border-color: #CFD74A;
}
</style>