Color Hex Logo

#dcd49b Color Hex

#DCD49B
(220,212,155)
0 Favorites   0 Comments

Color spaces of #dcd49b

RGB 220212155
HSL0.150.480.74
HSV53°30°86°
CMYK 0.000.040.30   0.14
XYZ58.975164.669240.3844
Yxy64.66920.35950.3943
Hunter Lab80.4172-9.824526.5174
CIE-Lab84.3130-5.921829.2564

#dcd49b color RGB value is (220,212,155).

#dcd49b hex color red value is 220, green value is 212 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dcd49b hue: 0.15 , saturation: 0.48 and the lightness value of dcd49b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 10011011
Octal 334 324 233
Decimal 220 212 155
Hex DC D4 9B

RGB Percentages of Color #dcd49b

%37.48
%36.12
%26.41

CMYK Percentages of Color #dcd49b

%0
%4
%30
%14

Triadic Colors of #dcd49b

#dcd49b #9bdcd4 #d49bdc

Analogous Colors of #dcd49b

#dcd49b #c4dc9b #dcb49b

Monochromatic Colors of #dcd49b

#dcd49b

Complementary Color

#dcd49b #9ba3dc

#dcd49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd49b Color CSS Codes

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

#dcd49b Text Font Color

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

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


#dcd49b Background Color

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

This div background color is #dcd49b


#dcd49b Border Color

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

This div border color is #dcd49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd49b


Comments

No comments written yet.

Please login to write comment.