Color Hex Logo

#dcc107 Color Hex

#DCC107
(220,193,7)
0 Favorites   0 Comments

Color spaces of #dcc107

RGB 2201937
HSL0.150.940.45
HSV52°97°86°
CMYK 0.000.120.97   0.14
XYZ48.623553.37097.9399
Yxy53.37090.44230.4855
Hunter Lab73.0554-9.042644.6949
CIE-Lab78.0935-5.686578.6734

#dcc107 color RGB value is (220,193,7).

#dcc107 hex color red value is 220, green value is 193 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dcc107 hue: 0.15 , saturation: 0.94 and the lightness value of dcc107 is 0.45.

The process color (four color CMYK) of #dcc107 color hex is 0.00, 0.12, 0.97, 0.14. Web safe color of #dcc107 is #cccc00. Color #dcc107 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 00000111
Octal 334 301 7
Decimal 220 193 7
Hex DC C1 7

RGB Percentages of Color #dcc107

%52.38
%45.95
%1.67

CMYK Percentages of Color #dcc107

%0
%12
%97
%14

Triadic Colors of #dcc107

#dcc107 #07dcc1 #c107dc

Analogous Colors of #dcc107

#dcc107 #8ddc07 #dc5707

Monochromatic Colors of #dcc107

#dcc107

Complementary Color

#dcc107 #0722dc

#dcc107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc107 Color CSS Codes

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

#dcc107 Text Font Color

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

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


#dcc107 Background Color

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

This div background color is #dcc107


#dcc107 Border Color

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

This div border color is #dcc107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc107


Comments

No comments written yet.

Please login to write comment.