Shades of Wattle #DFC93B
Tints of Wattle #DFC93B
RGB
CMYK
RGB Variations
Color information
#DFC93B (or 0xDFC93B) is known color: Wattle. HEX triplet: DF, C9 and 3B. RGB value is (223,201,59). Sum of RGB (Red+Green+Blue) = 223+201+59=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 59 (23.44% from 255 or 12.22% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC93B is #2036C4. Grayscale: #BFBFBF. Windows color (decimal): -2111173 or 3918303. OLE color: 3918303.
HSL color Cylindrical-coordinate representation of color #DFC93B: hue angle of 51.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFC93B is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 59 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.13 |
| HSL | 51.95º | 0.72% | 0.55% | - |
| HSV(B) | 51.95º | 0.74% | 0.87% | - |
| XYZ | 52.11 | 57.78 | 12.54 | - |
| YUV | 191.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 59 | 0 | 0.10 | 0.74 | 0.13 | 51.95 | 0.72 | 0.55 |
| Hex | DF | C9 | 3B | 0 | A | 4A | D | 34 | 48 | 37 |
| Octal | 337 | 311 | 73 | 0 | 12 | 112 | 15 | 64 | 110 | 67 |
| Binary | 11011111 | 11001001 | 111011 | 0 | 1010 | 1001010 | 1101 | 110100 | 1001000 | 110111 |
Color Harmonies of #DFC93B
Complementary color
Monochromatic Colors of #DFC93B
Black with #DFC93B
Text Example
Text Example
White with #DFC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC93B; }
p { color: rgb(223,201,59); }
H1.HeaderClassName
{
color: #DFC93B;
}
.AnyTagClassName
{
color: #DFC93B;
}
</style>
background-color css
<style>
a { background-color: #DFC93B; }
a { background-color: rgb(223,201,59); }
div.DivClassName
{
background-color: #DFC93B;
}
.BgClassName
{
background-color: #DFC93B;
}
</style>
border-color css
<style>
span { border-color: #DFC93B; }
span { border-color: rgb(223,201,59); }
td.TdClassName
{
border-color: #DFC93B;
}
.TagClassName
{
border-color: #DFC93B;
}
</style>