Shades of Wattle #DFC631
Tints of Wattle #DFC631
RGB
CMYK
RGB Variations
Color information
#DFC631 (or 0xDFC631) is known color: Wattle. HEX triplet: DF, C6 and 31. RGB value is (223,198,49). Sum of RGB (Red+Green+Blue) = 223+198+49=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC631 is #2039CE. Grayscale: #BDBDBD. Windows color (decimal): -2111951 or 3262175. OLE color: 3262175.
HSL color Cylindrical-coordinate representation of color #DFC631: hue angle of 51.38º 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 #DFC631 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 49 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.13 |
| HSL | 51.38º | 0.73% | 0.53% | - |
| HSV(B) | 51.38º | 0.78% | 0.87% | - |
| XYZ | 51.18 | 56.3 | 11.07 | - |
| YUV | 188.49 | 49.28 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 49 | 0 | 0.11 | 0.78 | 0.13 | 51.38 | 0.73 | 0.53 |
| Hex | DF | C6 | 31 | 0 | B | 4E | D | 33 | 49 | 35 |
| Octal | 337 | 306 | 61 | 0 | 13 | 116 | 15 | 63 | 111 | 65 |
| Binary | 11011111 | 11000110 | 110001 | 0 | 1011 | 1001110 | 1101 | 110011 | 1001001 | 110101 |
Color Harmonies of #DFC631
Complementary color
Monochromatic Colors of #DFC631
Black with #DFC631
Text Example
Text Example
White with #DFC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC631; }
p { color: rgb(223,198,49); }
H1.HeaderClassName
{
color: #DFC631;
}
.AnyTagClassName
{
color: #DFC631;
}
</style>
background-color css
<style>
a { background-color: #DFC631; }
a { background-color: rgb(223,198,49); }
div.DivClassName
{
background-color: #DFC631;
}
.BgClassName
{
background-color: #DFC631;
}
</style>
border-color css
<style>
span { border-color: #DFC631; }
span { border-color: rgb(223,198,49); }
td.TdClassName
{
border-color: #DFC631;
}
.TagClassName
{
border-color: #DFC631;
}
</style>