Color Hex Logo

#ddc39d Color Hex

#DDC39D
(221,195,157)
0 Favorites   0 Comments

Color spaces of #ddc39d

RGB 221195157
HSL0.100.480.74
HSV36°29°87°
CMYK 0.000.120.29   0.13
XYZ55.419756.836739.9479
Yxy56.83670.36410.3734
Hunter Lab75.3901-0.716421.3564
CIE-Lab80.08773.542622.4909

#ddc39d color RGB value is (221,195,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 10011101
Octal 335 303 235
Decimal 221 195 157
Hex DD C3 9D

RGB Percentages of Color #ddc39d

%38.57
%34.03
%27.40

CMYK Percentages of Color #ddc39d

%0
%12
%29
%13

Triadic Colors of #ddc39d

#ddc39d #9dddc3 #c39ddd

Analogous Colors of #ddc39d

#ddc39d #d7dd9d #dda39d

Monochromatic Colors of #ddc39d

#ddc39d

Complementary Color

#ddc39d #9db7dd

#ddc39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc39d Color CSS Codes

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

#ddc39d Text Font Color

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

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


#ddc39d Background Color

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

This div background color is #ddc39d


#ddc39d Border Color

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

This div border color is #ddc39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc39d


Comments

No comments written yet.

Please login to write comment.