#DCB95E

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

Shades of Equator #DCB95E

Tints of Equator #DCB95E

Color information

#DCB95E (or 0xDCB95E) is unknown color: approx Equator. HEX triplet: DC, B9 and 5E. RGB value is (220,185,94). Sum of RGB (Red+Green+Blue) = 220+185+94=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB95E is #2346A1. Grayscale: #B9B9B9. Windows color (decimal): -2311842 or 6207964. OLE color: 6207964.

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

Color convert

RGB22018594-
CMYK00.160.570.14
HSL43.33º64.29%61.57%-
HSV(B)43.33º57.27%86.27%-
XYZ48.8850.7217.8-
YUV185.0976.6152.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 94 (37.11% from 255) = 18.84%
R=44.09%
G=37.07%
B=18.84%

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
Decimal2201859400.160.570.1443.3364.2961.57
HexDCB95E01039E2b403e
Octal33427113602071165310076
Binary1101110010111001101111001000011100111101010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB95E; }

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

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

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

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

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

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

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

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