Shades of Wattle #DFC731
Tints of Wattle #DFC731
RGB
CMYK
RGB Variations
Color information
#DFC731 (or 0xDFC731) is known color: Wattle. HEX triplet: DF, C7 and 31. RGB value is (223,199,49). Sum of RGB (Red+Green+Blue) = 223+199+49=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC731 is #2038CE. Grayscale: #BDBDBD. Windows color (decimal): -2111695 or 3262431. OLE color: 3262431.
HSL color Cylindrical-coordinate representation of color #DFC731: hue angle of 51.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFC731 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 49 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.13 |
| HSL | 51.72º | 0.73% | 0.53% | - |
| HSV(B) | 51.72º | 0.78% | 0.87% | - |
| XYZ | 51.41 | 56.76 | 11.15 | - |
| YUV | 189.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 49 | 0 | 0.11 | 0.78 | 0.13 | 51.72 | 0.73 | 0.53 |
| Hex | DF | C7 | 31 | 0 | B | 4E | D | 34 | 49 | 35 |
| Octal | 337 | 307 | 61 | 0 | 13 | 116 | 15 | 64 | 111 | 65 |
| Binary | 11011111 | 11000111 | 110001 | 0 | 1011 | 1001110 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DFC731
Complementary color
Monochromatic Colors of #DFC731
Black with #DFC731
Text Example
Text Example
White with #DFC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC731; }
p { color: rgb(223,199,49); }
H1.HeaderClassName
{
color: #DFC731;
}
.AnyTagClassName
{
color: #DFC731;
}
</style>
background-color css
<style>
a { background-color: #DFC731; }
a { background-color: rgb(223,199,49); }
div.DivClassName
{
background-color: #DFC731;
}
.BgClassName
{
background-color: #DFC731;
}
</style>
border-color css
<style>
span { border-color: #DFC731; }
span { border-color: rgb(223,199,49); }
td.TdClassName
{
border-color: #DFC731;
}
.TagClassName
{
border-color: #DFC731;
}
</style>