Shades of Wattle #DCC939
Tints of Wattle #DCC939
RGB
CMYK
RGB Variations
Color information
#DCC939 (or 0xDCC939) is known color: Wattle. HEX triplet: DC, C9 and 39. RGB value is (220,201,57). Sum of RGB (Red+Green+Blue) = 220+201+57=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 57 (22.66% from 255 or 11.92% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC939 is #2336C6. Grayscale: #BEBEBE. Windows color (decimal): -2307783 or 3787228. OLE color: 3787228.
HSL color Cylindrical-coordinate representation of color #DCC939: hue angle of 53.01º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCC939 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 57 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.14 |
| HSL | 53.01º | 0.7% | 0.54% | - |
| HSV(B) | 53.01º | 0.74% | 0.86% | - |
| XYZ | 51.14 | 57.28 | 12.23 | - |
| YUV | 190.27 | 52.79 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 57 | 0 | 0.09 | 0.74 | 0.14 | 53.01 | 0.7 | 0.54 |
| Hex | DC | C9 | 39 | 0 | 9 | 4A | E | 35 | 46 | 36 |
| Octal | 334 | 311 | 71 | 0 | 11 | 112 | 16 | 65 | 106 | 66 |
| Binary | 11011100 | 11001001 | 111001 | 0 | 1001 | 1001010 | 1110 | 110101 | 1000110 | 110110 |
Color Harmonies of #DCC939
Complementary color
Monochromatic Colors of #DCC939
Black with #DCC939
Text Example
Text Example
White with #DCC939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC939; }
p { color: rgb(220,201,57); }
H1.HeaderClassName
{
color: #DCC939;
}
.AnyTagClassName
{
color: #DCC939;
}
</style>
background-color css
<style>
a { background-color: #DCC939; }
a { background-color: rgb(220,201,57); }
div.DivClassName
{
background-color: #DCC939;
}
.BgClassName
{
background-color: #DCC939;
}
</style>
border-color css
<style>
span { border-color: #DCC939; }
span { border-color: rgb(220,201,57); }
td.TdClassName
{
border-color: #DCC939;
}
.TagClassName
{
border-color: #DCC939;
}
</style>