Shades of Wattle #CFC73D
Tints of Wattle #CFC73D
RGB
CMYK
RGB Variations
Color information
#CFC73D (or 0xCFC73D) is known color: Wattle. HEX triplet: CF, C7 and 3D. RGB value is (207,199,61). Sum of RGB (Red+Green+Blue) = 207+199+61=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC73D is #3038C2. Grayscale: #BABABA. Windows color (decimal): -3160259 or 4048847. OLE color: 4048847.
HSL color Cylindrical-coordinate representation of color #CFC73D: hue angle of 56.71º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFC73D is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 61 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.19 |
| HSL | 56.71º | 0.6% | 0.53% | - |
| HSV(B) | 56.71º | 0.71% | 0.81% | - |
| XYZ | 47 | 54.45 | 12.45 | - |
| YUV | 185.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 61 | 0 | 0.04 | 0.71 | 0.19 | 56.71 | 0.6 | 0.53 |
| Hex | CF | C7 | 3D | 0 | 4 | 47 | 13 | 39 | 3C | 35 |
| Octal | 317 | 307 | 75 | 0 | 4 | 107 | 23 | 71 | 74 | 65 |
| Binary | 11001111 | 11000111 | 111101 | 0 | 100 | 1000111 | 10011 | 111001 | 111100 | 110101 |
Color Harmonies of #CFC73D
Complementary color
Monochromatic Colors of #CFC73D
Black with #CFC73D
Text Example
Text Example
White with #CFC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC73D; }
p { color: rgb(207,199,61); }
H1.HeaderClassName
{
color: #CFC73D;
}
.AnyTagClassName
{
color: #CFC73D;
}
</style>
background-color css
<style>
a { background-color: #CFC73D; }
a { background-color: rgb(207,199,61); }
div.DivClassName
{
background-color: #CFC73D;
}
.BgClassName
{
background-color: #CFC73D;
}
</style>
border-color css
<style>
span { border-color: #CFC73D; }
span { border-color: rgb(207,199,61); }
td.TdClassName
{
border-color: #CFC73D;
}
.TagClassName
{
border-color: #CFC73D;
}
</style>