Color Hex Logo

#ddc39a Color Hex

#DDC39A
(221,195,154)
0 Favorites   0 Comments

Color spaces of #ddc39a

RGB 221195154
HSL0.100.500.74
HSV37°30°87°
CMYK 0.000.120.30   0.13
XYZ55.166656.735538.6153
Yxy56.73550.36650.3769
Hunter Lab75.3230-1.081722.3303
CIE-Lab80.03063.151724.0026

#ddc39a color RGB value is (221,195,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 10011010
Octal 335 303 232
Decimal 221 195 154
Hex DD C3 9A

RGB Percentages of Color #ddc39a

%38.77
%34.21
%27.02

CMYK Percentages of Color #ddc39a

%0
%12
%30
%13

Triadic Colors of #ddc39a

#ddc39a #9addc3 #c39add

Analogous Colors of #ddc39a

#ddc39a #d6dd9a #dda29a

Monochromatic Colors of #ddc39a

#ddc39a

Complementary Color

#ddc39a #9ab4dd

#ddc39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc39a Color CSS Codes

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

#ddc39a Text Font Color

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

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


#ddc39a Background Color

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

This div background color is #ddc39a


#ddc39a Border Color

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

This div border color is #ddc39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc39a


Comments

No comments written yet.

Please login to write comment.