Color Hex Logo

#dcd143 Color Hex

#DCD143
(220,209,67)
0 Favorites   0 Comments

Color spaces of #dcd143

RGB 22020967
HSL0.150.690.56
HSV56°70°86°
CMYK 0.000.050.70   0.14
XYZ53.328861.221814.3165
Yxy61.22180.41380.4751
Hunter Lab78.2444-15.267943.9227
CIE-Lab82.4978-12.166868.1235

#dcd143 color RGB value is (220,209,67).

#dcd143 hex color red value is 220, green value is 209 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dcd143 hue: 0.15 , saturation: 0.69 and the lightness value of dcd143 is 0.56.

The process color (four color CMYK) of #dcd143 color hex is 0.00, 0.05, 0.70, 0.14. Web safe color of #dcd143 is #cccc33. Color #dcd143 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 01000011
Octal 334 321 103
Decimal 220 209 67
Hex DC D1 43

RGB Percentages of Color #dcd143

%44.35
%42.14
%13.51

CMYK Percentages of Color #dcd143

%0
%5
%70
%14

Triadic Colors of #dcd143

#dcd143 #43dcd1 #d143dc

Analogous Colors of #dcd143

#dcd143 #9bdc43 #dc8543

Monochromatic Colors of #dcd143

#dcd143

Complementary Color

#dcd143 #434edc

#dcd143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd143 Color CSS Codes

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

#dcd143 Text Font Color

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

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


#dcd143 Background Color

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

This div background color is #dcd143


#dcd143 Border Color

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

This div border color is #dcd143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd143


Comments

No comments written yet.

Please login to write comment.