Color Hex Logo

#dcd348 Color Hex

#DCD348
(220,211,72)
0 Favorites   0 Comments

Color spaces of #dcd348

RGB 22021172
HSL0.160.680.57
HSV56°67°86°
CMYK 0.000.040.67   0.14
XYZ53.979262.272115.3056
Yxy62.27210.41030.4733
Hunter Lab78.9127-15.996543.7392
CIE-Lab83.0579-12.911166.7991

#dcd348 color RGB value is (220,211,72).

#dcd348 hex color red value is 220, green value is 211 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dcd348 hue: 0.16 , saturation: 0.68 and the lightness value of dcd348 is 0.57.

The process color (four color CMYK) of #dcd348 color hex is 0.00, 0.04, 0.67, 0.14. Web safe color of #dcd348 is #cccc33. Color #dcd348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 01001000
Octal 334 323 110
Decimal 220 211 72
Hex DC D3 48

RGB Percentages of Color #dcd348

%43.74
%41.95
%14.31

CMYK Percentages of Color #dcd348

%0
%4
%67
%14

Triadic Colors of #dcd348

#dcd348 #48dcd3 #d348dc

Analogous Colors of #dcd348

#dcd348 #9bdc48 #dc8948

Monochromatic Colors of #dcd348

#dcd348

Complementary Color

#dcd348 #4851dc

#dcd348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd348 Color CSS Codes

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

#dcd348 Text Font Color

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

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


#dcd348 Background Color

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

This div background color is #dcd348


#dcd348 Border Color

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

This div border color is #dcd348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd348


Comments

No comments written yet.

Please login to write comment.