Color Hex Logo

#dcc61e Color Hex

#DCC61E
(220,198,30)
0 Favorites   0 Comments

Color spaces of #dcc61e

RGB 22019830
HSL0.150.760.49
HSV53°86°86°
CMYK 0.000.100.86   0.14
XYZ49.943655.69759.3467
Yxy55.69750.43430.4844
Hunter Lab74.6308-11.150044.8161
CIE-Lab79.4413-7.909676.3282

#dcc61e color RGB value is (220,198,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 00011110
Octal 334 306 36
Decimal 220 198 30
Hex DC C6 1E

RGB Percentages of Color #dcc61e

%49.11
%44.20
%6.70

CMYK Percentages of Color #dcc61e

%0
%10
%86
%14

Triadic Colors of #dcc61e

#dcc61e #1edcc6 #c61edc

Analogous Colors of #dcc61e

#dcc61e #93dc1e #dc671e

Monochromatic Colors of #dcc61e

#dcc61e

Complementary Color

#dcc61e #1e34dc

#dcc61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc61e Color CSS Codes

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

#dcc61e Text Font Color

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

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


#dcc61e Background Color

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

This div background color is #dcc61e


#dcc61e Border Color

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

This div border color is #dcc61e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,198,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 #dcc61e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc61e


Comments

No comments written yet.

Please login to write comment.