Shades of Wattle #DFC13B
Tints of Wattle #DFC13B
RGB
CMYK
RGB Variations
Color information
#DFC13B (or 0xDFC13B) is known color: Wattle. HEX triplet: DF, C1 and 3B. RGB value is (223,193,59). Sum of RGB (Red+Green+Blue) = 223+193+59=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC13B is #203EC4. Grayscale: #BBBBBB. Windows color (decimal): -2113221 or 3916255. OLE color: 3916255.
HSL color Cylindrical-coordinate representation of color #DFC13B: hue angle of 49.02º 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 #DFC13B is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 59 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.13 |
| HSL | 49.02º | 0.72% | 0.55% | - |
| HSV(B) | 49.02º | 0.74% | 0.87% | - |
| XYZ | 50.29 | 54.14 | 11.94 | - |
| YUV | 186.69 | 55.94 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 59 | 0 | 0.13 | 0.74 | 0.13 | 49.02 | 0.72 | 0.55 |
| Hex | DF | C1 | 3B | 0 | D | 4A | D | 31 | 48 | 37 |
| Octal | 337 | 301 | 73 | 0 | 15 | 112 | 15 | 61 | 110 | 67 |
| Binary | 11011111 | 11000001 | 111011 | 0 | 1101 | 1001010 | 1101 | 110001 | 1001000 | 110111 |
Color Harmonies of #DFC13B
Complementary color
Monochromatic Colors of #DFC13B
Black with #DFC13B
Text Example
Text Example
White with #DFC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC13B; }
p { color: rgb(223,193,59); }
H1.HeaderClassName
{
color: #DFC13B;
}
.AnyTagClassName
{
color: #DFC13B;
}
</style>
background-color css
<style>
a { background-color: #DFC13B; }
a { background-color: rgb(223,193,59); }
div.DivClassName
{
background-color: #DFC13B;
}
.BgClassName
{
background-color: #DFC13B;
}
</style>
border-color css
<style>
span { border-color: #DFC13B; }
span { border-color: rgb(223,193,59); }
td.TdClassName
{
border-color: #DFC13B;
}
.TagClassName
{
border-color: #DFC13B;
}
</style>