Shades of Wattle #DCC031
Tints of Wattle #DCC031
RGB
CMYK
RGB Variations
Color information
#DCC031 (or 0xDCC031) is known color: Wattle. HEX triplet: DC, C0 and 31. RGB value is (220,192,49). Sum of RGB (Red+Green+Blue) = 220+192+49=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC031 is #233FCE. Grayscale: #B8B8B8. Windows color (decimal): -2310095 or 3260636. OLE color: 3260636.
HSL color Cylindrical-coordinate representation of color #DCC031: hue angle of 50.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCC031 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 49 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.14 |
| HSL | 50.18º | 0.71% | 0.53% | - |
| HSV(B) | 50.18º | 0.78% | 0.86% | - |
| XYZ | 48.92 | 53.14 | 10.58 | - |
| YUV | 184.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 49 | 0 | 0.13 | 0.78 | 0.14 | 50.18 | 0.71 | 0.53 |
| Hex | DC | C0 | 31 | 0 | D | 4E | E | 32 | 47 | 35 |
| Octal | 334 | 300 | 61 | 0 | 15 | 116 | 16 | 62 | 107 | 65 |
| Binary | 11011100 | 11000000 | 110001 | 0 | 1101 | 1001110 | 1110 | 110010 | 1000111 | 110101 |
Color Harmonies of #DCC031
Complementary color
Monochromatic Colors of #DCC031
Black with #DCC031
Text Example
Text Example
White with #DCC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC031; }
p { color: rgb(220,192,49); }
H1.HeaderClassName
{
color: #DCC031;
}
.AnyTagClassName
{
color: #DCC031;
}
</style>
background-color css
<style>
a { background-color: #DCC031; }
a { background-color: rgb(220,192,49); }
div.DivClassName
{
background-color: #DCC031;
}
.BgClassName
{
background-color: #DCC031;
}
</style>
border-color css
<style>
span { border-color: #DCC031; }
span { border-color: rgb(220,192,49); }
td.TdClassName
{
border-color: #DCC031;
}
.TagClassName
{
border-color: #DCC031;
}
</style>