Shades of Wattle #DFC138
Tints of Wattle #DFC138
RGB
CMYK
RGB Variations
Color information
#DFC138 (or 0xDFC138) is known color: Wattle. HEX triplet: DF, C1 and 38. RGB value is (223,193,56). Sum of RGB (Red+Green+Blue) = 223+193+56=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC138 is #203EC7. Grayscale: #BABABA. Windows color (decimal): -2113224 or 3719647. OLE color: 3719647.
HSL color Cylindrical-coordinate representation of color #DFC138: hue angle of 49.22º 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 #DFC138 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 56 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.13 |
| HSL | 49.22º | 0.72% | 0.55% | - |
| HSV(B) | 49.22º | 0.75% | 0.87% | - |
| XYZ | 50.22 | 54.11 | 11.54 | - |
| YUV | 186.35 | 54.44 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 56 | 0 | 0.13 | 0.75 | 0.13 | 49.22 | 0.72 | 0.55 |
| Hex | DF | C1 | 38 | 0 | D | 4B | D | 31 | 48 | 37 |
| Octal | 337 | 301 | 70 | 0 | 15 | 113 | 15 | 61 | 110 | 67 |
| Binary | 11011111 | 11000001 | 111000 | 0 | 1101 | 1001011 | 1101 | 110001 | 1001000 | 110111 |
Color Harmonies of #DFC138
Complementary color
Monochromatic Colors of #DFC138
Black with #DFC138
Text Example
Text Example
White with #DFC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC138; }
p { color: rgb(223,193,56); }
H1.HeaderClassName
{
color: #DFC138;
}
.AnyTagClassName
{
color: #DFC138;
}
</style>
background-color css
<style>
a { background-color: #DFC138; }
a { background-color: rgb(223,193,56); }
div.DivClassName
{
background-color: #DFC138;
}
.BgClassName
{
background-color: #DFC138;
}
</style>
border-color css
<style>
span { border-color: #DFC138; }
span { border-color: rgb(223,193,56); }
td.TdClassName
{
border-color: #DFC138;
}
.TagClassName
{
border-color: #DFC138;
}
</style>