Shades of Wattle #DFCC34
Tints of Wattle #DFCC34
RGB
CMYK
RGB Variations
Color information
#DFCC34 (or 0xDFCC34) is known color: Wattle. HEX triplet: DF, CC and 34. RGB value is (223,204,52). Sum of RGB (Red+Green+Blue) = 223+204+52=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC34 is #2033CB. Grayscale: #C0C0C0. Windows color (decimal): -2110412 or 3460319. OLE color: 3460319.
HSL color Cylindrical-coordinate representation of color #DFCC34: hue angle of 53.33º 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 #DFCC34 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 52 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.13 |
| HSL | 53.33º | 0.73% | 0.54% | - |
| HSV(B) | 53.33º | 0.77% | 0.87% | - |
| XYZ | 52.64 | 59.12 | 11.89 | - |
| YUV | 192.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 52 | 0 | 0.09 | 0.77 | 0.13 | 53.33 | 0.73 | 0.54 |
| Hex | DF | CC | 34 | 0 | 9 | 4D | D | 35 | 49 | 36 |
| Octal | 337 | 314 | 64 | 0 | 11 | 115 | 15 | 65 | 111 | 66 |
| Binary | 11011111 | 11001100 | 110100 | 0 | 1001 | 1001101 | 1101 | 110101 | 1001001 | 110110 |
Color Harmonies of #DFCC34
Complementary color
Monochromatic Colors of #DFCC34
Black with #DFCC34
Text Example
Text Example
White with #DFCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC34; }
p { color: rgb(223,204,52); }
H1.HeaderClassName
{
color: #DFCC34;
}
.AnyTagClassName
{
color: #DFCC34;
}
</style>
background-color css
<style>
a { background-color: #DFCC34; }
a { background-color: rgb(223,204,52); }
div.DivClassName
{
background-color: #DFCC34;
}
.BgClassName
{
background-color: #DFCC34;
}
</style>
border-color css
<style>
span { border-color: #DFCC34; }
span { border-color: rgb(223,204,52); }
td.TdClassName
{
border-color: #DFCC34;
}
.TagClassName
{
border-color: #DFCC34;
}
</style>