Shades of Wattle #DFD03A
Tints of Wattle #DFD03A
RGB
CMYK
RGB Variations
Color information
#DFD03A (or 0xDFD03A) is known color: Wattle. HEX triplet: DF, D0 and 3A. RGB value is (223,208,58). Sum of RGB (Red+Green+Blue) = 223+208+58=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD03A is #202FC5. Grayscale: #C4C4C4. Windows color (decimal): -2109382 or 3854559. OLE color: 3854559.
HSL color Cylindrical-coordinate representation of color #DFD03A: hue angle of 54.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 #DFD03A is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 58 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.13 |
| HSL | 54.55º | 0.72% | 0.55% | - |
| HSV(B) | 54.55º | 0.74% | 0.87% | - |
| XYZ | 53.75 | 61.11 | 12.96 | - |
| YUV | 195.39 | 50.47 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 58 | 0 | 0.07 | 0.74 | 0.13 | 54.55 | 0.72 | 0.55 |
| Hex | DF | D0 | 3A | 0 | 7 | 4A | D | 37 | 48 | 37 |
| Octal | 337 | 320 | 72 | 0 | 7 | 112 | 15 | 67 | 110 | 67 |
| Binary | 11011111 | 11010000 | 111010 | 0 | 111 | 1001010 | 1101 | 110111 | 1001000 | 110111 |
Color Harmonies of #DFD03A
Complementary color
Monochromatic Colors of #DFD03A
Black with #DFD03A
Text Example
Text Example
White with #DFD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD03A; }
p { color: rgb(223,208,58); }
H1.HeaderClassName
{
color: #DFD03A;
}
.AnyTagClassName
{
color: #DFD03A;
}
</style>
background-color css
<style>
a { background-color: #DFD03A; }
a { background-color: rgb(223,208,58); }
div.DivClassName
{
background-color: #DFD03A;
}
.BgClassName
{
background-color: #DFD03A;
}
</style>
border-color css
<style>
span { border-color: #DFD03A; }
span { border-color: rgb(223,208,58); }
td.TdClassName
{
border-color: #DFD03A;
}
.TagClassName
{
border-color: #DFD03A;
}
</style>