Shades of Wattle #DFC53B
Tints of Wattle #DFC53B
RGB
CMYK
RGB Variations
Color information
#DFC53B (or 0xDFC53B) is known color: Wattle. HEX triplet: DF, C5 and 3B. RGB value is (223,197,59). Sum of RGB (Red+Green+Blue) = 223+197+59=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC53B is #203AC4. Grayscale: #BDBDBD. Windows color (decimal): -2112197 or 3917279. OLE color: 3917279.
HSL color Cylindrical-coordinate representation of color #DFC53B: hue angle of 50.49º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFC53B is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 59 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.13 |
| HSL | 50.49º | 0.72% | 0.55% | - |
| HSV(B) | 50.49º | 0.74% | 0.87% | - |
| XYZ | 51.19 | 55.94 | 12.24 | - |
| YUV | 189.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 59 | 0 | 0.12 | 0.74 | 0.13 | 50.49 | 0.72 | 0.55 |
| Hex | DF | C5 | 3B | 0 | C | 4A | D | 32 | 48 | 37 |
| Octal | 337 | 305 | 73 | 0 | 14 | 112 | 15 | 62 | 110 | 67 |
| Binary | 11011111 | 11000101 | 111011 | 0 | 1100 | 1001010 | 1101 | 110010 | 1001000 | 110111 |
Color Harmonies of #DFC53B
Complementary color
Monochromatic Colors of #DFC53B
Black with #DFC53B
Text Example
Text Example
White with #DFC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC53B; }
p { color: rgb(223,197,59); }
H1.HeaderClassName
{
color: #DFC53B;
}
.AnyTagClassName
{
color: #DFC53B;
}
</style>
background-color css
<style>
a { background-color: #DFC53B; }
a { background-color: rgb(223,197,59); }
div.DivClassName
{
background-color: #DFC53B;
}
.BgClassName
{
background-color: #DFC53B;
}
</style>
border-color css
<style>
span { border-color: #DFC53B; }
span { border-color: rgb(223,197,59); }
td.TdClassName
{
border-color: #DFC53B;
}
.TagClassName
{
border-color: #DFC53B;
}
</style>