Shades of Wattle #CFD23E
Tints of Wattle #CFD23E
RGB
CMYK
RGB Variations
Color information
#CFD23E (or 0xCFD23E) is known color: Wattle. HEX triplet: CF, D2 and 3E. RGB value is (207,210,62). Sum of RGB (Red+Green+Blue) = 207+210+62=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 62 (24.61% from 255 or 12.94% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD23E is #302DC1. Grayscale: #C0C0C0. Windows color (decimal): -3157442 or 4117199. OLE color: 4117199.
HSL color Cylindrical-coordinate representation of color #CFD23E: hue angle of 61.22º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFD23E is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 62 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.18 |
| HSL | 61.22º | 0.62% | 0.53% | - |
| HSV(B) | 61.22º | 0.7% | 0.82% | - |
| XYZ | 49.65 | 59.71 | 13.47 | - |
| YUV | 192.23 | 54.51 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 62 | 0.01 | 0 | 0.70 | 0.18 | 61.22 | 0.62 | 0.53 |
| Hex | CF | D2 | 3E | 1 | 0 | 46 | 12 | 3D | 3E | 35 |
| Octal | 317 | 322 | 76 | 1 | 0 | 106 | 22 | 75 | 76 | 65 |
| Binary | 11001111 | 11010010 | 111110 | 1 | 0 | 1000110 | 10010 | 111101 | 111110 | 110101 |
Color Harmonies of #CFD23E
Complementary color
Monochromatic Colors of #CFD23E
Black with #CFD23E
Text Example
Text Example
White with #CFD23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD23E; }
p { color: rgb(207,210,62); }
H1.HeaderClassName
{
color: #CFD23E;
}
.AnyTagClassName
{
color: #CFD23E;
}
</style>
background-color css
<style>
a { background-color: #CFD23E; }
a { background-color: rgb(207,210,62); }
div.DivClassName
{
background-color: #CFD23E;
}
.BgClassName
{
background-color: #CFD23E;
}
</style>
border-color css
<style>
span { border-color: #CFD23E; }
span { border-color: rgb(207,210,62); }
td.TdClassName
{
border-color: #CFD23E;
}
.TagClassName
{
border-color: #CFD23E;
}
</style>