Color Hex Logo

#dcc153 Color Hex

#DCC153
(220,193,83)
0 Favorites   0 Comments

Color spaces of #dcc153

RGB 22019383
HSL0.130.660.59
HSV48°62°86°
CMYK 0.000.120.62   0.14
XYZ50.146553.980115.9598
Yxy53.98010.41760.4495
Hunter Lab73.4712-6.742338.5505
CIE-Lab78.4501-3.091557.3936

#dcc153 color RGB value is (220,193,83).

#dcc153 hex color red value is 220, green value is 193 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dcc153 hue: 0.13 , saturation: 0.66 and the lightness value of dcc153 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 01010011
Octal 334 301 123
Decimal 220 193 83
Hex DC C1 53

RGB Percentages of Color #dcc153

%44.35
%38.91
%16.73

CMYK Percentages of Color #dcc153

%0
%12
%62
%14

Triadic Colors of #dcc153

#dcc153 #53dcc1 #c153dc

Analogous Colors of #dcc153

#dcc153 #b3dc53 #dc7d53

Monochromatic Colors of #dcc153

#dcc153

Complementary Color

#dcc153 #536edc

#dcc153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc153 Color CSS Codes

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

#dcc153 Text Font Color

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

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


#dcc153 Background Color

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

This div background color is #dcc153


#dcc153 Border Color

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

This div border color is #dcc153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc153


Comments

No comments written yet.

Please login to write comment.