Shades of Wattle #DCC131
Tints of Wattle #DCC131
RGB
CMYK
RGB Variations
Color information
#DCC131 (or 0xDCC131) is known color: Wattle. HEX triplet: DC, C1 and 31. RGB value is (220,193,49). Sum of RGB (Red+Green+Blue) = 220+193+49=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC131 is #233ECE. Grayscale: #B9B9B9. Windows color (decimal): -2309839 or 3260892. OLE color: 3260892.
HSL color Cylindrical-coordinate representation of color #DCC131: hue angle of 50.53º 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 #DCC131 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 49 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.14 |
| HSL | 50.53º | 0.71% | 0.53% | - |
| HSV(B) | 50.53º | 0.78% | 0.86% | - |
| XYZ | 49.14 | 53.58 | 10.66 | - |
| YUV | 184.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 49 | 0 | 0.12 | 0.78 | 0.14 | 50.53 | 0.71 | 0.53 |
| Hex | DC | C1 | 31 | 0 | C | 4E | E | 33 | 47 | 35 |
| Octal | 334 | 301 | 61 | 0 | 14 | 116 | 16 | 63 | 107 | 65 |
| Binary | 11011100 | 11000001 | 110001 | 0 | 1100 | 1001110 | 1110 | 110011 | 1000111 | 110101 |
Color Harmonies of #DCC131
Complementary color
Monochromatic Colors of #DCC131
Black with #DCC131
Text Example
Text Example
White with #DCC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC131; }
p { color: rgb(220,193,49); }
H1.HeaderClassName
{
color: #DCC131;
}
.AnyTagClassName
{
color: #DCC131;
}
</style>
background-color css
<style>
a { background-color: #DCC131; }
a { background-color: rgb(220,193,49); }
div.DivClassName
{
background-color: #DCC131;
}
.BgClassName
{
background-color: #DCC131;
}
</style>
border-color css
<style>
span { border-color: #DCC131; }
span { border-color: rgb(220,193,49); }
td.TdClassName
{
border-color: #DCC131;
}
.TagClassName
{
border-color: #DCC131;
}
</style>