Color Hex Logo

#dcd467 Color Hex

#DCD467
(220,212,103)
0 Favorites   0 Comments

Color spaces of #dcd467

RGB 220212103
HSL0.160.630.63
HSV56°53°86°
CMYK 0.000.040.53   0.14
XYZ55.506963.281922.1211
Yxy63.28190.39390.4491
Hunter Lab79.5499-14.661939.1977
CIE-Lab83.5905-11.336854.1335

#dcd467 color RGB value is (220,212,103).

#dcd467 hex color red value is 220, green value is 212 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dcd467 hue: 0.16 , saturation: 0.63 and the lightness value of dcd467 is 0.63.

The process color (four color CMYK) of #dcd467 color hex is 0.00, 0.04, 0.53, 0.14. Web safe color of #dcd467 is #cccc66. Color #dcd467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 01100111
Octal 334 324 147
Decimal 220 212 103
Hex DC D4 67

RGB Percentages of Color #dcd467

%41.12
%39.63
%19.25

CMYK Percentages of Color #dcd467

%0
%4
%53
%14

Triadic Colors of #dcd467

#dcd467 #67dcd4 #d467dc

Analogous Colors of #dcd467

#dcd467 #aadc67 #dc9a67

Monochromatic Colors of #dcd467

#dcd467

Complementary Color

#dcd467 #676fdc

#dcd467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd467 Color CSS Codes

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

#dcd467 Text Font Color

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

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


#dcd467 Background Color

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

This div background color is #dcd467


#dcd467 Border Color

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

This div border color is #dcd467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd467


Comments

No comments written yet.

Please login to write comment.