Shades of Wattle #DFC831
Tints of Wattle #DFC831
RGB
CMYK
RGB Variations
Color information
#DFC831 (or 0xDFC831) is known color: Wattle. HEX triplet: DF, C8 and 31. RGB value is (223,200,49). Sum of RGB (Red+Green+Blue) = 223+200+49=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC831 is #2037CE. Grayscale: #BEBEBE. Windows color (decimal): -2111439 or 3262687. OLE color: 3262687.
HSL color Cylindrical-coordinate representation of color #DFC831: hue angle of 52.07º 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 #DFC831 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 49 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.13 |
| HSL | 52.07º | 0.73% | 0.53% | - |
| HSV(B) | 52.07º | 0.78% | 0.87% | - |
| XYZ | 51.64 | 57.22 | 11.23 | - |
| YUV | 189.66 | 48.62 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 49 | 0 | 0.10 | 0.78 | 0.13 | 52.07 | 0.73 | 0.53 |
| Hex | DF | C8 | 31 | 0 | A | 4E | D | 34 | 49 | 35 |
| Octal | 337 | 310 | 61 | 0 | 12 | 116 | 15 | 64 | 111 | 65 |
| Binary | 11011111 | 11001000 | 110001 | 0 | 1010 | 1001110 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DFC831
Complementary color
Monochromatic Colors of #DFC831
Black with #DFC831
Text Example
Text Example
White with #DFC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC831; }
p { color: rgb(223,200,49); }
H1.HeaderClassName
{
color: #DFC831;
}
.AnyTagClassName
{
color: #DFC831;
}
</style>
background-color css
<style>
a { background-color: #DFC831; }
a { background-color: rgb(223,200,49); }
div.DivClassName
{
background-color: #DFC831;
}
.BgClassName
{
background-color: #DFC831;
}
</style>
border-color css
<style>
span { border-color: #DFC831; }
span { border-color: rgb(223,200,49); }
td.TdClassName
{
border-color: #DFC831;
}
.TagClassName
{
border-color: #DFC831;
}
</style>