Shades of Wattle #DFD13C
Tints of Wattle #DFD13C
RGB
CMYK
RGB Variations
Color information
#DFD13C (or 0xDFD13C) is known color: Wattle. HEX triplet: DF, D1 and 3C. RGB value is (223,209,60). Sum of RGB (Red+Green+Blue) = 223+209+60=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD13C is #202EC3. Grayscale: #C4C4C4. Windows color (decimal): -2109124 or 3985887. OLE color: 3985887.
HSL color Cylindrical-coordinate representation of color #DFD13C: hue angle of 54.85º 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 #DFD13C is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 60 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.13 |
| HSL | 54.85º | 0.72% | 0.55% | - |
| HSV(B) | 54.85º | 0.73% | 0.87% | - |
| XYZ | 54.05 | 61.62 | 13.32 | - |
| YUV | 196.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 60 | 0 | 0.06 | 0.73 | 0.13 | 54.85 | 0.72 | 0.55 |
| Hex | DF | D1 | 3C | 0 | 6 | 49 | D | 37 | 48 | 37 |
| Octal | 337 | 321 | 74 | 0 | 6 | 111 | 15 | 67 | 110 | 67 |
| Binary | 11011111 | 11010001 | 111100 | 0 | 110 | 1001001 | 1101 | 110111 | 1001000 | 110111 |
Color Harmonies of #DFD13C
Complementary color
Monochromatic Colors of #DFD13C
Black with #DFD13C
Text Example
Text Example
White with #DFD13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD13C; }
p { color: rgb(223,209,60); }
H1.HeaderClassName
{
color: #DFD13C;
}
.AnyTagClassName
{
color: #DFD13C;
}
</style>
background-color css
<style>
a { background-color: #DFD13C; }
a { background-color: rgb(223,209,60); }
div.DivClassName
{
background-color: #DFD13C;
}
.BgClassName
{
background-color: #DFD13C;
}
</style>
border-color css
<style>
span { border-color: #DFD13C; }
span { border-color: rgb(223,209,60); }
td.TdClassName
{
border-color: #DFD13C;
}
.TagClassName
{
border-color: #DFD13C;
}
</style>