#DCA537

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

Shades of Tulip Tree #DCA537

Tints of Tulip Tree #DCA537

Color information

#DCA537 (or 0xDCA537) is unknown color: approx Tulip Tree. HEX triplet: DC, A5 and 37. RGB value is (220,165,55). Sum of RGB (Red+Green+Blue) = 220+165+55=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA537 is #235AC8. Grayscale: #A9A9A9. Windows color (decimal): -2317001 or 3646940. OLE color: 3646940.

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

Color convert

RGB22016555-
CMYK00.250.750.14
HSL40º70.21%53.92%-
HSV(B)40º75%86.27%-
XYZ43.6642.49.5-
YUV168.963.72164.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 55 (21.88% from 255) = 12.5%
R=50%
G=37.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201655500.250.750.144070.2153.92
HexDCA5370194BE284636
Octal33424567031113165010666
Binary1101110010100101110111011001100101111101010001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA537; }

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

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

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

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

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

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

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

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