Color Hex Logo

#dcd17b Color Hex

#DCD17B
(220,209,123)
0 Favorites   0 Comments

Color spaces of #dcd17b

RGB 220209123
HSL0.150.580.67
HSV53°44°86°
CMYK 0.000.050.44   0.14
XYZ55.890862.246627.8079
Yxy62.24660.38300.4265
Hunter Lab78.8965-11.618334.3302
CIE-Lab83.0444-8.021643.8746

#dcd17b color RGB value is (220,209,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 01111011
Octal 334 321 173
Decimal 220 209 123
Hex DC D1 7B

RGB Percentages of Color #dcd17b

%39.86
%37.86
%22.28

CMYK Percentages of Color #dcd17b

%0
%5
%44
%14

Triadic Colors of #dcd17b

#dcd17b #7bdcd1 #d17bdc

Analogous Colors of #dcd17b

#dcd17b #b7dc7b #dca17b

Monochromatic Colors of #dcd17b

#dcd17b

Complementary Color

#dcd17b #7b86dc

#dcd17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd17b Color CSS Codes

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

#dcd17b Text Font Color

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

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


#dcd17b Background Color

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

This div background color is #dcd17b


#dcd17b Border Color

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

This div border color is #dcd17b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,209,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 #dcd17b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd17b


Comments

No comments written yet.

Please login to write comment.