Shades of Wattle #DFD033
Tints of Wattle #DFD033
RGB
CMYK
RGB Variations
Color information
#DFD033 (or 0xDFD033) is known color: Wattle. HEX triplet: DF, D0 and 33. RGB value is (223,208,51). Sum of RGB (Red+Green+Blue) = 223+208+51=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD033 is #202FCC. Grayscale: #C3C3C3. Windows color (decimal): -2109389 or 3395807. OLE color: 3395807.
HSL color Cylindrical-coordinate representation of color #DFD033: hue angle of 54.77º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFD033 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 51 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.13 |
| HSL | 54.77º | 0.73% | 0.54% | - |
| HSV(B) | 54.77º | 0.77% | 0.87% | - |
| XYZ | 53.58 | 61.04 | 12.09 | - |
| YUV | 194.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 51 | 0 | 0.07 | 0.77 | 0.13 | 54.77 | 0.73 | 0.54 |
| Hex | DF | D0 | 33 | 0 | 7 | 4D | D | 37 | 49 | 36 |
| Octal | 337 | 320 | 63 | 0 | 7 | 115 | 15 | 67 | 111 | 66 |
| Binary | 11011111 | 11010000 | 110011 | 0 | 111 | 1001101 | 1101 | 110111 | 1001001 | 110110 |
Color Harmonies of #DFD033
Complementary color
Monochromatic Colors of #DFD033
Black with #DFD033
Text Example
Text Example
White with #DFD033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD033; }
p { color: rgb(223,208,51); }
H1.HeaderClassName
{
color: #DFD033;
}
.AnyTagClassName
{
color: #DFD033;
}
</style>
background-color css
<style>
a { background-color: #DFD033; }
a { background-color: rgb(223,208,51); }
div.DivClassName
{
background-color: #DFD033;
}
.BgClassName
{
background-color: #DFD033;
}
</style>
border-color css
<style>
span { border-color: #DFD033; }
span { border-color: rgb(223,208,51); }
td.TdClassName
{
border-color: #DFD033;
}
.TagClassName
{
border-color: #DFD033;
}
</style>