Shades of Wattle #DCC337
Tints of Wattle #DCC337
RGB
CMYK
RGB Variations
Color information
#DCC337 (or 0xDCC337) is known color: Wattle. HEX triplet: DC, C3 and 37. RGB value is (220,195,55). Sum of RGB (Red+Green+Blue) = 220+195+55=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC337 is #233CC8. Grayscale: #BBBBBB. Windows color (decimal): -2309321 or 3654620. OLE color: 3654620.
HSL color Cylindrical-coordinate representation of color #DCC337: hue angle of 50.91º 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 #DCC337 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 55 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.14 |
| HSL | 50.91º | 0.7% | 0.54% | - |
| HSV(B) | 50.91º | 0.75% | 0.86% | - |
| XYZ | 49.72 | 54.52 | 11.52 | - |
| YUV | 186.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 55 | 0 | 0.11 | 0.75 | 0.14 | 50.91 | 0.7 | 0.54 |
| Hex | DC | C3 | 37 | 0 | B | 4B | E | 33 | 46 | 36 |
| Octal | 334 | 303 | 67 | 0 | 13 | 113 | 16 | 63 | 106 | 66 |
| Binary | 11011100 | 11000011 | 110111 | 0 | 1011 | 1001011 | 1110 | 110011 | 1000110 | 110110 |
Color Harmonies of #DCC337
Complementary color
Monochromatic Colors of #DCC337
Black with #DCC337
Text Example
Text Example
White with #DCC337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC337; }
p { color: rgb(220,195,55); }
H1.HeaderClassName
{
color: #DCC337;
}
.AnyTagClassName
{
color: #DCC337;
}
</style>
background-color css
<style>
a { background-color: #DCC337; }
a { background-color: rgb(220,195,55); }
div.DivClassName
{
background-color: #DCC337;
}
.BgClassName
{
background-color: #DCC337;
}
</style>
border-color css
<style>
span { border-color: #DCC337; }
span { border-color: rgb(220,195,55); }
td.TdClassName
{
border-color: #DCC337;
}
.TagClassName
{
border-color: #DCC337;
}
</style>