#DCAA3F

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

Shades of Tulip Tree #DCAA3F

Tints of Tulip Tree #DCAA3F

Color information

#DCAA3F (or 0xDCAA3F) is unknown color: approx Tulip Tree. HEX triplet: DC, AA and 3F. RGB value is (220,170,63). Sum of RGB (Red+Green+Blue) = 220+170+63=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA3F is #2355C0. Grayscale: #ADADAD. Windows color (decimal): -2315713 or 4172508. OLE color: 4172508.

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

Color convert

RGB22017063-
CMYK00.230.710.14
HSL40.89º69.16%55.49%-
HSV(B)40.89º71.36%86.27%-
XYZ44.7944.3210.9-
YUV172.7566.06161.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 63 (25% from 255) = 13.91%
R=48.57%
G=37.53%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201706300.230.710.1440.8969.1655.49
HexDCAA3F01747E294537
Octal33425277027107165110567
Binary1101110010101010111111010111100011111101010011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA3F; }

 p { color: rgb(220,170,63); }

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

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

 a { background-color: rgb(220,170,63); }

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

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

 span { border-color: rgb(220,170,63); }

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