Shades of Wattle #DFC33B
Tints of Wattle #DFC33B
RGB
CMYK
RGB Variations
Color information
#DFC33B (or 0xDFC33B) is known color: Wattle. HEX triplet: DF, C3 and 3B. RGB value is (223,195,59). Sum of RGB (Red+Green+Blue) = 223+195+59=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC33B is #203CC4. Grayscale: #BCBCBC. Windows color (decimal): -2112709 or 3916767. OLE color: 3916767.
HSL color Cylindrical-coordinate representation of color #DFC33B: hue angle of 49.76º 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 #DFC33B is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 59 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.13 |
| HSL | 49.76º | 0.72% | 0.55% | - |
| HSV(B) | 49.76º | 0.74% | 0.87% | - |
| XYZ | 50.74 | 55.03 | 12.09 | - |
| YUV | 187.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 59 | 0 | 0.13 | 0.74 | 0.13 | 49.76 | 0.72 | 0.55 |
| Hex | DF | C3 | 3B | 0 | D | 4A | D | 32 | 48 | 37 |
| Octal | 337 | 303 | 73 | 0 | 15 | 112 | 15 | 62 | 110 | 67 |
| Binary | 11011111 | 11000011 | 111011 | 0 | 1101 | 1001010 | 1101 | 110010 | 1001000 | 110111 |
Color Harmonies of #DFC33B
Complementary color
Monochromatic Colors of #DFC33B
Black with #DFC33B
Text Example
Text Example
White with #DFC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC33B; }
p { color: rgb(223,195,59); }
H1.HeaderClassName
{
color: #DFC33B;
}
.AnyTagClassName
{
color: #DFC33B;
}
</style>
background-color css
<style>
a { background-color: #DFC33B; }
a { background-color: rgb(223,195,59); }
div.DivClassName
{
background-color: #DFC33B;
}
.BgClassName
{
background-color: #DFC33B;
}
</style>
border-color css
<style>
span { border-color: #DFC33B; }
span { border-color: rgb(223,195,59); }
td.TdClassName
{
border-color: #DFC33B;
}
.TagClassName
{
border-color: #DFC33B;
}
</style>