#DCA037

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

Shades of Tulip Tree #DCA037

Tints of Tulip Tree #DCA037

Color information

#DCA037 (or 0xDCA037) is unknown color: approx Tulip Tree. HEX triplet: DC, A0 and 37. RGB value is (220,160,55). Sum of RGB (Red+Green+Blue) = 220+160+55=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA037 is #235FC8. Grayscale: #A6A6A6. Windows color (decimal): -2318281 or 3645660. OLE color: 3645660.

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

Color convert

RGB22016055-
CMYK00.270.750.14
HSL38.18º70.21%53.92%-
HSV(B)38.18º75%86.27%-
XYZ42.7840.639.2-
YUV165.9765.38166.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.57%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 55 (21.88% from 255) = 12.64%
R=50.57%
G=36.78%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201605500.270.750.1438.1870.2153.92
HexDCA03701B4BE264636
Octal33424067033113164610666
Binary1101110010100000110111011011100101111101001101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA037; }

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

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

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

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

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

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

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

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