Color Hex Logo

#ddc697 Color Hex

#DDC697
(221,198,151)
0 Favorites   0 Comments

Color spaces of #ddc697

RGB 221198151
HSL0.110.510.73
HSV40°32°87°
CMYK 0.000.100.32   0.13
XYZ55.598857.994737.5419
Yxy57.99470.36790.3837
Hunter Lab76.1543-2.950424.0797
CIE-Lab80.73581.198226.5427

#ddc697 color RGB value is (221,198,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 10010111
Octal 335 306 227
Decimal 221 198 151
Hex DD C6 97

RGB Percentages of Color #ddc697

%38.77
%34.74
%26.49

CMYK Percentages of Color #ddc697

%0
%10
%32
%13

Triadic Colors of #ddc697

#ddc697 #97ddc6 #c697dd

Analogous Colors of #ddc697

#ddc697 #d1dd97 #dda397

Monochromatic Colors of #ddc697

#ddc697

Complementary Color

#ddc697 #97aedd

#ddc697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc697 Color CSS Codes

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

#ddc697 Text Font Color

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

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


#ddc697 Background Color

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

This div background color is #ddc697


#ddc697 Border Color

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

This div border color is #ddc697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc697


Comments

No comments written yet.

Please login to write comment.