Color Hex Logo

#dcc922 Color Hex

#DCC922
(220,201,34)
0 Favorites   0 Comments

Color spaces of #dcc922

RGB 22020134
HSL0.150.730.50
HSV54°85°86°
CMYK 0.000.090.85   0.14
XYZ50.690657.10449.8640
Yxy57.10440.43080.4853
Hunter Lab75.5675-12.505445.1580
CIE-Lab80.2383-9.343176.1037

#dcc922 color RGB value is (220,201,34).

#dcc922 hex color red value is 220, green value is 201 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #dcc922 hue: 0.15 , saturation: 0.73 and the lightness value of dcc922 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00100010
Octal 334 311 42
Decimal 220 201 34
Hex DC C9 22

RGB Percentages of Color #dcc922

%48.35
%44.18
%7.47

CMYK Percentages of Color #dcc922

%0
%9
%85
%14

Triadic Colors of #dcc922

#dcc922 #22dcc9 #c922dc

Analogous Colors of #dcc922

#dcc922 #92dc22 #dc6c22

Monochromatic Colors of #dcc922

#dcc922

Complementary Color

#dcc922 #2235dc

#dcc922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc922 Color CSS Codes

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

#dcc922 Text Font Color

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

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


#dcc922 Background Color

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

This div background color is #dcc922


#dcc922 Border Color

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

This div border color is #dcc922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc922


Comments

No comments written yet.

Please login to write comment.