#DCA546

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

Shades of Tulip Tree #DCA546

Tints of Tulip Tree #DCA546

Color information

#DCA546 (or 0xDCA546) is unknown color: approx Tulip Tree. HEX triplet: DC, A5 and 46. RGB value is (220,165,70). Sum of RGB (Red+Green+Blue) = 220+165+70=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA546 is #235AB9. Grayscale: #ABABAB. Windows color (decimal): -2316986 or 4629980. OLE color: 4629980.

HSL color Cylindrical-coordinate representation of color #DCA546: hue angle of 38º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCA546 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB22016570-
CMYK00.250.680.14
HSL38º68.18%56.86%-
HSV(B)38º68.18%86.27%-
XYZ44.0842.5711.69-
YUV170.6171.22163.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 70 (27.73% from 255) = 15.38%
R=48.35%
G=36.26%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201657000.250.680.143868.1856.86
HexDCA54601944E264439
Octal334245106031104164610471
Binary11011100101001011000110011001100010011101001101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA546; }

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

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

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

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

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

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

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

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