#DCAC45

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

Shades of Tulip Tree #DCAC45

Tints of Tulip Tree #DCAC45

Color information

#DCAC45 (or 0xDCAC45) is unknown color: approx Tulip Tree. HEX triplet: DC, AC and 45. RGB value is (220,172,69). Sum of RGB (Red+Green+Blue) = 220+172+69=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC45 is #2353BA. Grayscale: #AFAFAF. Windows color (decimal): -2315195 or 4566236. OLE color: 4566236.

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

Color convert

RGB22017269-
CMYK00.220.690.14
HSL40.93º68.33%56.67%-
HSV(B)40.93º68.64%86.27%-
XYZ45.3445.1511.96-
YUV174.6168.4160.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 69 (27.34% from 255) = 14.97%
R=47.72%
G=37.31%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201726900.220.690.1440.9368.3356.67
HexDCAC4501645E294439
Octal334254105026105165110471
Binary11011100101011001000101010110100010111101010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC45; }

 p { color: rgb(220,172,69); }

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

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

 a { background-color: rgb(220,172,69); }

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

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

 span { border-color: rgb(220,172,69); }

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