Color Hex Logo

#ddc38a Color Hex

#DDC38A
(221,195,138)
0 Favorites   0 Comments

Color spaces of #ddc38a

RGB 221195138
HSL0.110.550.70
HSV41°38°87°
CMYK 0.000.120.38   0.13
XYZ53.921356.237332.0577
Yxy56.23730.37910.3954
Hunter Lab74.9915-2.888027.1485
CIE-Lab79.74871.204732.0321

#ddc38a color RGB value is (221,195,138).

#ddc38a hex color red value is 221, green value is 195 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ddc38a hue: 0.11 , saturation: 0.55 and the lightness value of ddc38a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 10001010
Octal 335 303 212
Decimal 221 195 138
Hex DD C3 8A

RGB Percentages of Color #ddc38a

%39.89
%35.20
%24.91

CMYK Percentages of Color #ddc38a

%0
%12
%38
%13

Triadic Colors of #ddc38a

#ddc38a #8addc3 #c38add

Analogous Colors of #ddc38a

#ddc38a #cedd8a #dd9a8a

Monochromatic Colors of #ddc38a

#ddc38a

Complementary Color

#ddc38a #8aa4dd

#ddc38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc38a Color CSS Codes

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

#ddc38a Text Font Color

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

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


#ddc38a Background Color

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

This div background color is #ddc38a


#ddc38a Border Color

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

This div border color is #ddc38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc38a

#ddc38a Color Palettes


Comments

No comments written yet.

Please login to write comment.