Color Hex Logo

#dca263 Color Hex

#DCA263
(220,162,99)
0 Favorites   0 Comments

Color spaces of #dca263

RGB 22016299
HSL0.090.630.63
HSV31°55°86°
CMYK 0.000.260.55   0.14
XYZ44.687741.957217.5476
Yxy41.95720.42890.4027
Hunter Lab64.77449.791629.2802
CIE-Lab70.841414.477940.8881

#dca263 color RGB value is (220,162,99).

#dca263 hex color red value is 220, green value is 162 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dca263 hue: 0.09 , saturation: 0.63 and the lightness value of dca263 is 0.63.

The process color (four color CMYK) of #dca263 color hex is 0.00, 0.26, 0.55, 0.14. Web safe color of #dca263 is #cc9966. Color #dca263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01100011
Octal 334 242 143
Decimal 220 162 99
Hex DC A2 63

RGB Percentages of Color #dca263

%45.74
%33.68
%20.58

CMYK Percentages of Color #dca263

%0
%26
%55
%14

Triadic Colors of #dca263

#dca263 #63dca2 #a263dc

Analogous Colors of #dca263

#dca263 #dadc63 #dc6663

Monochromatic Colors of #dca263

#dca263

Complementary Color

#dca263 #639ddc

#dca263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca263 Color CSS Codes

.mybgcolor {background-color:#dca263; } 
.myforecolor {color:#dca263; }
.mybordercolor {border:3px solid #dca263; }

#dca263 Text Font Color

<p style="color:#dca263">Text here</p>

This sample text font color is #dca263
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dca263 Background Color

<div style="background-color:#dca263">
Div content here</div>

This div background color is #dca263


#dca263 Border Color

<div style="border:3px solid #dca263">
Div here</div>

This div border color is #dca263


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,162,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dca263; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dca263;
  -webkit-box-shadow: 1px 1px 3px 2px #dca263;
  box-shadow:         1px 1px 3px 2px #dca263; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,162,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dca263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dca263;
  -webkit-box-shadow: 1px 1px 3px 2px #dca263;
  box-shadow:         1px 1px 3px 2px #dca263;">
Div content here</div>

This div box has shadow with color #dca263


Comments

No comments written yet.

Please login to write comment.