Shades of Wattle #DFCE2F
Tints of Wattle #DFCE2F
RGB
CMYK
RGB Variations
Color information
#DFCE2F (or 0xDFCE2F) is known color: Wattle. HEX triplet: DF, CE and 2F. RGB value is (223,206,47). Sum of RGB (Red+Green+Blue) = 223+206+47=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCE2F is #2031D0. Grayscale: #C1C1C1. Windows color (decimal): -2109905 or 3133151. OLE color: 3133151.
HSL color Cylindrical-coordinate representation of color #DFCE2F: hue angle of 54.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFCE2F is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 47 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.13 |
| HSL | 54.2º | 0.73% | 0.53% | - |
| HSV(B) | 54.2º | 0.79% | 0.87% | - |
| XYZ | 53.02 | 60.04 | 11.48 | - |
| YUV | 192.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 47 | 0 | 0.08 | 0.79 | 0.13 | 54.2 | 0.73 | 0.53 |
| Hex | DF | CE | 2F | 0 | 8 | 4F | D | 36 | 49 | 35 |
| Octal | 337 | 316 | 57 | 0 | 10 | 117 | 15 | 66 | 111 | 65 |
| Binary | 11011111 | 11001110 | 101111 | 0 | 1000 | 1001111 | 1101 | 110110 | 1001001 | 110101 |
Color Harmonies of #DFCE2F
Complementary color
Monochromatic Colors of #DFCE2F
Black with #DFCE2F
Text Example
Text Example
White with #DFCE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE2F; }
p { color: rgb(223,206,47); }
H1.HeaderClassName
{
color: #DFCE2F;
}
.AnyTagClassName
{
color: #DFCE2F;
}
</style>
background-color css
<style>
a { background-color: #DFCE2F; }
a { background-color: rgb(223,206,47); }
div.DivClassName
{
background-color: #DFCE2F;
}
.BgClassName
{
background-color: #DFCE2F;
}
</style>
border-color css
<style>
span { border-color: #DFCE2F; }
span { border-color: rgb(223,206,47); }
td.TdClassName
{
border-color: #DFCE2F;
}
.TagClassName
{
border-color: #DFCE2F;
}
</style>