Color Hex Logo

#ddc495 Color Hex

#DDC495
(221,196,149)
0 Favorites   0 Comments

Color spaces of #ddc495

RGB 221196149
HSL0.110.510.73
HSV39°33°87°
CMYK 0.000.110.33   0.13
XYZ54.983557.021936.5422
Yxy57.02190.37010.3839
Hunter Lab75.5128-2.175524.1674
CIE-Lab80.19191.994526.8609

#ddc495 color RGB value is (221,196,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 10010101
Octal 335 304 225
Decimal 221 196 149
Hex DD C4 95

RGB Percentages of Color #ddc495

%39.05
%34.63
%26.33

CMYK Percentages of Color #ddc495

%0
%11
%33
%13

Triadic Colors of #ddc495

#ddc495 #95ddc4 #c495dd

Analogous Colors of #ddc495

#ddc495 #d2dd95 #dda095

Monochromatic Colors of #ddc495

#ddc495

Complementary Color

#ddc495 #95aedd

#ddc495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc495 Color CSS Codes

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

#ddc495 Text Font Color

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

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


#ddc495 Background Color

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

This div background color is #ddc495


#ddc495 Border Color

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

This div border color is #ddc495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc495


Comments

No comments written yet.

Please login to write comment.