Color Hex Logo

#ddb97f Color Hex

#DDB97F
(221,185,127)
0 Favorites   0 Comments

Color spaces of #ddb97f

RGB 221185127
HSL0.100.580.68
HSV37°43°87°
CMYK 0.000.160.43   0.13
XYZ50.998551.602427.3510
Yxy51.60240.39240.3971
Hunter Lab71.83481.013627.7098
CIE-Lab77.04255.251234.2253

#ddb97f color RGB value is (221,185,127).

#ddb97f hex color red value is 221, green value is 185 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ddb97f hue: 0.10 , saturation: 0.58 and the lightness value of ddb97f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01111111
Octal 335 271 177
Decimal 221 185 127
Hex DD B9 7F

RGB Percentages of Color #ddb97f

%41.46
%34.71
%23.83

CMYK Percentages of Color #ddb97f

%0
%16
%43
%13

Triadic Colors of #ddb97f

#ddb97f #7fddb9 #b97fdd

Analogous Colors of #ddb97f

#ddb97f #d2dd7f #dd8a7f

Monochromatic Colors of #ddb97f

#ddb97f

Complementary Color

#ddb97f #7fa3dd

#ddb97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb97f Color CSS Codes

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

#ddb97f Text Font Color

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

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


#ddb97f Background Color

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

This div background color is #ddb97f


#ddb97f Border Color

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

This div border color is #ddb97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb97f


Comments

No comments written yet.

Please login to write comment.