Color Hex Logo

#dcd134 Color Hex

#DCD134
(220,209,52)
0 Favorites   0 Comments

Color spaces of #dcd134

RGB 22020952
HSL0.160.710.53
HSV56°76°86°
CMYK 0.000.050.76   0.14
XYZ52.935561.064512.2454
Yxy61.06450.41930.4837
Hunter Lab78.1438-15.833645.4097
CIE-Lab82.4134-12.819273.1397

#dcd134 color RGB value is (220,209,52).

#dcd134 hex color red value is 220, green value is 209 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dcd134 hue: 0.16 , saturation: 0.71 and the lightness value of dcd134 is 0.53.

The process color (four color CMYK) of #dcd134 color hex is 0.00, 0.05, 0.76, 0.14. Web safe color of #dcd134 is #cccc33. Color #dcd134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 00110100
Octal 334 321 64
Decimal 220 209 52
Hex DC D1 34

RGB Percentages of Color #dcd134

%45.74
%43.45
%10.81

CMYK Percentages of Color #dcd134

%0
%5
%76
%14

Triadic Colors of #dcd134

#dcd134 #34dcd1 #d134dc

Analogous Colors of #dcd134

#dcd134 #93dc34 #dc7d34

Monochromatic Colors of #dcd134

#dcd134

Complementary Color

#dcd134 #343fdc

#dcd134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd134 Color CSS Codes

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

#dcd134 Text Font Color

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

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


#dcd134 Background Color

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

This div background color is #dcd134


#dcd134 Border Color

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

This div border color is #dcd134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd134


Comments

No comments written yet.

Please login to write comment.