Shades of Wattle #DFD038
Tints of Wattle #DFD038
RGB
CMYK
RGB Variations
Color information
#DFD038 (or 0xDFD038) is known color: Wattle. HEX triplet: DF, D0 and 38. RGB value is (223,208,56). Sum of RGB (Red+Green+Blue) = 223+208+56=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD038 is #202FC7. Grayscale: #C3C3C3. Windows color (decimal): -2109384 or 3723487. OLE color: 3723487.
HSL color Cylindrical-coordinate representation of color #DFD038: hue angle of 54.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFD038 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 56 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.13 |
| HSL | 54.61º | 0.72% | 0.55% | - |
| HSV(B) | 54.61º | 0.75% | 0.87% | - |
| XYZ | 53.7 | 61.09 | 12.7 | - |
| YUV | 195.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 56 | 0 | 0.07 | 0.75 | 0.13 | 54.61 | 0.72 | 0.55 |
| Hex | DF | D0 | 38 | 0 | 7 | 4B | D | 37 | 48 | 37 |
| Octal | 337 | 320 | 70 | 0 | 7 | 113 | 15 | 67 | 110 | 67 |
| Binary | 11011111 | 11010000 | 111000 | 0 | 111 | 1001011 | 1101 | 110111 | 1001000 | 110111 |
Color Harmonies of #DFD038
Complementary color
Monochromatic Colors of #DFD038
Black with #DFD038
Text Example
Text Example
White with #DFD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD038; }
p { color: rgb(223,208,56); }
H1.HeaderClassName
{
color: #DFD038;
}
.AnyTagClassName
{
color: #DFD038;
}
</style>
background-color css
<style>
a { background-color: #DFD038; }
a { background-color: rgb(223,208,56); }
div.DivClassName
{
background-color: #DFD038;
}
.BgClassName
{
background-color: #DFD038;
}
</style>
border-color css
<style>
span { border-color: #DFD038; }
span { border-color: rgb(223,208,56); }
td.TdClassName
{
border-color: #DFD038;
}
.TagClassName
{
border-color: #DFD038;
}
</style>