Shades of Wattle #DFC73C
Tints of Wattle #DFC73C
RGB
CMYK
RGB Variations
Color information
#DFC73C (or 0xDFC73C) is known color: Wattle. HEX triplet: DF, C7 and 3C. RGB value is (223,199,60). Sum of RGB (Red+Green+Blue) = 223+199+60=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC73C is #2038C3. Grayscale: #BEBEBE. Windows color (decimal): -2111684 or 3983327. OLE color: 3983327.
HSL color Cylindrical-coordinate representation of color #DFC73C: hue angle of 51.17º 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 #DFC73C is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 60 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.13 |
| HSL | 51.17º | 0.72% | 0.55% | - |
| HSV(B) | 51.17º | 0.73% | 0.87% | - |
| XYZ | 51.67 | 56.86 | 12.53 | - |
| YUV | 190.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 60 | 0 | 0.11 | 0.73 | 0.13 | 51.17 | 0.72 | 0.55 |
| Hex | DF | C7 | 3C | 0 | B | 49 | D | 33 | 48 | 37 |
| Octal | 337 | 307 | 74 | 0 | 13 | 111 | 15 | 63 | 110 | 67 |
| Binary | 11011111 | 11000111 | 111100 | 0 | 1011 | 1001001 | 1101 | 110011 | 1001000 | 110111 |
Color Harmonies of #DFC73C
Complementary color
Monochromatic Colors of #DFC73C
Black with #DFC73C
Text Example
Text Example
White with #DFC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC73C; }
p { color: rgb(223,199,60); }
H1.HeaderClassName
{
color: #DFC73C;
}
.AnyTagClassName
{
color: #DFC73C;
}
</style>
background-color css
<style>
a { background-color: #DFC73C; }
a { background-color: rgb(223,199,60); }
div.DivClassName
{
background-color: #DFC73C;
}
.BgClassName
{
background-color: #DFC73C;
}
</style>
border-color css
<style>
span { border-color: #DFC73C; }
span { border-color: rgb(223,199,60); }
td.TdClassName
{
border-color: #DFC73C;
}
.TagClassName
{
border-color: #DFC73C;
}
</style>