Color Hex Logo

#ddc895 Color Hex

#DDC895
(221,200,149)
0 Favorites   0 Comments

Color spaces of #ddc895

RGB 221200149
HSL0.120.510.73
HSV43°33°87°
CMYK 0.000.100.33   0.13
XYZ55.897958.850636.8469
Yxy58.85060.36870.3882
Hunter Lab76.7141-4.185425.2221
CIE-Lab81.2094-0.094528.2300

#ddc895 color RGB value is (221,200,149).

#ddc895 hex color red value is 221, green value is 200 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ddc895 hue: 0.12 , saturation: 0.51 and the lightness value of ddc895 is 0.73.

The process color (four color CMYK) of #ddc895 color hex is 0.00, 0.10, 0.33, 0.13. Web safe color of #ddc895 is #cccc99. Color #ddc895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 10010101
Octal 335 310 225
Decimal 221 200 149
Hex DD C8 95

RGB Percentages of Color #ddc895

%38.77
%35.09
%26.14

CMYK Percentages of Color #ddc895

%0
%10
%33
%13

Triadic Colors of #ddc895

#ddc895 #95ddc8 #c895dd

Analogous Colors of #ddc895

#ddc895 #cedd95 #dda495

Monochromatic Colors of #ddc895

#ddc895

Complementary Color

#ddc895 #95aadd

#ddc895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc895 Color CSS Codes

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

#ddc895 Text Font Color

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

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


#ddc895 Background Color

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

This div background color is #ddc895


#ddc895 Border Color

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

This div border color is #ddc895


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,200,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc895; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc895;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc895;
  box-shadow:         1px 1px 3px 2px #ddc895; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,200,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc895


Comments

No comments written yet.

Please login to write comment.