Color Hex Logo

#dcd75c Color Hex

#DCD75C
(220,215,92)
0 Favorites   0 Comments

Color spaces of #dcd75c

RGB 22021592
HSL0.160.650.61
HSV58°58°86°
CMYK 0.000.020.58   0.14
XYZ55.747464.589219.6540
Yxy64.58920.39820.4614
Hunter Lab80.3674-16.825241.7577
CIE-Lab84.2716-13.669959.8521

#dcd75c color RGB value is (220,215,92).

#dcd75c hex color red value is 220, green value is 215 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dcd75c hue: 0.16 , saturation: 0.65 and the lightness value of dcd75c is 0.61.

The process color (four color CMYK) of #dcd75c color hex is 0.00, 0.02, 0.58, 0.14. Web safe color of #dcd75c is #cccc66. Color #dcd75c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 01011100
Octal 334 327 134
Decimal 220 215 92
Hex DC D7 5C

RGB Percentages of Color #dcd75c

%41.75
%40.80
%17.46

CMYK Percentages of Color #dcd75c

%0
%2
%58
%14

Triadic Colors of #dcd75c

#dcd75c #5cdcd7 #d75cdc

Analogous Colors of #dcd75c

#dcd75c #a1dc5c #dc975c

Monochromatic Colors of #dcd75c

#dcd75c

Complementary Color

#dcd75c #5c61dc

#dcd75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd75c Color CSS Codes

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

#dcd75c Text Font Color

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

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


#dcd75c Background Color

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

This div background color is #dcd75c


#dcd75c Border Color

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

This div border color is #dcd75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd75c


Comments

No comments written yet.

Please login to write comment.