Color Hex Logo

#ddc397 Color Hex

#DDC397
(221,195,151)
0 Favorites   0 Comments

Color spaces of #ddc397

RGB 221195151
HSL0.100.510.73
HSV38°32°87°
CMYK 0.000.120.32   0.13
XYZ54.919856.636737.3156
Yxy56.63670.36890.3804
Hunter Lab75.2574-1.438223.2818
CIE-Lab79.97482.769325.5129

#ddc397 color RGB value is (221,195,151).

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

The process color (four color CMYK) of #ddc397 color hex is 0.00, 0.12, 0.32, 0.13. Web safe color of #ddc397 is #cccc99. Color #ddc397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 10010111
Octal 335 303 227
Decimal 221 195 151
Hex DD C3 97

RGB Percentages of Color #ddc397

%38.98
%34.39
%26.63

CMYK Percentages of Color #ddc397

%0
%12
%32
%13

Triadic Colors of #ddc397

#ddc397 #97ddc3 #c397dd

Analogous Colors of #ddc397

#ddc397 #d4dd97 #dda097

Monochromatic Colors of #ddc397

#ddc397

Complementary Color

#ddc397 #97b1dd

#ddc397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc397 Color CSS Codes

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

#ddc397 Text Font Color

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

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


#ddc397 Background Color

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

This div background color is #ddc397


#ddc397 Border Color

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

This div border color is #ddc397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc397


Comments

No comments written yet.

Please login to write comment.