Shades of Wattle #CFD04C
Tints of Wattle #CFD04C
RGB
CMYK
RGB Variations
Color information
#CFD04C (or 0xCFD04C) is known color: Wattle. HEX triplet: CF, D0 and 4C. RGB value is (207,208,76). Sum of RGB (Red+Green+Blue) = 207+208+76=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD04C is #302FB3. Grayscale: #C1C1C1. Windows color (decimal): -3157940 or 5034191. OLE color: 5034191.
HSL color Cylindrical-coordinate representation of color #CFD04C: hue angle of 60.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFD04C is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 76 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.18 |
| HSL | 60.45º | 0.58% | 0.56% | - |
| HSV(B) | 60.45º | 0.63% | 0.82% | - |
| XYZ | 49.59 | 58.9 | 15.59 | - |
| YUV | 192.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 76 | 0.00 | 0 | 0.63 | 0.18 | 60.45 | 0.58 | 0.56 |
| Hex | CF | D0 | 4C | 0 | 0 | 3F | 12 | 3C | 3A | 38 |
| Octal | 317 | 320 | 114 | 0 | 0 | 77 | 22 | 74 | 72 | 70 |
| Binary | 11001111 | 11010000 | 1001100 | 0 | 0 | 111111 | 10010 | 111100 | 111010 | 111000 |
Color Harmonies of #CFD04C
Complementary color
Monochromatic Colors of #CFD04C
Black with #CFD04C
Text Example
Text Example
White with #CFD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD04C; }
p { color: rgb(207,208,76); }
H1.HeaderClassName
{
color: #CFD04C;
}
.AnyTagClassName
{
color: #CFD04C;
}
</style>
background-color css
<style>
a { background-color: #CFD04C; }
a { background-color: rgb(207,208,76); }
div.DivClassName
{
background-color: #CFD04C;
}
.BgClassName
{
background-color: #CFD04C;
}
</style>
border-color css
<style>
span { border-color: #CFD04C; }
span { border-color: rgb(207,208,76); }
td.TdClassName
{
border-color: #CFD04C;
}
.TagClassName
{
border-color: #CFD04C;
}
</style>