Shades of Wattle #DFCC33
Tints of Wattle #DFCC33
RGB
CMYK
RGB Variations
Color information
#DFCC33 (or 0xDFCC33) is known color: Wattle. HEX triplet: DF, CC and 33. RGB value is (223,204,51). Sum of RGB (Red+Green+Blue) = 223+204+51=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 51 (20.31% from 255 or 10.67% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC33 is #2033CC. Grayscale: #C0C0C0. Windows color (decimal): -2110413 or 3394783. OLE color: 3394783.
HSL color Cylindrical-coordinate representation of color #DFCC33: hue angle of 53.37º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFCC33 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 51 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.13 |
| HSL | 53.37º | 0.73% | 0.54% | - |
| HSV(B) | 53.37º | 0.77% | 0.87% | - |
| XYZ | 52.62 | 59.11 | 11.77 | - |
| YUV | 192.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 51 | 0 | 0.09 | 0.77 | 0.13 | 53.37 | 0.73 | 0.54 |
| Hex | DF | CC | 33 | 0 | 9 | 4D | D | 35 | 49 | 36 |
| Octal | 337 | 314 | 63 | 0 | 11 | 115 | 15 | 65 | 111 | 66 |
| Binary | 11011111 | 11001100 | 110011 | 0 | 1001 | 1001101 | 1101 | 110101 | 1001001 | 110110 |
Color Harmonies of #DFCC33
Complementary color
Monochromatic Colors of #DFCC33
Black with #DFCC33
Text Example
Text Example
White with #DFCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC33; }
p { color: rgb(223,204,51); }
H1.HeaderClassName
{
color: #DFCC33;
}
.AnyTagClassName
{
color: #DFCC33;
}
</style>
background-color css
<style>
a { background-color: #DFCC33; }
a { background-color: rgb(223,204,51); }
div.DivClassName
{
background-color: #DFCC33;
}
.BgClassName
{
background-color: #DFCC33;
}
</style>
border-color css
<style>
span { border-color: #DFCC33; }
span { border-color: rgb(223,204,51); }
td.TdClassName
{
border-color: #DFCC33;
}
.TagClassName
{
border-color: #DFCC33;
}
</style>