Shades of Wattle #DFC532
Tints of Wattle #DFC532
RGB
CMYK
RGB Variations
Color information
#DFC532 (or 0xDFC532) is known color: Wattle. HEX triplet: DF, C5 and 32. RGB value is (223,197,50). Sum of RGB (Red+Green+Blue) = 223+197+50=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC532 is #203ACD. Grayscale: #BCBCBC. Windows color (decimal): -2112206 or 3327455. OLE color: 3327455.
HSL color Cylindrical-coordinate representation of color #DFC532: hue angle of 50.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFC532 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 50 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.13 |
| HSL | 50.98º | 0.73% | 0.54% | - |
| HSV(B) | 50.98º | 0.78% | 0.87% | - |
| XYZ | 50.97 | 55.85 | 11.11 | - |
| YUV | 188.02 | 50.11 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 50 | 0 | 0.12 | 0.78 | 0.13 | 50.98 | 0.73 | 0.54 |
| Hex | DF | C5 | 32 | 0 | C | 4E | D | 33 | 49 | 36 |
| Octal | 337 | 305 | 62 | 0 | 14 | 116 | 15 | 63 | 111 | 66 |
| Binary | 11011111 | 11000101 | 110010 | 0 | 1100 | 1001110 | 1101 | 110011 | 1001001 | 110110 |
Color Harmonies of #DFC532
Complementary color
Monochromatic Colors of #DFC532
Black with #DFC532
Text Example
Text Example
White with #DFC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC532; }
p { color: rgb(223,197,50); }
H1.HeaderClassName
{
color: #DFC532;
}
.AnyTagClassName
{
color: #DFC532;
}
</style>
background-color css
<style>
a { background-color: #DFC532; }
a { background-color: rgb(223,197,50); }
div.DivClassName
{
background-color: #DFC532;
}
.BgClassName
{
background-color: #DFC532;
}
</style>
border-color css
<style>
span { border-color: #DFC532; }
span { border-color: rgb(223,197,50); }
td.TdClassName
{
border-color: #DFC532;
}
.TagClassName
{
border-color: #DFC532;
}
</style>