Color Hex Logo

#dcc938 Color Hex

#DCC938
(220,201,56)
0 Favorites   0 Comments

Color spaces of #dcc938

RGB 22020156
HSL0.150.700.54
HSV53°75°86°
CMYK 0.000.090.75   0.14
XYZ51.115757.274512.1024
Yxy57.27450.42420.4753
Hunter Lab75.6799-11.877543.4945
CIE-Lab80.3337-8.624269.9313

#dcc938 color RGB value is (220,201,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00111000
Octal 334 311 70
Decimal 220 201 56
Hex DC C9 38

RGB Percentages of Color #dcc938

%46.12
%42.14
%11.74

CMYK Percentages of Color #dcc938

%0
%9
%75
%14

Triadic Colors of #dcc938

#dcc938 #38dcc9 #c938dc

Analogous Colors of #dcc938

#dcc938 #9ddc38 #dc7738

Monochromatic Colors of #dcc938

#dcc938

Complementary Color

#dcc938 #384bdc

#dcc938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc938 Color CSS Codes

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

#dcc938 Text Font Color

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

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


#dcc938 Background Color

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

This div background color is #dcc938


#dcc938 Border Color

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

This div border color is #dcc938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc938


Comments

No comments written yet.

Please login to write comment.