Shades of Wattle #DFC930
Tints of Wattle #DFC930
RGB
CMYK
RGB Variations
Color information
#DFC930 (or 0xDFC930) is known color: Wattle. HEX triplet: DF, C9 and 30. RGB value is (223,201,48). Sum of RGB (Red+Green+Blue) = 223+201+48=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC930 is #2036CF. Grayscale: #BEBEBE. Windows color (decimal): -2111184 or 3197407. OLE color: 3197407.
HSL color Cylindrical-coordinate representation of color #DFC930: hue angle of 52.46º 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 #DFC930 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 48 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.13 |
| HSL | 52.46º | 0.73% | 0.53% | - |
| HSV(B) | 52.46º | 0.78% | 0.87% | - |
| XYZ | 51.85 | 57.67 | 11.2 | - |
| YUV | 190.14 | 47.79 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 48 | 0 | 0.10 | 0.78 | 0.13 | 52.46 | 0.73 | 0.53 |
| Hex | DF | C9 | 30 | 0 | A | 4E | D | 34 | 49 | 35 |
| Octal | 337 | 311 | 60 | 0 | 12 | 116 | 15 | 64 | 111 | 65 |
| Binary | 11011111 | 11001001 | 110000 | 0 | 1010 | 1001110 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DFC930
Complementary color
Monochromatic Colors of #DFC930
Black with #DFC930
Text Example
Text Example
White with #DFC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC930; }
p { color: rgb(223,201,48); }
H1.HeaderClassName
{
color: #DFC930;
}
.AnyTagClassName
{
color: #DFC930;
}
</style>
background-color css
<style>
a { background-color: #DFC930; }
a { background-color: rgb(223,201,48); }
div.DivClassName
{
background-color: #DFC930;
}
.BgClassName
{
background-color: #DFC930;
}
</style>
border-color css
<style>
span { border-color: #DFC930; }
span { border-color: rgb(223,201,48); }
td.TdClassName
{
border-color: #DFC930;
}
.TagClassName
{
border-color: #DFC930;
}
</style>