Color Hex Logo

#ddb159 Color Hex

#DDB159
(221,177,89)
0 Favorites   0 Comments

Color spaces of #ddb159

RGB 22117789
HSL0.110.660.61
HSV40°60°87°
CMYK 0.000.200.60   0.13
XYZ47.344147.537716.1316
Yxy47.53770.42650.4282
Hunter Lab68.94761.912034.3913
CIE-Lab74.53246.124450.2619

#ddb159 color RGB value is (221,177,89).

#ddb159 hex color red value is 221, green value is 177 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ddb159 hue: 0.11 , saturation: 0.66 and the lightness value of ddb159 is 0.61.

The process color (four color CMYK) of #ddb159 color hex is 0.00, 0.20, 0.60, 0.13. Web safe color of #ddb159 is #cc9966. Color #ddb159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01011001
Octal 335 261 131
Decimal 221 177 89
Hex DD B1 59

RGB Percentages of Color #ddb159

%45.38
%36.34
%18.28

CMYK Percentages of Color #ddb159

%0
%20
%60
%13

Triadic Colors of #ddb159

#ddb159 #59ddb1 #b159dd

Analogous Colors of #ddb159

#ddb159 #c7dd59 #dd6f59

Monochromatic Colors of #ddb159

#ddb159

Complementary Color

#ddb159 #5985dd

#ddb159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb159 Color CSS Codes

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

#ddb159 Text Font Color

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

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


#ddb159 Background Color

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

This div background color is #ddb159


#ddb159 Border Color

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

This div border color is #ddb159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb159


Comments

No comments written yet.

Please login to write comment.