Shades of Wattle #DFCD31
Tints of Wattle #DFCD31
RGB
CMYK
RGB Variations
Color information
#DFCD31 (or 0xDFCD31) is known color: Wattle. HEX triplet: DF, CD and 31. RGB value is (223,205,49). Sum of RGB (Red+Green+Blue) = 223+205+49=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD31 is #2032CE. Grayscale: #C1C1C1. Windows color (decimal): -2110159 or 3263967. OLE color: 3263967.
HSL color Cylindrical-coordinate representation of color #DFCD31: hue angle of 53.79º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFCD31 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 49 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.13 |
| HSL | 53.79º | 0.73% | 0.53% | - |
| HSV(B) | 53.79º | 0.78% | 0.87% | - |
| XYZ | 52.82 | 59.57 | 11.62 | - |
| YUV | 192.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 49 | 0 | 0.08 | 0.78 | 0.13 | 53.79 | 0.73 | 0.53 |
| Hex | DF | CD | 31 | 0 | 8 | 4E | D | 36 | 49 | 35 |
| Octal | 337 | 315 | 61 | 0 | 10 | 116 | 15 | 66 | 111 | 65 |
| Binary | 11011111 | 11001101 | 110001 | 0 | 1000 | 1001110 | 1101 | 110110 | 1001001 | 110101 |
Color Harmonies of #DFCD31
Complementary color
Monochromatic Colors of #DFCD31
Black with #DFCD31
Text Example
Text Example
White with #DFCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD31; }
p { color: rgb(223,205,49); }
H1.HeaderClassName
{
color: #DFCD31;
}
.AnyTagClassName
{
color: #DFCD31;
}
</style>
background-color css
<style>
a { background-color: #DFCD31; }
a { background-color: rgb(223,205,49); }
div.DivClassName
{
background-color: #DFCD31;
}
.BgClassName
{
background-color: #DFCD31;
}
</style>
border-color css
<style>
span { border-color: #DFCD31; }
span { border-color: rgb(223,205,49); }
td.TdClassName
{
border-color: #DFCD31;
}
.TagClassName
{
border-color: #DFCD31;
}
</style>