Shades of Wattle #DFCE32
Tints of Wattle #DFCE32
RGB
CMYK
RGB Variations
Color information
#DFCE32 (or 0xDFCE32) is known color: Wattle. HEX triplet: DF, CE and 32. RGB value is (223,206,50). Sum of RGB (Red+Green+Blue) = 223+206+50=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCE32 is #2031CD. Grayscale: #C1C1C1. Windows color (decimal): -2109902 or 3329759. OLE color: 3329759.
HSL color Cylindrical-coordinate representation of color #DFCE32: hue angle of 54.1º 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 #DFCE32 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 50 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.13 |
| HSL | 54.1º | 0.73% | 0.54% | - |
| HSV(B) | 54.1º | 0.78% | 0.87% | - |
| XYZ | 53.08 | 60.06 | 11.81 | - |
| YUV | 193.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 50 | 0 | 0.08 | 0.78 | 0.13 | 54.1 | 0.73 | 0.54 |
| Hex | DF | CE | 32 | 0 | 8 | 4E | D | 36 | 49 | 36 |
| Octal | 337 | 316 | 62 | 0 | 10 | 116 | 15 | 66 | 111 | 66 |
| Binary | 11011111 | 11001110 | 110010 | 0 | 1000 | 1001110 | 1101 | 110110 | 1001001 | 110110 |
Color Harmonies of #DFCE32
Complementary color
Monochromatic Colors of #DFCE32
Black with #DFCE32
Text Example
Text Example
White with #DFCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE32; }
p { color: rgb(223,206,50); }
H1.HeaderClassName
{
color: #DFCE32;
}
.AnyTagClassName
{
color: #DFCE32;
}
</style>
background-color css
<style>
a { background-color: #DFCE32; }
a { background-color: rgb(223,206,50); }
div.DivClassName
{
background-color: #DFCE32;
}
.BgClassName
{
background-color: #DFCE32;
}
</style>
border-color css
<style>
span { border-color: #DFCE32; }
span { border-color: rgb(223,206,50); }
td.TdClassName
{
border-color: #DFCE32;
}
.TagClassName
{
border-color: #DFCE32;
}
</style>