Shades of Wattle #DCC931
Tints of Wattle #DCC931
RGB
CMYK
RGB Variations
Color information
#DCC931 (or 0xDCC931) is known color: Wattle. HEX triplet: DC, C9 and 31. RGB value is (220,201,49). Sum of RGB (Red+Green+Blue) = 220+201+49=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC931 is #2336CE. Grayscale: #BDBDBD. Windows color (decimal): -2307791 or 3262940. OLE color: 3262940.
HSL color Cylindrical-coordinate representation of color #DCC931: hue angle of 53.33º 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 #DCC931 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 49 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.14 |
| HSL | 53.33º | 0.71% | 0.53% | - |
| HSV(B) | 53.33º | 0.78% | 0.86% | - |
| XYZ | 50.96 | 57.21 | 11.26 | - |
| YUV | 189.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 49 | 0 | 0.09 | 0.78 | 0.14 | 53.33 | 0.71 | 0.53 |
| Hex | DC | C9 | 31 | 0 | 9 | 4E | E | 35 | 47 | 35 |
| Octal | 334 | 311 | 61 | 0 | 11 | 116 | 16 | 65 | 107 | 65 |
| Binary | 11011100 | 11001001 | 110001 | 0 | 1001 | 1001110 | 1110 | 110101 | 1000111 | 110101 |
Color Harmonies of #DCC931
Complementary color
Monochromatic Colors of #DCC931
Black with #DCC931
Text Example
Text Example
White with #DCC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC931; }
p { color: rgb(220,201,49); }
H1.HeaderClassName
{
color: #DCC931;
}
.AnyTagClassName
{
color: #DCC931;
}
</style>
background-color css
<style>
a { background-color: #DCC931; }
a { background-color: rgb(220,201,49); }
div.DivClassName
{
background-color: #DCC931;
}
.BgClassName
{
background-color: #DCC931;
}
</style>
border-color css
<style>
span { border-color: #DCC931; }
span { border-color: rgb(220,201,49); }
td.TdClassName
{
border-color: #DCC931;
}
.TagClassName
{
border-color: #DCC931;
}
</style>