Shades of Wattle #CFD74D
Tints of Wattle #CFD74D
RGB
CMYK
RGB Variations
Color information
#CFD74D (or 0xCFD74D) is known color: Wattle. HEX triplet: CF, D7 and 4D. RGB value is (207,215,77). Sum of RGB (Red+Green+Blue) = 207+215+77=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD74D is #3028B2. Grayscale: #C5C5C5. Windows color (decimal): -3156147 or 5101519. OLE color: 5101519.
HSL color Cylindrical-coordinate representation of color #CFD74D: hue angle of 63.48º 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 #CFD74D is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 77 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.16 |
| HSL | 63.48º | 0.63% | 0.57% | - |
| HSV(B) | 63.48º | 0.64% | 0.84% | - |
| XYZ | 51.37 | 62.4 | 16.36 | - |
| YUV | 196.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 77 | 0.04 | 0 | 0.64 | 0.16 | 63.48 | 0.63 | 0.57 |
| Hex | CF | D7 | 4D | 4 | 0 | 40 | 10 | 3F | 3F | 39 |
| Octal | 317 | 327 | 115 | 4 | 0 | 100 | 20 | 77 | 77 | 71 |
| Binary | 11001111 | 11010111 | 1001101 | 100 | 0 | 1000000 | 10000 | 111111 | 111111 | 111001 |
Color Harmonies of #CFD74D
Complementary color
Monochromatic Colors of #CFD74D
Black with #CFD74D
Text Example
Text Example
White with #CFD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD74D; }
p { color: rgb(207,215,77); }
H1.HeaderClassName
{
color: #CFD74D;
}
.AnyTagClassName
{
color: #CFD74D;
}
</style>
background-color css
<style>
a { background-color: #CFD74D; }
a { background-color: rgb(207,215,77); }
div.DivClassName
{
background-color: #CFD74D;
}
.BgClassName
{
background-color: #CFD74D;
}
</style>
border-color css
<style>
span { border-color: #CFD74D; }
span { border-color: rgb(207,215,77); }
td.TdClassName
{
border-color: #CFD74D;
}
.TagClassName
{
border-color: #CFD74D;
}
</style>