Color Hex Logo

#dcc121 Color Hex

#DCC121
(220,193,33)
0 Favorites   0 Comments

Color spaces of #dcc121

RGB 22019333
HSL0.140.740.50
HSV51°85°86°
CMYK 0.000.120.85   0.14
XYZ48.859753.46549.1835
Yxy53.46540.43820.4795
Hunter Lab73.1200-8.684243.7375
CIE-Lab78.1490-5.279274.6164

#dcc121 color RGB value is (220,193,33).

#dcc121 hex color red value is 220, green value is 193 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dcc121 hue: 0.14 , saturation: 0.74 and the lightness value of dcc121 is 0.50.

The process color (four color CMYK) of #dcc121 color hex is 0.00, 0.12, 0.85, 0.14. Web safe color of #dcc121 is #cccc33. Color #dcc121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 00100001
Octal 334 301 41
Decimal 220 193 33
Hex DC C1 21

RGB Percentages of Color #dcc121

%49.33
%43.27
%7.40

CMYK Percentages of Color #dcc121

%0
%12
%85
%14

Triadic Colors of #dcc121

#dcc121 #21dcc1 #c121dc

Analogous Colors of #dcc121

#dcc121 #9adc21 #dc6421

Monochromatic Colors of #dcc121

#dcc121

Complementary Color

#dcc121 #213cdc

#dcc121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc121 Color CSS Codes

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

#dcc121 Text Font Color

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

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


#dcc121 Background Color

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

This div background color is #dcc121


#dcc121 Border Color

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

This div border color is #dcc121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc121


Comments

No comments written yet.

Please login to write comment.