Color Hex Logo

#dcc362 Color Hex

#DCC362
(220,195,98)
0 Favorites   0 Comments

Color spaces of #dcc362

RGB 22019598
HSL0.130.640.62
HSV48°55°86°
CMYK 0.000.110.55   0.14
XYZ51.234955.127719.4956
Yxy55.12770.40710.4380
Hunter Lab74.2480-6.760036.4056
CIE-Lab79.1148-3.054251.2655

#dcc362 color RGB value is (220,195,98).

#dcc362 hex color red value is 220, green value is 195 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dcc362 hue: 0.13 , saturation: 0.64 and the lightness value of dcc362 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01100010
Octal 334 303 142
Decimal 220 195 98
Hex DC C3 62

RGB Percentages of Color #dcc362

%42.88
%38.01
%19.10

CMYK Percentages of Color #dcc362

%0
%11
%55
%14

Triadic Colors of #dcc362

#dcc362 #62dcc3 #c362dc

Analogous Colors of #dcc362

#dcc362 #b8dc62 #dc8662

Monochromatic Colors of #dcc362

#dcc362

Complementary Color

#dcc362 #627bdc

#dcc362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc362 Color CSS Codes

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

#dcc362 Text Font Color

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

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


#dcc362 Background Color

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

This div background color is #dcc362


#dcc362 Border Color

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

This div border color is #dcc362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc362


Comments

No comments written yet.

Please login to write comment.