Color Hex Logo

#dcda1d Color Hex

#DCDA1D
(220,218,29)
0 Favorites   0 Comments

Color spaces of #dcda1d

RGB 22021829
HSL0.160.770.49
HSV59°87°86°
CMYK 0.000.010.87   0.14
XYZ54.808465.447210.9063
Yxy65.44720.41790.4990
Hunter Lab80.8994-20.642448.6365
CIE-Lab84.7137-17.938580.7613

#dcda1d color RGB value is (220,218,29).

#dcda1d hex color red value is 220, green value is 218 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dcda1d hue: 0.16 , saturation: 0.77 and the lightness value of dcda1d is 0.49.

The process color (four color CMYK) of #dcda1d color hex is 0.00, 0.01, 0.87, 0.14. Web safe color of #dcda1d is #cccc33. Color #dcda1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 00011101
Octal 334 332 35
Decimal 220 218 29
Hex DC DA 1D

RGB Percentages of Color #dcda1d

%47.11
%46.68
%6.21

CMYK Percentages of Color #dcda1d

%0
%1
%87
%14

Triadic Colors of #dcda1d

#dcda1d #1ddcda #da1ddc

Analogous Colors of #dcda1d

#dcda1d #7fdc1d #dc7b1d

Monochromatic Colors of #dcda1d

#dcda1d

Complementary Color

#dcda1d #1d1fdc

#dcda1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda1d Color CSS Codes

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

#dcda1d Text Font Color

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

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


#dcda1d Background Color

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

This div background color is #dcda1d


#dcda1d Border Color

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

This div border color is #dcda1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda1d


Comments

No comments written yet.

Please login to write comment.