Color Hex Logo

#dcd83f Color Hex

#DCD83F
(220,216,63)
0 Favorites   0 Comments

Color spaces of #dcd83f

RGB 22021663
HSL0.160.690.55
HSV58°71°86°
CMYK 0.000.020.71   0.14
XYZ54.968364.686314.2912
Yxy64.68630.41040.4829
Hunter Lab80.4278-18.753045.7642
CIE-Lab84.3218-15.845371.3283

#dcd83f color RGB value is (220,216,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 00111111
Octal 334 330 77
Decimal 220 216 63
Hex DC D8 3F

RGB Percentages of Color #dcd83f

%44.09
%43.29
%12.63

CMYK Percentages of Color #dcd83f

%0
%2
%71
%14

Triadic Colors of #dcd83f

#dcd83f #3fdcd8 #d83fdc

Analogous Colors of #dcd83f

#dcd83f #92dc3f #dc8a3f

Monochromatic Colors of #dcd83f

#dcd83f

Complementary Color

#dcd83f #3f43dc

#dcd83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd83f Color CSS Codes

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

#dcd83f Text Font Color

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

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


#dcd83f Background Color

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

This div background color is #dcd83f


#dcd83f Border Color

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

This div border color is #dcd83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd83f


Comments

No comments written yet.

Please login to write comment.