Shades of Wattle #DFC630
Tints of Wattle #DFC630
RGB
CMYK
RGB Variations
Color information
#DFC630 (or 0xDFC630) is known color: Wattle. HEX triplet: DF, C6 and 30. RGB value is (223,198,48). Sum of RGB (Red+Green+Blue) = 223+198+48=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC630 is #2039CF. Grayscale: #BCBCBC. Windows color (decimal): -2111952 or 3196639. OLE color: 3196639.
HSL color Cylindrical-coordinate representation of color #DFC630: hue angle of 51.43º 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 #DFC630 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 48 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.13 |
| HSL | 51.43º | 0.73% | 0.53% | - |
| HSV(B) | 51.43º | 0.78% | 0.87% | - |
| XYZ | 51.16 | 56.29 | 10.96 | - |
| YUV | 188.38 | 48.78 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 48 | 0 | 0.11 | 0.78 | 0.13 | 51.43 | 0.73 | 0.53 |
| Hex | DF | C6 | 30 | 0 | B | 4E | D | 33 | 49 | 35 |
| Octal | 337 | 306 | 60 | 0 | 13 | 116 | 15 | 63 | 111 | 65 |
| Binary | 11011111 | 11000110 | 110000 | 0 | 1011 | 1001110 | 1101 | 110011 | 1001001 | 110101 |
Color Harmonies of #DFC630
Complementary color
Monochromatic Colors of #DFC630
Black with #DFC630
Text Example
Text Example
White with #DFC630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC630; }
p { color: rgb(223,198,48); }
H1.HeaderClassName
{
color: #DFC630;
}
.AnyTagClassName
{
color: #DFC630;
}
</style>
background-color css
<style>
a { background-color: #DFC630; }
a { background-color: rgb(223,198,48); }
div.DivClassName
{
background-color: #DFC630;
}
.BgClassName
{
background-color: #DFC630;
}
</style>
border-color css
<style>
span { border-color: #DFC630; }
span { border-color: rgb(223,198,48); }
td.TdClassName
{
border-color: #DFC630;
}
.TagClassName
{
border-color: #DFC630;
}
</style>