Color Hex Logo

#dcdb7c Color Hex

#DCDB7C
(220,219,124)
0 Favorites   0 Comments

Color spaces of #dcdb7c

RGB 220219124
HSL0.160.580.67
HSV59°44°86°
CMYK 0.000.000.44   0.14
XYZ58.484867.333928.9830
Yxy67.33390.37780.4350
Hunter Lab82.0572-16.377536.4986
CIE-Lab85.6723-12.966046.6427

#dcdb7c color RGB value is (220,219,124).

#dcdb7c hex color red value is 220, green value is 219 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dcdb7c hue: 0.16 , saturation: 0.58 and the lightness value of dcdb7c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 01111100
Octal 334 333 174
Decimal 220 219 124
Hex DC DB 7C

RGB Percentages of Color #dcdb7c

%39.08
%38.90
%22.02

CMYK Percentages of Color #dcdb7c

%0
%0
%44
%14

Triadic Colors of #dcdb7c

#dcdb7c #7cdcdb #db7cdc

Analogous Colors of #dcdb7c

#dcdb7c #addc7c #dcab7c

Monochromatic Colors of #dcdb7c

#dcdb7c

Complementary Color

#dcdb7c #7c7ddc

#dcdb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdb7c Color CSS Codes

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

#dcdb7c Text Font Color

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

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


#dcdb7c Background Color

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

This div background color is #dcdb7c


#dcdb7c Border Color

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

This div border color is #dcdb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdb7c


Comments

No comments written yet.

Please login to write comment.