Color Hex Logo

#dcd698 Color Hex

#DCD698
(220,214,152)
0 Favorites   0 Comments

Color spaces of #dcd698

RGB 220214152
HSL0.150.490.73
HSV55°31°86°
CMYK 0.000.030.31   0.14
XYZ59.229365.575839.2414
Yxy65.57580.36110.3997
Hunter Lab80.9789-11.155227.9540
CIE-Lab84.7796-7.321131.4295

#dcd698 color RGB value is (220,214,152).

#dcd698 hex color red value is 220, green value is 214 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dcd698 hue: 0.15 , saturation: 0.49 and the lightness value of dcd698 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 10011000
Octal 334 326 230
Decimal 220 214 152
Hex DC D6 98

RGB Percentages of Color #dcd698

%37.54
%36.52
%25.94

CMYK Percentages of Color #dcd698

%0
%3
%31
%14

Triadic Colors of #dcd698

#dcd698 #98dcd6 #d698dc

Analogous Colors of #dcd698

#dcd698 #c0dc98 #dcb498

Monochromatic Colors of #dcd698

#dcd698

Complementary Color

#dcd698 #989edc

#dcd698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd698 Color CSS Codes

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

#dcd698 Text Font Color

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

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


#dcd698 Background Color

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

This div background color is #dcd698


#dcd698 Border Color

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

This div border color is #dcd698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd698


Comments

No comments written yet.

Please login to write comment.