Color Hex Logo

#ddb95e Color Hex

#DDB95E
(221,185,94)
0 Favorites   0 Comments

Color spaces of #ddb95e

RGB 22118594
HSL0.120.650.62
HSV43°57°87°
CMYK 0.000.160.57   0.13
XYZ49.188150.878217.8177
Yxy50.87820.41730.4316
Hunter Lab71.3290-1.732935.1199
CIE-Lab76.60522.270550.2700

#ddb95e color RGB value is (221,185,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01011110
Octal 335 271 136
Decimal 221 185 94
Hex DD B9 5E

RGB Percentages of Color #ddb95e

%44.20
%37.00
%18.80

CMYK Percentages of Color #ddb95e

%0
%16
%57
%13

Triadic Colors of #ddb95e

#ddb95e #5eddb9 #b95edd

Analogous Colors of #ddb95e

#ddb95e #c2dd5e #dd7a5e

Monochromatic Colors of #ddb95e

#ddb95e

Complementary Color

#ddb95e #5e82dd

#ddb95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb95e Color CSS Codes

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

#ddb95e Text Font Color

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

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


#ddb95e Background Color

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

This div background color is #ddb95e


#ddb95e Border Color

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

This div border color is #ddb95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb95e


Comments

No comments written yet.

Please login to write comment.