Shades of Wattle #DFCE3C
Tints of Wattle #DFCE3C
RGB
CMYK
RGB Variations
Color information
#DFCE3C (or 0xDFCE3C) is known color: Wattle. HEX triplet: DF, CE and 3C. RGB value is (223,206,60). Sum of RGB (Red+Green+Blue) = 223+206+60=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCE3C is #2031C3. Grayscale: #C3C3C3. Windows color (decimal): -2109892 or 3985119. OLE color: 3985119.
HSL color Cylindrical-coordinate representation of color #DFCE3C: hue angle of 53.74º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFCE3C is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 60 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.13 |
| HSL | 53.74º | 0.72% | 0.55% | - |
| HSV(B) | 53.74º | 0.73% | 0.87% | - |
| XYZ | 53.32 | 60.16 | 13.08 | - |
| YUV | 194.44 | 52.13 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 60 | 0 | 0.08 | 0.73 | 0.13 | 53.74 | 0.72 | 0.55 |
| Hex | DF | CE | 3C | 0 | 8 | 49 | D | 36 | 48 | 37 |
| Octal | 337 | 316 | 74 | 0 | 10 | 111 | 15 | 66 | 110 | 67 |
| Binary | 11011111 | 11001110 | 111100 | 0 | 1000 | 1001001 | 1101 | 110110 | 1001000 | 110111 |
Color Harmonies of #DFCE3C
Complementary color
Monochromatic Colors of #DFCE3C
Black with #DFCE3C
Text Example
Text Example
White with #DFCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE3C; }
p { color: rgb(223,206,60); }
H1.HeaderClassName
{
color: #DFCE3C;
}
.AnyTagClassName
{
color: #DFCE3C;
}
</style>
background-color css
<style>
a { background-color: #DFCE3C; }
a { background-color: rgb(223,206,60); }
div.DivClassName
{
background-color: #DFCE3C;
}
.BgClassName
{
background-color: #DFCE3C;
}
</style>
border-color css
<style>
span { border-color: #DFCE3C; }
span { border-color: rgb(223,206,60); }
td.TdClassName
{
border-color: #DFCE3C;
}
.TagClassName
{
border-color: #DFCE3C;
}
</style>