Shades of Wattle #DFC530
Tints of Wattle #DFC530
RGB
CMYK
RGB Variations
Color information
#DFC530 (or 0xDFC530) is known color: Wattle. HEX triplet: DF, C5 and 30. RGB value is (223,197,48). Sum of RGB (Red+Green+Blue) = 223+197+48=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC530 is #203ACF. Grayscale: #BCBCBC. Windows color (decimal): -2112208 or 3196383. OLE color: 3196383.
HSL color Cylindrical-coordinate representation of color #DFC530: hue angle of 51.09º 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 #DFC530 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 48 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.13 |
| HSL | 51.09º | 0.73% | 0.53% | - |
| HSV(B) | 51.09º | 0.78% | 0.87% | - |
| XYZ | 50.93 | 55.83 | 10.89 | - |
| YUV | 187.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 48 | 0 | 0.12 | 0.78 | 0.13 | 51.09 | 0.73 | 0.53 |
| Hex | DF | C5 | 30 | 0 | C | 4E | D | 33 | 49 | 35 |
| Octal | 337 | 305 | 60 | 0 | 14 | 116 | 15 | 63 | 111 | 65 |
| Binary | 11011111 | 11000101 | 110000 | 0 | 1100 | 1001110 | 1101 | 110011 | 1001001 | 110101 |
Color Harmonies of #DFC530
Complementary color
Monochromatic Colors of #DFC530
Black with #DFC530
Text Example
Text Example
White with #DFC530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC530; }
p { color: rgb(223,197,48); }
H1.HeaderClassName
{
color: #DFC530;
}
.AnyTagClassName
{
color: #DFC530;
}
</style>
background-color css
<style>
a { background-color: #DFC530; }
a { background-color: rgb(223,197,48); }
div.DivClassName
{
background-color: #DFC530;
}
.BgClassName
{
background-color: #DFC530;
}
</style>
border-color css
<style>
span { border-color: #DFC530; }
span { border-color: rgb(223,197,48); }
td.TdClassName
{
border-color: #DFC530;
}
.TagClassName
{
border-color: #DFC530;
}
</style>