Color Hex Logo

#dcd098 Color Hex

#DCD098
(220,208,152)
0 Favorites   0 Comments

Color spaces of #dcd098

RGB 220208152
HSL0.140.490.73
HSV49°31°86°
CMYK 0.000.050.31   0.14
XYZ57.738662.594438.7445
Yxy62.59440.36300.3935
Hunter Lab79.1166-8.186426.3465
CIE-Lab83.2285-4.248929.3586

#dcd098 color RGB value is (220,208,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 10011000
Octal 334 320 230
Decimal 220 208 152
Hex DC D0 98

RGB Percentages of Color #dcd098

%37.93
%35.86
%26.21

CMYK Percentages of Color #dcd098

%0
%5
%31
%14

Triadic Colors of #dcd098

#dcd098 #98dcd0 #d098dc

Analogous Colors of #dcd098

#dcd098 #c6dc98 #dcae98

Monochromatic Colors of #dcd098

#dcd098

Complementary Color

#dcd098 #98a4dc

#dcd098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd098 Color CSS Codes

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

#dcd098 Text Font Color

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

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


#dcd098 Background Color

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

This div background color is #dcd098


#dcd098 Border Color

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

This div border color is #dcd098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd098


Comments

No comments written yet.

Please login to write comment.