Color Hex Logo

#dcc263 Color Hex

#DCC263
(220,194,99)
0 Favorites   0 Comments

Color spaces of #dcc263

RGB 22019499
HSL0.130.630.63
HSV47°55°86°
CMYK 0.000.120.55   0.14
XYZ51.059154.700119.6714
Yxy54.70010.40710.4361
Hunter Lab73.9595-6.198936.0020
CIE-Lab78.8682-2.457450.5026

#dcc263 color RGB value is (220,194,99).

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

The process color (four color CMYK) of #dcc263 color hex is 0.00, 0.12, 0.55, 0.14. Web safe color of #dcc263 is #cccc66. Color #dcc263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01100011
Octal 334 302 143
Decimal 220 194 99
Hex DC C2 63

RGB Percentages of Color #dcc263

%42.88
%37.82
%19.30

CMYK Percentages of Color #dcc263

%0
%12
%55
%14

Triadic Colors of #dcc263

#dcc263 #63dcc2 #c263dc

Analogous Colors of #dcc263

#dcc263 #badc63 #dc8663

Monochromatic Colors of #dcc263

#dcc263

Complementary Color

#dcc263 #637ddc

#dcc263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc263 Color CSS Codes

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

#dcc263 Text Font Color

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

This sample text font color is #dcc263
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.


#dcc263 Background Color

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

This div background color is #dcc263


#dcc263 Border Color

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

This div border color is #dcc263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,194,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 #dcc263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc263


Comments

No comments written yet.

Please login to write comment.