Shades of Wattle #DFC932
Tints of Wattle #DFC932
RGB
CMYK
RGB Variations
Color information
#DFC932 (or 0xDFC932) is known color: Wattle. HEX triplet: DF, C9 and 32. RGB value is (223,201,50). Sum of RGB (Red+Green+Blue) = 223+201+50=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC932 is #2036CD. Grayscale: #BEBEBE. Windows color (decimal): -2111182 or 3328479. OLE color: 3328479.
HSL color Cylindrical-coordinate representation of color #DFC932: hue angle of 52.37º 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 #DFC932 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 50 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.13 |
| HSL | 52.37º | 0.73% | 0.54% | - |
| HSV(B) | 52.37º | 0.78% | 0.87% | - |
| XYZ | 51.89 | 57.69 | 11.42 | - |
| YUV | 190.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 50 | 0 | 0.10 | 0.78 | 0.13 | 52.37 | 0.73 | 0.54 |
| Hex | DF | C9 | 32 | 0 | A | 4E | D | 34 | 49 | 36 |
| Octal | 337 | 311 | 62 | 0 | 12 | 116 | 15 | 64 | 111 | 66 |
| Binary | 11011111 | 11001001 | 110010 | 0 | 1010 | 1001110 | 1101 | 110100 | 1001001 | 110110 |
Color Harmonies of #DFC932
Complementary color
Monochromatic Colors of #DFC932
Black with #DFC932
Text Example
Text Example
White with #DFC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC932; }
p { color: rgb(223,201,50); }
H1.HeaderClassName
{
color: #DFC932;
}
.AnyTagClassName
{
color: #DFC932;
}
</style>
background-color css
<style>
a { background-color: #DFC932; }
a { background-color: rgb(223,201,50); }
div.DivClassName
{
background-color: #DFC932;
}
.BgClassName
{
background-color: #DFC932;
}
</style>
border-color css
<style>
span { border-color: #DFC932; }
span { border-color: rgb(223,201,50); }
td.TdClassName
{
border-color: #DFC932;
}
.TagClassName
{
border-color: #DFC932;
}
</style>