Color Hex Logo

#dcc93d Color Hex

#DCC93D
(220,201,61)
0 Favorites   0 Comments

Color spaces of #dcc93d

RGB 22020161
HSL0.150.690.55
HSV53°72°86°
CMYK 0.000.090.72   0.14
XYZ51.244157.325912.7790
Yxy57.32590.42230.4724
Hunter Lab75.7139-11.688242.9927
CIE-Lab80.3625-8.408268.2214

#dcc93d color RGB value is (220,201,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00111101
Octal 334 311 75
Decimal 220 201 61
Hex DC C9 3D

RGB Percentages of Color #dcc93d

%45.64
%41.70
%12.66

CMYK Percentages of Color #dcc93d

%0
%9
%72
%14

Triadic Colors of #dcc93d

#dcc93d #3ddcc9 #c93ddc

Analogous Colors of #dcc93d

#dcc93d #a0dc3d #dc7a3d

Monochromatic Colors of #dcc93d

#dcc93d

Complementary Color

#dcc93d #3d50dc

#dcc93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc93d Color CSS Codes

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

#dcc93d Text Font Color

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

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


#dcc93d Background Color

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

This div background color is #dcc93d


#dcc93d Border Color

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

This div border color is #dcc93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc93d


Comments

No comments written yet.

Please login to write comment.