Color Hex Logo

#dcc71e Color Hex

#DCC71E
(220,199,30)
0 Favorites   0 Comments

Color spaces of #dcc71e

RGB 22019930
HSL0.150.760.49
HSV53°86°86°
CMYK 0.000.100.86   0.14
XYZ50.173056.15629.4231
Yxy56.15620.43350.4851
Hunter Lab74.9374-11.629145.0007
CIE-Lab79.7026-8.419176.5389

#dcc71e color RGB value is (220,199,30).

#dcc71e hex color red value is 220, green value is 199 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dcc71e hue: 0.15 , saturation: 0.76 and the lightness value of dcc71e is 0.49.

The process color (four color CMYK) of #dcc71e color hex is 0.00, 0.10, 0.86, 0.14. Web safe color of #dcc71e is #cccc33. Color #dcc71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00011110
Octal 334 307 36
Decimal 220 199 30
Hex DC C7 1E

RGB Percentages of Color #dcc71e

%49.00
%44.32
%6.68

CMYK Percentages of Color #dcc71e

%0
%10
%86
%14

Triadic Colors of #dcc71e

#dcc71e #1edcc7 #c71edc

Analogous Colors of #dcc71e

#dcc71e #92dc1e #dc681e

Monochromatic Colors of #dcc71e

#dcc71e

Complementary Color

#dcc71e #1e33dc

#dcc71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc71e Color CSS Codes

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

#dcc71e Text Font Color

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

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


#dcc71e Background Color

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

This div background color is #dcc71e


#dcc71e Border Color

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

This div border color is #dcc71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc71e


Comments

No comments written yet.

Please login to write comment.