Shades of Wattle #CFC24A
Tints of Wattle #CFC24A
RGB
CMYK
RGB Variations
Color information
#CFC24A (or 0xCFC24A) is known color: Wattle. HEX triplet: CF, C2 and 4A. RGB value is (207,194,74). Sum of RGB (Red+Green+Blue) = 207+194+74=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC24A is #303DB5. Grayscale: #B8B8B8. Windows color (decimal): -3161526 or 4899535. OLE color: 4899535.
HSL color Cylindrical-coordinate representation of color #CFC24A: hue angle of 54.14º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFC24A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 74 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.19 |
| HSL | 54.14º | 0.58% | 0.55% | - |
| HSV(B) | 54.14º | 0.64% | 0.81% | - |
| XYZ | 46.26 | 52.34 | 14.14 | - |
| YUV | 184.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 74 | 0 | 0.06 | 0.64 | 0.19 | 54.14 | 0.58 | 0.55 |
| Hex | CF | C2 | 4A | 0 | 6 | 40 | 13 | 36 | 3A | 37 |
| Octal | 317 | 302 | 112 | 0 | 6 | 100 | 23 | 66 | 72 | 67 |
| Binary | 11001111 | 11000010 | 1001010 | 0 | 110 | 1000000 | 10011 | 110110 | 111010 | 110111 |
Color Harmonies of #CFC24A
Complementary color
Monochromatic Colors of #CFC24A
Black with #CFC24A
Text Example
Text Example
White with #CFC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC24A; }
p { color: rgb(207,194,74); }
H1.HeaderClassName
{
color: #CFC24A;
}
.AnyTagClassName
{
color: #CFC24A;
}
</style>
background-color css
<style>
a { background-color: #CFC24A; }
a { background-color: rgb(207,194,74); }
div.DivClassName
{
background-color: #CFC24A;
}
.BgClassName
{
background-color: #CFC24A;
}
</style>
border-color css
<style>
span { border-color: #CFC24A; }
span { border-color: rgb(207,194,74); }
td.TdClassName
{
border-color: #CFC24A;
}
.TagClassName
{
border-color: #CFC24A;
}
</style>