Color Hex Logo

#dcd334 Color Hex

#DCD334
(220,211,52)
0 Favorites   0 Comments

Color spaces of #dcd334

RGB 22021152
HSL0.160.710.53
HSV57°76°86°
CMYK 0.000.040.76   0.14
XYZ53.429362.052112.4100
Yxy62.05210.41780.4852
Hunter Lab78.7732-16.782245.8006
CIE-Lab82.9411-13.818673.6189

#dcd334 color RGB value is (220,211,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 00110100
Octal 334 323 64
Decimal 220 211 52
Hex DC D3 34

RGB Percentages of Color #dcd334

%45.55
%43.69
%10.77

CMYK Percentages of Color #dcd334

%0
%4
%76
%14

Triadic Colors of #dcd334

#dcd334 #34dcd3 #d334dc

Analogous Colors of #dcd334

#dcd334 #91dc34 #dc7f34

Monochromatic Colors of #dcd334

#dcd334

Complementary Color

#dcd334 #343ddc

#dcd334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd334 Color CSS Codes

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

#dcd334 Text Font Color

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

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


#dcd334 Background Color

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

This div background color is #dcd334


#dcd334 Border Color

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

This div border color is #dcd334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd334


Comments

No comments written yet.

Please login to write comment.