Shades of Wattle #CFC23E
Tints of Wattle #CFC23E
RGB
CMYK
RGB Variations
Color information
#CFC23E (or 0xCFC23E) is known color: Wattle. HEX triplet: CF, C2 and 3E. RGB value is (207,194,62). Sum of RGB (Red+Green+Blue) = 207+194+62=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC23E is #303DC1. Grayscale: #B7B7B7. Windows color (decimal): -3161538 or 4113103. OLE color: 4113103.
HSL color Cylindrical-coordinate representation of color #CFC23E: hue angle of 54.62º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFC23E is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 62 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.19 |
| HSL | 54.62º | 0.6% | 0.53% | - |
| HSV(B) | 54.62º | 0.7% | 0.81% | - |
| XYZ | 45.89 | 52.2 | 12.21 | - |
| YUV | 182.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 62 | 0 | 0.06 | 0.70 | 0.19 | 54.62 | 0.6 | 0.53 |
| Hex | CF | C2 | 3E | 0 | 6 | 46 | 13 | 37 | 3C | 35 |
| Octal | 317 | 302 | 76 | 0 | 6 | 106 | 23 | 67 | 74 | 65 |
| Binary | 11001111 | 11000010 | 111110 | 0 | 110 | 1000110 | 10011 | 110111 | 111100 | 110101 |
Color Harmonies of #CFC23E
Complementary color
Monochromatic Colors of #CFC23E
Black with #CFC23E
Text Example
Text Example
White with #CFC23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC23E; }
p { color: rgb(207,194,62); }
H1.HeaderClassName
{
color: #CFC23E;
}
.AnyTagClassName
{
color: #CFC23E;
}
</style>
background-color css
<style>
a { background-color: #CFC23E; }
a { background-color: rgb(207,194,62); }
div.DivClassName
{
background-color: #CFC23E;
}
.BgClassName
{
background-color: #CFC23E;
}
</style>
border-color css
<style>
span { border-color: #CFC23E; }
span { border-color: rgb(207,194,62); }
td.TdClassName
{
border-color: #CFC23E;
}
.TagClassName
{
border-color: #CFC23E;
}
</style>