Shades of Wattle #DFCC30
Tints of Wattle #DFCC30
RGB
CMYK
RGB Variations
Color information
#DFCC30 (or 0xDFCC30) is known color: Wattle. HEX triplet: DF, CC and 30. RGB value is (223,204,48). Sum of RGB (Red+Green+Blue) = 223+204+48=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC30 is #2033CF. Grayscale: #C0C0C0. Windows color (decimal): -2110416 or 3198175. OLE color: 3198175.
HSL color Cylindrical-coordinate representation of color #DFCC30: hue angle of 53.49º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFCC30 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 48 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.13 |
| HSL | 53.49º | 0.73% | 0.53% | - |
| HSV(B) | 53.49º | 0.78% | 0.87% | - |
| XYZ | 52.56 | 59.09 | 11.43 | - |
| YUV | 191.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 48 | 0 | 0.09 | 0.78 | 0.13 | 53.49 | 0.73 | 0.53 |
| Hex | DF | CC | 30 | 0 | 9 | 4E | D | 35 | 49 | 35 |
| Octal | 337 | 314 | 60 | 0 | 11 | 116 | 15 | 65 | 111 | 65 |
| Binary | 11011111 | 11001100 | 110000 | 0 | 1001 | 1001110 | 1101 | 110101 | 1001001 | 110101 |
Color Harmonies of #DFCC30
Complementary color
Monochromatic Colors of #DFCC30
Black with #DFCC30
Text Example
Text Example
White with #DFCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC30; }
p { color: rgb(223,204,48); }
H1.HeaderClassName
{
color: #DFCC30;
}
.AnyTagClassName
{
color: #DFCC30;
}
</style>
background-color css
<style>
a { background-color: #DFCC30; }
a { background-color: rgb(223,204,48); }
div.DivClassName
{
background-color: #DFCC30;
}
.BgClassName
{
background-color: #DFCC30;
}
</style>
border-color css
<style>
span { border-color: #DFCC30; }
span { border-color: rgb(223,204,48); }
td.TdClassName
{
border-color: #DFCC30;
}
.TagClassName
{
border-color: #DFCC30;
}
</style>