Shades of Wattle #DFC53A
Tints of Wattle #DFC53A
RGB
CMYK
RGB Variations
Color information
#DFC53A (or 0xDFC53A) is known color: Wattle. HEX triplet: DF, C5 and 3A. RGB value is (223,197,58). Sum of RGB (Red+Green+Blue) = 223+197+58=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC53A is #203AC5. Grayscale: #BDBDBD. Windows color (decimal): -2112198 or 3851743. OLE color: 3851743.
HSL color Cylindrical-coordinate representation of color #DFC53A: hue angle of 50.55º 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 #DFC53A is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 58 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.13 |
| HSL | 50.55º | 0.72% | 0.55% | - |
| HSV(B) | 50.55º | 0.74% | 0.87% | - |
| XYZ | 51.16 | 55.93 | 12.1 | - |
| YUV | 188.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 58 | 0 | 0.12 | 0.74 | 0.13 | 50.55 | 0.72 | 0.55 |
| Hex | DF | C5 | 3A | 0 | C | 4A | D | 33 | 48 | 37 |
| Octal | 337 | 305 | 72 | 0 | 14 | 112 | 15 | 63 | 110 | 67 |
| Binary | 11011111 | 11000101 | 111010 | 0 | 1100 | 1001010 | 1101 | 110011 | 1001000 | 110111 |
Color Harmonies of #DFC53A
Complementary color
Monochromatic Colors of #DFC53A
Black with #DFC53A
Text Example
Text Example
White with #DFC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC53A; }
p { color: rgb(223,197,58); }
H1.HeaderClassName
{
color: #DFC53A;
}
.AnyTagClassName
{
color: #DFC53A;
}
</style>
background-color css
<style>
a { background-color: #DFC53A; }
a { background-color: rgb(223,197,58); }
div.DivClassName
{
background-color: #DFC53A;
}
.BgClassName
{
background-color: #DFC53A;
}
</style>
border-color css
<style>
span { border-color: #DFC53A; }
span { border-color: rgb(223,197,58); }
td.TdClassName
{
border-color: #DFC53A;
}
.TagClassName
{
border-color: #DFC53A;
}
</style>