Color Hex Logo

#dcd47b Color Hex

#DCD47B
(220,212,123)
0 Favorites   0 Comments

Color spaces of #dcd47b

RGB 220212123
HSL0.150.580.67
HSV55°44°86°
CMYK 0.000.040.44   0.14
XYZ56.633863.732728.0556
Yxy63.73270.38160.4294
Hunter Lab79.8328-13.078535.0467
CIE-Lab83.8264-9.544344.8473

#dcd47b color RGB value is (220,212,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 01111011
Octal 334 324 173
Decimal 220 212 123
Hex DC D4 7B

RGB Percentages of Color #dcd47b

%39.64
%38.20
%22.16

CMYK Percentages of Color #dcd47b

%0
%4
%44
%14

Triadic Colors of #dcd47b

#dcd47b #7bdcd4 #d47bdc

Analogous Colors of #dcd47b

#dcd47b #b4dc7b #dca47b

Monochromatic Colors of #dcd47b

#dcd47b

Complementary Color

#dcd47b #7b83dc

#dcd47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd47b Color CSS Codes

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

#dcd47b Text Font Color

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

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


#dcd47b Background Color

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

This div background color is #dcd47b


#dcd47b Border Color

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

This div border color is #dcd47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd47b


Comments

No comments written yet.

Please login to write comment.