Color Hex Logo

#dcd72e Color Hex

#DCD72E
(220,215,46)
0 Favorites   0 Comments

Color spaces of #dcd72e

RGB 22021546
HSL0.160.710.52
HSV58°79°86°
CMYK 0.000.020.79   0.14
XYZ54.308864.013812.0783
Yxy64.01380.41650.4909
Hunter Lab80.0086-18.851647.0555
CIE-Lab83.9730-16.014276.2697

#dcd72e color RGB value is (220,215,46).

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

The process color (four color CMYK) of #dcd72e color hex is 0.00, 0.02, 0.79, 0.14. Web safe color of #dcd72e is #cccc33. Color #dcd72e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 00101110
Octal 334 327 56
Decimal 220 215 46
Hex DC D7 2E

RGB Percentages of Color #dcd72e

%45.74
%44.70
%9.56

CMYK Percentages of Color #dcd72e

%0
%2
%79
%14

Triadic Colors of #dcd72e

#dcd72e #2edcd7 #d72edc

Analogous Colors of #dcd72e

#dcd72e #8adc2e #dc802e

Monochromatic Colors of #dcd72e

#dcd72e

Complementary Color

#dcd72e #2e33dc

#dcd72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd72e Color CSS Codes

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

#dcd72e Text Font Color

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

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


#dcd72e Background Color

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

This div background color is #dcd72e


#dcd72e Border Color

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

This div border color is #dcd72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd72e


Comments

No comments written yet.

Please login to write comment.