Color Hex Logo

#ddd160 Color Hex

#DDD160
(221,209,96)
0 Favorites   0 Comments

Color spaces of #ddd160

RGB 22120996
HSL0.150.650.62
HSV54°57°87°
CMYK 0.000.050.57   0.13
XYZ54.730661.817620.1137
Yxy61.81760.40050.4523
Hunter Lab78.6242-13.337739.8693
CIE-Lab82.8163-9.957456.4685

#ddd160 color RGB value is (221,209,96).

#ddd160 hex color red value is 221, green value is 209 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ddd160 hue: 0.15 , saturation: 0.65 and the lightness value of ddd160 is 0.62.

The process color (four color CMYK) of #ddd160 color hex is 0.00, 0.05, 0.57, 0.13. Web safe color of #ddd160 is #cccc66. Color #ddd160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 01100000
Octal 335 321 140
Decimal 221 209 96
Hex DD D1 60

RGB Percentages of Color #ddd160

%42.02
%39.73
%18.25

CMYK Percentages of Color #ddd160

%0
%5
%57
%13

Triadic Colors of #ddd160

#ddd160 #60ddd1 #d160dd

Analogous Colors of #ddd160

#ddd160 #abdd60 #dd9360

Monochromatic Colors of #ddd160

#ddd160

Complementary Color

#ddd160 #606cdd

#ddd160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd160 Color CSS Codes

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

#ddd160 Text Font Color

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

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


#ddd160 Background Color

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

This div background color is #ddd160


#ddd160 Border Color

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

This div border color is #ddd160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd160


Comments

No comments written yet.

Please login to write comment.