#DCAC5D

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

Shades of Equator #DCAC5D

Tints of Equator #DCAC5D

Color information

#DCAC5D (or 0xDCAC5D) is unknown color: approx Equator. HEX triplet: DC, AC and 5D. RGB value is (220,172,93). Sum of RGB (Red+Green+Blue) = 220+172+93=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC5D is #2353A2. Grayscale: #B1B1B1. Windows color (decimal): -2315171 or 6139100. OLE color: 6139100.

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

Color convert

RGB22017293-
CMYK00.220.580.14
HSL37.32º64.47%61.37%-
HSV(B)37.32º57.73%86.27%-
XYZ46.2445.5116.7-
YUV177.3580.4158.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=45.36%
G=35.46%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201729300.220.580.1437.3264.4761.37
HexDCAC5D0163AE25403d
Octal33425413502672164510075
Binary1101110010101100101110101011011101011101001011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC5D; }

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

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

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

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

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

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

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

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