Color Hex Logo

#dcdb93 Color Hex

#DCDB93
(220,219,147)
0 Favorites   0 Comments

Color spaces of #dcdb93

RGB 220219147
HSL0.160.510.72
HSV59°33°86°
CMYK 0.000.000.33   0.14
XYZ60.113267.985337.5579
Yxy67.98530.36290.4104
Hunter Lab82.4532-14.156230.7103
CIE-Lab85.9991-10.463735.5973

#dcdb93 color RGB value is (220,219,147).

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

The process color (four color CMYK) of #dcdb93 color hex is 0.00, 0.00, 0.33, 0.14. Web safe color of #dcdb93 is #cccc99. Color #dcdb93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 10010011
Octal 334 333 223
Decimal 220 219 147
Hex DC DB 93

RGB Percentages of Color #dcdb93

%37.54
%37.37
%25.09

CMYK Percentages of Color #dcdb93

%0
%0
%33
%14

Triadic Colors of #dcdb93

#dcdb93 #93dcdb #db93dc

Analogous Colors of #dcdb93

#dcdb93 #b9dc93 #dcb793

Monochromatic Colors of #dcdb93

#dcdb93

Complementary Color

#dcdb93 #9394dc

#dcdb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdb93 Color CSS Codes

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

#dcdb93 Text Font Color

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

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


#dcdb93 Background Color

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

This div background color is #dcdb93


#dcdb93 Border Color

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

This div border color is #dcdb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdb93


Comments

No comments written yet.

Please login to write comment.