Shades of Wattle #DFCC31
Tints of Wattle #DFCC31
RGB
CMYK
RGB Variations
Color information
#DFCC31 (or 0xDFCC31) is known color: Wattle. HEX triplet: DF, CC and 31. RGB value is (223,204,49). Sum of RGB (Red+Green+Blue) = 223+204+49=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC31 is #2033CE. Grayscale: #C0C0C0. Windows color (decimal): -2110415 or 3263711. OLE color: 3263711.
HSL color Cylindrical-coordinate representation of color #DFCC31: hue angle of 53.45º 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 #DFCC31 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 49 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.13 |
| HSL | 53.45º | 0.73% | 0.53% | - |
| HSV(B) | 53.45º | 0.78% | 0.87% | - |
| XYZ | 52.58 | 59.1 | 11.54 | - |
| YUV | 192.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 49 | 0 | 0.09 | 0.78 | 0.13 | 53.45 | 0.73 | 0.53 |
| Hex | DF | CC | 31 | 0 | 9 | 4E | D | 35 | 49 | 35 |
| Octal | 337 | 314 | 61 | 0 | 11 | 116 | 15 | 65 | 111 | 65 |
| Binary | 11011111 | 11001100 | 110001 | 0 | 1001 | 1001110 | 1101 | 110101 | 1001001 | 110101 |
Color Harmonies of #DFCC31
Complementary color
Monochromatic Colors of #DFCC31
Black with #DFCC31
Text Example
Text Example
White with #DFCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC31; }
p { color: rgb(223,204,49); }
H1.HeaderClassName
{
color: #DFCC31;
}
.AnyTagClassName
{
color: #DFCC31;
}
</style>
background-color css
<style>
a { background-color: #DFCC31; }
a { background-color: rgb(223,204,49); }
div.DivClassName
{
background-color: #DFCC31;
}
.BgClassName
{
background-color: #DFCC31;
}
</style>
border-color css
<style>
span { border-color: #DFCC31; }
span { border-color: rgb(223,204,49); }
td.TdClassName
{
border-color: #DFCC31;
}
.TagClassName
{
border-color: #DFCC31;
}
</style>