#DCA13B

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

Shades of Tulip Tree #DCA13B

Tints of Tulip Tree #DCA13B

Color information

#DCA13B (or 0xDCA13B) is unknown color: approx Tulip Tree. HEX triplet: DC, A1 and 3B. RGB value is (220,161,59). Sum of RGB (Red+Green+Blue) = 220+161+59=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA13B is #235EC4. Grayscale: #A7A7A7. Windows color (decimal): -2318021 or 3908060. OLE color: 3908060.

HSL color Cylindrical-coordinate representation of color #DCA13B: hue angle of 38.01º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCA13B is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB22016159-
CMYK00.270.730.14
HSL38.01º69.7%54.71%-
HSV(B)38.01º73.18%86.27%-
XYZ43.0541.029.79-
YUV167.0167.05165.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 59 (23.44% from 255) = 13.41%
R=50%
G=36.59%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201615900.270.730.1438.0169.754.71
HexDCA13B01B49E264637
Octal33424173033111164610667
Binary1101110010100001111011011011100100111101001101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA13B; }

 p { color: rgb(220,161,59); }

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

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

 a { background-color: rgb(220,161,59); }

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

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

 span { border-color: rgb(220,161,59); }

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