Shades of Wattle #CFC73C
Tints of Wattle #CFC73C
RGB
CMYK
RGB Variations
Color information
#CFC73C (or 0xCFC73C) is known color: Wattle. HEX triplet: CF, C7 and 3C. RGB value is (207,199,60). Sum of RGB (Red+Green+Blue) = 207+199+60=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC73C is #3038C3. Grayscale: #BABABA. Windows color (decimal): -3160260 or 3983311. OLE color: 3983311.
HSL color Cylindrical-coordinate representation of color #CFC73C: hue angle of 56.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFC73C is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 60 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.19 |
| HSL | 56.73º | 0.6% | 0.52% | - |
| HSV(B) | 56.73º | 0.71% | 0.81% | - |
| XYZ | 46.97 | 54.44 | 12.31 | - |
| YUV | 185.55 | 57.15 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 60 | 0 | 0.04 | 0.71 | 0.19 | 56.73 | 0.6 | 0.52 |
| Hex | CF | C7 | 3C | 0 | 4 | 47 | 13 | 39 | 3C | 34 |
| Octal | 317 | 307 | 74 | 0 | 4 | 107 | 23 | 71 | 74 | 64 |
| Binary | 11001111 | 11000111 | 111100 | 0 | 100 | 1000111 | 10011 | 111001 | 111100 | 110100 |
Color Harmonies of #CFC73C
Complementary color
Monochromatic Colors of #CFC73C
Black with #CFC73C
Text Example
Text Example
White with #CFC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC73C; }
p { color: rgb(207,199,60); }
H1.HeaderClassName
{
color: #CFC73C;
}
.AnyTagClassName
{
color: #CFC73C;
}
</style>
background-color css
<style>
a { background-color: #CFC73C; }
a { background-color: rgb(207,199,60); }
div.DivClassName
{
background-color: #CFC73C;
}
.BgClassName
{
background-color: #CFC73C;
}
</style>
border-color css
<style>
span { border-color: #CFC73C; }
span { border-color: rgb(207,199,60); }
td.TdClassName
{
border-color: #CFC73C;
}
.TagClassName
{
border-color: #CFC73C;
}
</style>