#DCAB5E

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

Shades of Equator #DCAB5E

Tints of Equator #DCAB5E

Color information

#DCAB5E (or 0xDCAB5E) is unknown color: approx Equator. HEX triplet: DC, AB and 5E. RGB value is (220,171,94). Sum of RGB (Red+Green+Blue) = 220+171+94=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB5E is #2354A1. Grayscale: #B1B1B1. Windows color (decimal): -2315426 or 6204380. OLE color: 6204380.

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

Color convert

RGB22017194-
CMYK00.220.570.14
HSL36.67º64.29%61.57%-
HSV(B)36.67º57.27%86.27%-
XYZ46.145.1516.87-
YUV176.8781.23158.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 94 (37.11% from 255) = 19.38%
R=45.36%
G=35.26%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201719400.220.570.1436.6764.2961.57
HexDCAB5E01639E25403e
Octal33425313602671164510076
Binary1101110010101011101111001011011100111101001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB5E; }

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

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

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

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

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

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

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

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