#DCBA5F

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

Shades of Equator #DCBA5F

Tints of Equator #DCBA5F

Color information

#DCBA5F (or 0xDCBA5F) is unknown color: approx Equator. HEX triplet: DC, BA and 5F. RGB value is (220,186,95). Sum of RGB (Red+Green+Blue) = 220+186+95=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA5F is #2345A0. Grayscale: #BABABA. Windows color (decimal): -2311585 or 6273756. OLE color: 6273756.

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

Color convert

RGB22018695-
CMYK00.150.570.14
HSL43.68º64.1%61.76%-
HSV(B)43.68º56.82%86.27%-
XYZ49.1451.1618.11-
YUV185.7976.76152.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=43.91%
G=37.13%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201869500.150.570.1443.6864.161.76
HexDCBA5F0F39E2c403e
Octal33427213701771165410076
Binary110111001011101010111110111111100111101011001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA5F; }

 p { color: rgb(220,186,95); }

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

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

 a { background-color: rgb(220,186,95); }

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

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

 span { border-color: rgb(220,186,95); }

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