Shades of Wattle #DFCE31
Tints of Wattle #DFCE31
RGB
CMYK
RGB Variations
Color information
#DFCE31 (or 0xDFCE31) is known color: Wattle. HEX triplet: DF, CE and 31. RGB value is (223,206,49). Sum of RGB (Red+Green+Blue) = 223+206+49=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCE31 is #2031CE. Grayscale: #C1C1C1. Windows color (decimal): -2109903 or 3264223. OLE color: 3264223.
HSL color Cylindrical-coordinate representation of color #DFCE31: hue angle of 54.14º 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 #DFCE31 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 49 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.13 |
| HSL | 54.14º | 0.73% | 0.53% | - |
| HSV(B) | 54.14º | 0.78% | 0.87% | - |
| XYZ | 53.06 | 60.05 | 11.7 | - |
| YUV | 193.19 | 46.63 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 49 | 0 | 0.08 | 0.78 | 0.13 | 54.14 | 0.73 | 0.53 |
| Hex | DF | CE | 31 | 0 | 8 | 4E | D | 36 | 49 | 35 |
| Octal | 337 | 316 | 61 | 0 | 10 | 116 | 15 | 66 | 111 | 65 |
| Binary | 11011111 | 11001110 | 110001 | 0 | 1000 | 1001110 | 1101 | 110110 | 1001001 | 110101 |
Color Harmonies of #DFCE31
Complementary color
Monochromatic Colors of #DFCE31
Black with #DFCE31
Text Example
Text Example
White with #DFCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE31; }
p { color: rgb(223,206,49); }
H1.HeaderClassName
{
color: #DFCE31;
}
.AnyTagClassName
{
color: #DFCE31;
}
</style>
background-color css
<style>
a { background-color: #DFCE31; }
a { background-color: rgb(223,206,49); }
div.DivClassName
{
background-color: #DFCE31;
}
.BgClassName
{
background-color: #DFCE31;
}
</style>
border-color css
<style>
span { border-color: #DFCE31; }
span { border-color: rgb(223,206,49); }
td.TdClassName
{
border-color: #DFCE31;
}
.TagClassName
{
border-color: #DFCE31;
}
</style>