Color Hex Logo

#dcd98a Color Hex

#DCD98A
(220,217,138)
0 Favorites   0 Comments

Color spaces of #dcd98a

RGB 220217138
HSL0.160.540.70
HSV58°37°86°
CMYK 0.000.010.37   0.14
XYZ58.915566.676333.8094
Yxy66.67630.36960.4183
Hunter Lab81.6556-14.107332.6099
CIE-Lab85.3402-10.493239.2921

#dcd98a color RGB value is (220,217,138).

#dcd98a hex color red value is 220, green value is 217 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dcd98a hue: 0.16 , saturation: 0.54 and the lightness value of dcd98a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 10001010
Octal 334 331 212
Decimal 220 217 138
Hex DC D9 8A

RGB Percentages of Color #dcd98a

%38.26
%37.74
%24.00

CMYK Percentages of Color #dcd98a

%0
%1
%37
%14

Triadic Colors of #dcd98a

#dcd98a #8adcd9 #d98adc

Analogous Colors of #dcd98a

#dcd98a #b6dc8a #dcb08a

Monochromatic Colors of #dcd98a

#dcd98a

Complementary Color

#dcd98a #8a8ddc

#dcd98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd98a Color CSS Codes

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

#dcd98a Text Font Color

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

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


#dcd98a Background Color

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

This div background color is #dcd98a


#dcd98a Border Color

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

This div border color is #dcd98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd98a


Comments

No comments written yet.

Please login to write comment.