#dcb55e

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

Shades of Equator #DCB55E

Tints of Equator #DCB55E

Color information

#DCB55E (or 0xDCB55E) is unknown color: approx Equator. HEX triplet: DC, B5 and 5E. RGB value is (220,181,94). Sum of RGB (Red+Green+Blue) = 220+181+94=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB55E is #234AA1. Grayscale: #B7B7B7. Windows color (decimal): -2312866 or 6206940. OLE color: 6206940.

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

Color convert

RGB22018194-
CMYK00.180.570.14
HSL41.43º64.29%61.57%-
HSV(B)41.43º57.27%86.27%-
XYZ48.0649.0717.53-
YUV182.7477.92154.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 94 (37.11% from 255) = 18.99%
R=44.44%
G=36.57%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201819400.180.570.1441.4364.2961.57
HexDCB55E01239E29403e
Octal33426513602271165110076
Binary1101110010110101101111001001011100111101010011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb55e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb55e; }

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

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

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

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

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

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

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

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