#DCB85E

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

Shades of Equator #DCB85E

Tints of Equator #DCB85E

Color information

#DCB85E (or 0xDCB85E) is unknown color: approx Equator. HEX triplet: DC, B8 and 5E. RGB value is (220,184,94). Sum of RGB (Red+Green+Blue) = 220+184+94=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB85E is #2347A1. Grayscale: #B8B8B8. Windows color (decimal): -2312098 or 6207708. OLE color: 6207708.

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

Color convert

RGB22018494-
CMYK00.160.570.14
HSL42.86º64.29%61.57%-
HSV(B)42.86º57.27%86.27%-
XYZ48.6850.317.73-
YUV184.576.93153.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 94 (37.11% from 255) = 18.88%
R=44.18%
G=36.95%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201849400.160.570.1442.8664.2961.57
HexDCB85E01039E2b403e
Octal33427013602071165310076
Binary1101110010111000101111001000011100111101010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB85E; }

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

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

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

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

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

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

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

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