Shades of Wattle #DFC72F
Tints of Wattle #DFC72F
RGB
CMYK
RGB Variations
Color information
#DFC72F (or 0xDFC72F) is known color: Wattle. HEX triplet: DF, C7 and 2F. RGB value is (223,199,47). Sum of RGB (Red+Green+Blue) = 223+199+47=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC72F is #2038D0. Grayscale: #BDBDBD. Windows color (decimal): -2111697 or 3131359. OLE color: 3131359.
HSL color Cylindrical-coordinate representation of color #DFC72F: hue angle of 51.82º 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 #DFC72F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 47 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.13 |
| HSL | 51.82º | 0.73% | 0.53% | - |
| HSV(B) | 51.82º | 0.79% | 0.87% | - |
| XYZ | 51.37 | 56.74 | 10.93 | - |
| YUV | 188.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 47 | 0 | 0.11 | 0.79 | 0.13 | 51.82 | 0.73 | 0.53 |
| Hex | DF | C7 | 2F | 0 | B | 4F | D | 34 | 49 | 35 |
| Octal | 337 | 307 | 57 | 0 | 13 | 117 | 15 | 64 | 111 | 65 |
| Binary | 11011111 | 11000111 | 101111 | 0 | 1011 | 1001111 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DFC72F
Complementary color
Monochromatic Colors of #DFC72F
Black with #DFC72F
Text Example
Text Example
White with #DFC72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC72F; }
p { color: rgb(223,199,47); }
H1.HeaderClassName
{
color: #DFC72F;
}
.AnyTagClassName
{
color: #DFC72F;
}
</style>
background-color css
<style>
a { background-color: #DFC72F; }
a { background-color: rgb(223,199,47); }
div.DivClassName
{
background-color: #DFC72F;
}
.BgClassName
{
background-color: #DFC72F;
}
</style>
border-color css
<style>
span { border-color: #DFC72F; }
span { border-color: rgb(223,199,47); }
td.TdClassName
{
border-color: #DFC72F;
}
.TagClassName
{
border-color: #DFC72F;
}
</style>