Shades of Wattle #DFC535
Tints of Wattle #DFC535
RGB
CMYK
RGB Variations
Color information
#DFC535 (or 0xDFC535) is known color: Wattle. HEX triplet: DF, C5 and 35. RGB value is (223,197,53). Sum of RGB (Red+Green+Blue) = 223+197+53=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC535 is #203ACA. Grayscale: #BCBCBC. Windows color (decimal): -2112203 or 3524063. OLE color: 3524063.
HSL color Cylindrical-coordinate representation of color #DFC535: hue angle of 50.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFC535 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 53 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.13 |
| HSL | 50.82º | 0.73% | 0.54% | - |
| HSV(B) | 50.82º | 0.76% | 0.87% | - |
| XYZ | 51.04 | 55.88 | 11.46 | - |
| YUV | 188.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 53 | 0 | 0.12 | 0.76 | 0.13 | 50.82 | 0.73 | 0.54 |
| Hex | DF | C5 | 35 | 0 | C | 4C | D | 33 | 49 | 36 |
| Octal | 337 | 305 | 65 | 0 | 14 | 114 | 15 | 63 | 111 | 66 |
| Binary | 11011111 | 11000101 | 110101 | 0 | 1100 | 1001100 | 1101 | 110011 | 1001001 | 110110 |
Color Harmonies of #DFC535
Complementary color
Monochromatic Colors of #DFC535
Black with #DFC535
Text Example
Text Example
White with #DFC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC535; }
p { color: rgb(223,197,53); }
H1.HeaderClassName
{
color: #DFC535;
}
.AnyTagClassName
{
color: #DFC535;
}
</style>
background-color css
<style>
a { background-color: #DFC535; }
a { background-color: rgb(223,197,53); }
div.DivClassName
{
background-color: #DFC535;
}
.BgClassName
{
background-color: #DFC535;
}
</style>
border-color css
<style>
span { border-color: #DFC535; }
span { border-color: rgb(223,197,53); }
td.TdClassName
{
border-color: #DFC535;
}
.TagClassName
{
border-color: #DFC535;
}
</style>