#DCAC5E

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

Shades of Equator #DCAC5E

Tints of Equator #DCAC5E

Color information

#DCAC5E (or 0xDCAC5E) is unknown color: approx Equator. HEX triplet: DC, AC and 5E. RGB value is (220,172,94). Sum of RGB (Red+Green+Blue) = 220+172+94=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC5E is #2353A1. Grayscale: #B1B1B1. Windows color (decimal): -2315170 or 6204636. OLE color: 6204636.

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

Color convert

RGB22017294-
CMYK00.220.570.14
HSL37.14º64.29%61.57%-
HSV(B)37.14º57.27%86.27%-
XYZ46.2945.5316.94-
YUV177.4680.9158.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=45.27%
G=35.39%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201729400.220.570.1437.1464.2961.57
HexDCAC5E01639E25403e
Octal33425413602671164510076
Binary1101110010101100101111001011011100111101001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC5E; }

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

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

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

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

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

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

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

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