Color Hex Logo

#ddc79f Color Hex

#DDC79F
(221,199,159)
0 Favorites   0 Comments

Color spaces of #ddc79f

RGB 221199159
HSL0.110.480.75
HSV39°28°87°
CMYK 0.000.100.28   0.13
XYZ56.500258.722241.1575
Yxy58.72220.36130.3755
Hunter Lab76.6304-2.493821.7972
CIE-Lab81.13871.709722.8722

#ddc79f color RGB value is (221,199,159).

#ddc79f hex color red value is 221, green value is 199 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ddc79f hue: 0.11 , saturation: 0.48 and the lightness value of ddc79f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 10011111
Octal 335 307 237
Decimal 221 199 159
Hex DD C7 9F

RGB Percentages of Color #ddc79f

%38.17
%34.37
%27.46

CMYK Percentages of Color #ddc79f

%0
%10
%28
%13

Triadic Colors of #ddc79f

#ddc79f #9fddc7 #c79fdd

Analogous Colors of #ddc79f

#ddc79f #d4dd9f #dda89f

Monochromatic Colors of #ddc79f

#ddc79f

Complementary Color

#ddc79f #9fb5dd

#ddc79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc79f Color CSS Codes

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

#ddc79f Text Font Color

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

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


#ddc79f Background Color

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

This div background color is #ddc79f


#ddc79f Border Color

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

This div border color is #ddc79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc79f


Comments

No comments written yet.

Please login to write comment.