Shades of Wattle #DFD03C
Tints of Wattle #DFD03C
RGB
CMYK
RGB Variations
Color information
#DFD03C (or 0xDFD03C) is known color: Wattle. HEX triplet: DF, D0 and 3C. RGB value is (223,208,60). Sum of RGB (Red+Green+Blue) = 223+208+60=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD03C is #202FC3. Grayscale: #C4C4C4. Windows color (decimal): -2109380 or 3985631. OLE color: 3985631.
HSL color Cylindrical-coordinate representation of color #DFD03C: hue angle of 54.48º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFD03C is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 60 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.13 |
| HSL | 54.48º | 0.72% | 0.55% | - |
| HSV(B) | 54.48º | 0.73% | 0.87% | - |
| XYZ | 53.8 | 61.13 | 13.24 | - |
| YUV | 195.61 | 51.47 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 60 | 0 | 0.07 | 0.73 | 0.13 | 54.48 | 0.72 | 0.55 |
| Hex | DF | D0 | 3C | 0 | 7 | 49 | D | 36 | 48 | 37 |
| Octal | 337 | 320 | 74 | 0 | 7 | 111 | 15 | 66 | 110 | 67 |
| Binary | 11011111 | 11010000 | 111100 | 0 | 111 | 1001001 | 1101 | 110110 | 1001000 | 110111 |
Color Harmonies of #DFD03C
Complementary color
Monochromatic Colors of #DFD03C
Black with #DFD03C
Text Example
Text Example
White with #DFD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD03C; }
p { color: rgb(223,208,60); }
H1.HeaderClassName
{
color: #DFD03C;
}
.AnyTagClassName
{
color: #DFD03C;
}
</style>
background-color css
<style>
a { background-color: #DFD03C; }
a { background-color: rgb(223,208,60); }
div.DivClassName
{
background-color: #DFD03C;
}
.BgClassName
{
background-color: #DFD03C;
}
</style>
border-color css
<style>
span { border-color: #DFD03C; }
span { border-color: rgb(223,208,60); }
td.TdClassName
{
border-color: #DFD03C;
}
.TagClassName
{
border-color: #DFD03C;
}
</style>