Color Hex Logo

#dcd82f Color Hex

#DCD82F
(220,216,47)
0 Favorites   0 Comments

Color spaces of #dcd82f

RGB 22021647
HSL0.160.710.52
HSV59°79°86°
CMYK 0.000.020.79   0.14
XYZ54.584264.532612.2685
Yxy64.53260.41550.4912
Hunter Lab80.3322-19.294047.1776
CIE-Lab84.2423-16.475176.2323

#dcd82f color RGB value is (220,216,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 00101111
Octal 334 330 57
Decimal 220 216 47
Hex DC D8 2F

RGB Percentages of Color #dcd82f

%45.55
%44.72
%9.73

CMYK Percentages of Color #dcd82f

%0
%2
%79
%14

Triadic Colors of #dcd82f

#dcd82f #2fdcd8 #d82fdc

Analogous Colors of #dcd82f

#dcd82f #8adc2f #dc822f

Monochromatic Colors of #dcd82f

#dcd82f

Complementary Color

#dcd82f #2f33dc

#dcd82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd82f Color CSS Codes

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

#dcd82f Text Font Color

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

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


#dcd82f Background Color

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

This div background color is #dcd82f


#dcd82f Border Color

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

This div border color is #dcd82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd82f


Comments

No comments written yet.

Please login to write comment.