Shades of Wattle #DFCC32
Tints of Wattle #DFCC32
RGB
CMYK
RGB Variations
Color information
#DFCC32 (or 0xDFCC32) is known color: Wattle. HEX triplet: DF, CC and 32. RGB value is (223,204,50). Sum of RGB (Red+Green+Blue) = 223+204+50=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC32 is #2033CD. Grayscale: #C0C0C0. Windows color (decimal): -2110414 or 3329247. OLE color: 3329247.
HSL color Cylindrical-coordinate representation of color #DFCC32: hue angle of 53.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFCC32 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 50 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.13 |
| HSL | 53.41º | 0.73% | 0.54% | - |
| HSV(B) | 53.41º | 0.78% | 0.87% | - |
| XYZ | 52.6 | 59.1 | 11.65 | - |
| YUV | 192.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 50 | 0 | 0.09 | 0.78 | 0.13 | 53.41 | 0.73 | 0.54 |
| Hex | DF | CC | 32 | 0 | 9 | 4E | D | 35 | 49 | 36 |
| Octal | 337 | 314 | 62 | 0 | 11 | 116 | 15 | 65 | 111 | 66 |
| Binary | 11011111 | 11001100 | 110010 | 0 | 1001 | 1001110 | 1101 | 110101 | 1001001 | 110110 |
Color Harmonies of #DFCC32
Complementary color
Monochromatic Colors of #DFCC32
Black with #DFCC32
Text Example
Text Example
White with #DFCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC32; }
p { color: rgb(223,204,50); }
H1.HeaderClassName
{
color: #DFCC32;
}
.AnyTagClassName
{
color: #DFCC32;
}
</style>
background-color css
<style>
a { background-color: #DFCC32; }
a { background-color: rgb(223,204,50); }
div.DivClassName
{
background-color: #DFCC32;
}
.BgClassName
{
background-color: #DFCC32;
}
</style>
border-color css
<style>
span { border-color: #DFCC32; }
span { border-color: rgb(223,204,50); }
td.TdClassName
{
border-color: #DFCC32;
}
.TagClassName
{
border-color: #DFCC32;
}
</style>