Shades of Wattle #CFC83E
Tints of Wattle #CFC83E
RGB
CMYK
RGB Variations
Color information
#CFC83E (or 0xCFC83E) is known color: Wattle. HEX triplet: CF, C8 and 3E. RGB value is (207,200,62). Sum of RGB (Red+Green+Blue) = 207+200+62=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC83E is #3037C1. Grayscale: #BABABA. Windows color (decimal): -3160002 or 4114639. OLE color: 4114639.
HSL color Cylindrical-coordinate representation of color #CFC83E: hue angle of 57.1º 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 #CFC83E is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 62 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.19 |
| HSL | 57.1º | 0.6% | 0.53% | - |
| HSV(B) | 57.1º | 0.7% | 0.81% | - |
| XYZ | 47.26 | 54.92 | 12.67 | - |
| YUV | 186.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 62 | 0 | 0.03 | 0.70 | 0.19 | 57.1 | 0.6 | 0.53 |
| Hex | CF | C8 | 3E | 0 | 3 | 46 | 13 | 39 | 3C | 35 |
| Octal | 317 | 310 | 76 | 0 | 3 | 106 | 23 | 71 | 74 | 65 |
| Binary | 11001111 | 11001000 | 111110 | 0 | 11 | 1000110 | 10011 | 111001 | 111100 | 110101 |
Color Harmonies of #CFC83E
Complementary color
Monochromatic Colors of #CFC83E
Black with #CFC83E
Text Example
Text Example
White with #CFC83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC83E; }
p { color: rgb(207,200,62); }
H1.HeaderClassName
{
color: #CFC83E;
}
.AnyTagClassName
{
color: #CFC83E;
}
</style>
background-color css
<style>
a { background-color: #CFC83E; }
a { background-color: rgb(207,200,62); }
div.DivClassName
{
background-color: #CFC83E;
}
.BgClassName
{
background-color: #CFC83E;
}
</style>
border-color css
<style>
span { border-color: #CFC83E; }
span { border-color: rgb(207,200,62); }
td.TdClassName
{
border-color: #CFC83E;
}
.TagClassName
{
border-color: #CFC83E;
}
</style>