Shades of Wattle #DFC82E
Tints of Wattle #DFC82E
RGB
CMYK
RGB Variations
Color information
#DFC82E (or 0xDFC82E) is known color: Wattle. HEX triplet: DF, C8 and 2E. RGB value is (223,200,46). Sum of RGB (Red+Green+Blue) = 223+200+46=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC82E is #2037D1. Grayscale: #BDBDBD. Windows color (decimal): -2111442 or 3066079. OLE color: 3066079.
HSL color Cylindrical-coordinate representation of color #DFC82E: hue angle of 52.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFC82E is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 46 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.13 |
| HSL | 52.2º | 0.73% | 0.53% | - |
| HSV(B) | 52.2º | 0.79% | 0.87% | - |
| XYZ | 51.58 | 57.19 | 10.91 | - |
| YUV | 189.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 46 | 0 | 0.10 | 0.79 | 0.13 | 52.2 | 0.73 | 0.53 |
| Hex | DF | C8 | 2E | 0 | A | 4F | D | 34 | 49 | 35 |
| Octal | 337 | 310 | 56 | 0 | 12 | 117 | 15 | 64 | 111 | 65 |
| Binary | 11011111 | 11001000 | 101110 | 0 | 1010 | 1001111 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DFC82E
Complementary color
Monochromatic Colors of #DFC82E
Black with #DFC82E
Text Example
Text Example
White with #DFC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC82E; }
p { color: rgb(223,200,46); }
H1.HeaderClassName
{
color: #DFC82E;
}
.AnyTagClassName
{
color: #DFC82E;
}
</style>
background-color css
<style>
a { background-color: #DFC82E; }
a { background-color: rgb(223,200,46); }
div.DivClassName
{
background-color: #DFC82E;
}
.BgClassName
{
background-color: #DFC82E;
}
</style>
border-color css
<style>
span { border-color: #DFC82E; }
span { border-color: rgb(223,200,46); }
td.TdClassName
{
border-color: #DFC82E;
}
.TagClassName
{
border-color: #DFC82E;
}
</style>