Shades of Wattle #CFC73E
Tints of Wattle #CFC73E
RGB
CMYK
RGB Variations
Color information
#CFC73E (or 0xCFC73E) is known color: Wattle. HEX triplet: CF, C7 and 3E. RGB value is (207,199,62). Sum of RGB (Red+Green+Blue) = 207+199+62=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC73E is #3038C1. Grayscale: #BABABA. Windows color (decimal): -3160258 or 4114383. OLE color: 4114383.
HSL color Cylindrical-coordinate representation of color #CFC73E: hue angle of 56.69º 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 #CFC73E is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 62 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.19 |
| HSL | 56.69º | 0.6% | 0.53% | - |
| HSV(B) | 56.69º | 0.7% | 0.81% | - |
| XYZ | 47.03 | 54.46 | 12.59 | - |
| YUV | 185.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 62 | 0 | 0.04 | 0.70 | 0.19 | 56.69 | 0.6 | 0.53 |
| Hex | CF | C7 | 3E | 0 | 4 | 46 | 13 | 39 | 3C | 35 |
| Octal | 317 | 307 | 76 | 0 | 4 | 106 | 23 | 71 | 74 | 65 |
| Binary | 11001111 | 11000111 | 111110 | 0 | 100 | 1000110 | 10011 | 111001 | 111100 | 110101 |
Color Harmonies of #CFC73E
Complementary color
Monochromatic Colors of #CFC73E
Black with #CFC73E
Text Example
Text Example
White with #CFC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC73E; }
p { color: rgb(207,199,62); }
H1.HeaderClassName
{
color: #CFC73E;
}
.AnyTagClassName
{
color: #CFC73E;
}
</style>
background-color css
<style>
a { background-color: #CFC73E; }
a { background-color: rgb(207,199,62); }
div.DivClassName
{
background-color: #CFC73E;
}
.BgClassName
{
background-color: #CFC73E;
}
</style>
border-color css
<style>
span { border-color: #CFC73E; }
span { border-color: rgb(207,199,62); }
td.TdClassName
{
border-color: #CFC73E;
}
.TagClassName
{
border-color: #CFC73E;
}
</style>