Shades of Wattle #DCC937
Tints of Wattle #DCC937
RGB
CMYK
RGB Variations
Color information
#DCC937 (or 0xDCC937) is known color: Wattle. HEX triplet: DC, C9 and 37. RGB value is (220,201,55). Sum of RGB (Red+Green+Blue) = 220+201+55=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC937 is #2336C8. Grayscale: #BEBEBE. Windows color (decimal): -2307785 or 3656156. OLE color: 3656156.
HSL color Cylindrical-coordinate representation of color #DCC937: hue angle of 53.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCC937 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 55 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.14 |
| HSL | 53.09º | 0.7% | 0.54% | - |
| HSV(B) | 53.09º | 0.75% | 0.86% | - |
| XYZ | 51.09 | 57.26 | 11.97 | - |
| YUV | 190.04 | 51.79 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 55 | 0 | 0.09 | 0.75 | 0.14 | 53.09 | 0.7 | 0.54 |
| Hex | DC | C9 | 37 | 0 | 9 | 4B | E | 35 | 46 | 36 |
| Octal | 334 | 311 | 67 | 0 | 11 | 113 | 16 | 65 | 106 | 66 |
| Binary | 11011100 | 11001001 | 110111 | 0 | 1001 | 1001011 | 1110 | 110101 | 1000110 | 110110 |
Color Harmonies of #DCC937
Complementary color
Monochromatic Colors of #DCC937
Black with #DCC937
Text Example
Text Example
White with #DCC937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC937; }
p { color: rgb(220,201,55); }
H1.HeaderClassName
{
color: #DCC937;
}
.AnyTagClassName
{
color: #DCC937;
}
</style>
background-color css
<style>
a { background-color: #DCC937; }
a { background-color: rgb(220,201,55); }
div.DivClassName
{
background-color: #DCC937;
}
.BgClassName
{
background-color: #DCC937;
}
</style>
border-color css
<style>
span { border-color: #DCC937; }
span { border-color: rgb(220,201,55); }
td.TdClassName
{
border-color: #DCC937;
}
.TagClassName
{
border-color: #DCC937;
}
</style>