Shades of Wattle #CFD03D
Tints of Wattle #CFD03D
RGB
CMYK
RGB Variations
Color information
#CFD03D (or 0xCFD03D) is known color: Wattle. HEX triplet: CF, D0 and 3D. RGB value is (207,208,61). Sum of RGB (Red+Green+Blue) = 207+208+61=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD03D is #302FC2. Grayscale: #BFBFBF. Windows color (decimal): -3157955 or 4051151. OLE color: 4051151.
HSL color Cylindrical-coordinate representation of color #CFD03D: 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 #CFD03D is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 61 | - |
| 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.13 | 58.71 | 13.16 | - |
| YUV | 190.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 61 | 0.00 | 0 | 0.71 | 0.18 | 60.41 | 0.61 | 0.53 |
| Hex | CF | D0 | 3D | 0 | 0 | 47 | 12 | 3C | 3D | 35 |
| Octal | 317 | 320 | 75 | 0 | 0 | 107 | 22 | 74 | 75 | 65 |
| Binary | 11001111 | 11010000 | 111101 | 0 | 0 | 1000111 | 10010 | 111100 | 111101 | 110101 |
Color Harmonies of #CFD03D
Complementary color
Monochromatic Colors of #CFD03D
Black with #CFD03D
Text Example
Text Example
White with #CFD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD03D; }
p { color: rgb(207,208,61); }
H1.HeaderClassName
{
color: #CFD03D;
}
.AnyTagClassName
{
color: #CFD03D;
}
</style>
background-color css
<style>
a { background-color: #CFD03D; }
a { background-color: rgb(207,208,61); }
div.DivClassName
{
background-color: #CFD03D;
}
.BgClassName
{
background-color: #CFD03D;
}
</style>
border-color css
<style>
span { border-color: #CFD03D; }
span { border-color: rgb(207,208,61); }
td.TdClassName
{
border-color: #CFD03D;
}
.TagClassName
{
border-color: #CFD03D;
}
</style>