Shades of Wattle #DFC73A
Tints of Wattle #DFC73A
RGB
CMYK
RGB Variations
Color information
#DFC73A (or 0xDFC73A) is known color: Wattle. HEX triplet: DF, C7 and 3A. RGB value is (223,199,58). Sum of RGB (Red+Green+Blue) = 223+199+58=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC73A is #2038C5. Grayscale: #BEBEBE. Windows color (decimal): -2111686 or 3852255. OLE color: 3852255.
HSL color Cylindrical-coordinate representation of color #DFC73A: hue angle of 51.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFC73A is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 58 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.13 |
| HSL | 51.27º | 0.72% | 0.55% | - |
| HSV(B) | 51.27º | 0.74% | 0.87% | - |
| XYZ | 51.62 | 56.84 | 12.25 | - |
| YUV | 190.1 | 53.45 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 58 | 0 | 0.11 | 0.74 | 0.13 | 51.27 | 0.72 | 0.55 |
| Hex | DF | C7 | 3A | 0 | B | 4A | D | 33 | 48 | 37 |
| Octal | 337 | 307 | 72 | 0 | 13 | 112 | 15 | 63 | 110 | 67 |
| Binary | 11011111 | 11000111 | 111010 | 0 | 1011 | 1001010 | 1101 | 110011 | 1001000 | 110111 |
Color Harmonies of #DFC73A
Complementary color
Monochromatic Colors of #DFC73A
Black with #DFC73A
Text Example
Text Example
White with #DFC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC73A; }
p { color: rgb(223,199,58); }
H1.HeaderClassName
{
color: #DFC73A;
}
.AnyTagClassName
{
color: #DFC73A;
}
</style>
background-color css
<style>
a { background-color: #DFC73A; }
a { background-color: rgb(223,199,58); }
div.DivClassName
{
background-color: #DFC73A;
}
.BgClassName
{
background-color: #DFC73A;
}
</style>
border-color css
<style>
span { border-color: #DFC73A; }
span { border-color: rgb(223,199,58); }
td.TdClassName
{
border-color: #DFC73A;
}
.TagClassName
{
border-color: #DFC73A;
}
</style>