#DCB164

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

Shades of Equator #DCB164

Tints of Equator #DCB164

Color information

#DCB164 (or 0xDCB164) is unknown color: approx Equator. HEX triplet: DC, B1 and 64. RGB value is (220,177,100). Sum of RGB (Red+Green+Blue) = 220+177+100=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB164 is #234E9B. Grayscale: #B5B5B5. Windows color (decimal): -2313884 or 6599132. OLE color: 6599132.

HSL color Cylindrical-coordinate representation of color #DCB164: hue angle of 38.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB164 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB220177100-
CMYK00.200.550.14
HSL38.5º63.16%62.75%-
HSV(B)38.5º54.55%86.27%-
XYZ47.5447.5818.73-
YUV181.0882.25155.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=44.27%
G=35.61%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017710000.200.550.1438.563.1662.75
HexDCB16401437E263f3f
Octal3342611440246716467777
Binary110111001011000111001000101001101111110100110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB164; }

 p { color: rgb(220,177,100); }

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

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

 a { background-color: rgb(220,177,100); }

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

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

 span { border-color: rgb(220,177,100); }

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