#DCC037

Color #DCC037 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #DCC037

Tints of Wattle #DCC037

Color information

#DCC037 (or 0xDCC037) is unknown color: approx Wattle. HEX triplet: DC, C0 and 37. RGB value is (220,192,55). Sum of RGB (Red+Green+Blue) = 220+192+55=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC037 is #233FC8. Grayscale: #B9B9B9. Windows color (decimal): -2310089 or 3653852. OLE color: 3653852.

HSL color Cylindrical-coordinate representation of color #DCC037: hue angle of 49.82º 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 #DCC037 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB22019255-
CMYK00.130.750.14
HSL49.82º70.21%53.92%-
HSV(B)49.82º75%86.27%-
XYZ49.0553.1911.3-
YUV184.7554.78153.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 55 (21.88% from 255) = 11.78%
R=47.11%
G=41.11%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201925500.130.750.1449.8270.2153.92
HexDCC0370D4BE324636
Octal33430067015113166210666
Binary110111001100000011011101101100101111101100101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC037; }

 p { color: rgb(220,192,55); }

 H1.HeaderClassName
 {
   color: #DCC037;
 }
 .AnyTagClassName
 {
   color: #DCC037;
 }
</style>
background-color css

<style>
 a { background-color: #DCC037; }

 a { background-color: rgb(220,192,55); }

 div.DivClassName
 {
   background-color: #DCC037;
 }
 .BgClassName
 {
   background-color: #DCC037;
 }
</style>
border-color css

<style>
 span { border-color: #DCC037; }

 span { border-color: rgb(220,192,55); }

 td.TdClassName
 {
   border-color: #DCC037;
 }
 .TagClassName
 {
   border-color: #DCC037;
 }
</style>