#DCA83F

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

Shades of Tulip Tree #DCA83F

Tints of Tulip Tree #DCA83F

Color information

#DCA83F (or 0xDCA83F) is unknown color: approx Tulip Tree. HEX triplet: DC, A8 and 3F. RGB value is (220,168,63). Sum of RGB (Red+Green+Blue) = 220+168+63=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA83F is #2357C0. Grayscale: #ACACAC. Windows color (decimal): -2316225 or 4171996. OLE color: 4171996.

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

Color convert

RGB22016863-
CMYK00.240.710.14
HSL40.13º69.16%55.49%-
HSV(B)40.13º71.36%86.27%-
XYZ44.4243.5810.77-
YUV171.5866.73162.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.78%
GREEN value IS 168 (66.02% from 255) = 37.25%
BLUE value IS 63 (25% from 255) = 13.97%
R=48.78%
G=37.25%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201686300.240.710.1440.1369.1655.49
HexDCA83F01847E284537
Octal33425077030107165010567
Binary1101110010101000111111011000100011111101010001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA83F; }

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

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

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

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

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

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

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

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