Shades of Wattle #CFD03C
Tints of Wattle #CFD03C
RGB
CMYK
RGB Variations
Color information
#CFD03C (or 0xCFD03C) is known color: Wattle. HEX triplet: CF, D0 and 3C. RGB value is (207,208,60). Sum of RGB (Red+Green+Blue) = 207+208+60=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD03C is #302FC3. Grayscale: #BFBFBF. Windows color (decimal): -3157956 or 3985615. OLE color: 3985615.
HSL color Cylindrical-coordinate representation of color #CFD03C: hue angle of 60.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFD03C is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 60 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.18 |
| HSL | 60.41º | 0.61% | 0.53% | - |
| HSV(B) | 60.41º | 0.71% | 0.82% | - |
| XYZ | 49.1 | 58.7 | 13.02 | - |
| YUV | 190.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 60 | 0.00 | 0 | 0.71 | 0.18 | 60.41 | 0.61 | 0.53 |
| Hex | CF | D0 | 3C | 0 | 0 | 47 | 12 | 3C | 3D | 35 |
| Octal | 317 | 320 | 74 | 0 | 0 | 107 | 22 | 74 | 75 | 65 |
| Binary | 11001111 | 11010000 | 111100 | 0 | 0 | 1000111 | 10010 | 111100 | 111101 | 110101 |
Color Harmonies of #CFD03C
Complementary color
Monochromatic Colors of #CFD03C
Black with #CFD03C
Text Example
Text Example
White with #CFD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD03C; }
p { color: rgb(207,208,60); }
H1.HeaderClassName
{
color: #CFD03C;
}
.AnyTagClassName
{
color: #CFD03C;
}
</style>
background-color css
<style>
a { background-color: #CFD03C; }
a { background-color: rgb(207,208,60); }
div.DivClassName
{
background-color: #CFD03C;
}
.BgClassName
{
background-color: #CFD03C;
}
</style>
border-color css
<style>
span { border-color: #CFD03C; }
span { border-color: rgb(207,208,60); }
td.TdClassName
{
border-color: #CFD03C;
}
.TagClassName
{
border-color: #CFD03C;
}
</style>