Color Hex Logo

#ddb97b Color Hex

#DDB97B
(221,185,123)
0 Favorites   0 Comments

Color spaces of #ddb97b

RGB 221185123
HSL0.110.590.67
HSV38°44°87°
CMYK 0.000.160.44   0.13
XYZ50.742951.500126.0050
Yxy51.50010.39570.4016
Hunter Lab71.76360.628328.7496
CIE-Lab76.98104.836536.2242

#ddb97b color RGB value is (221,185,123).

#ddb97b hex color red value is 221, green value is 185 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddb97b hue: 0.11 , saturation: 0.59 and the lightness value of ddb97b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01111011
Octal 335 271 173
Decimal 221 185 123
Hex DD B9 7B

RGB Percentages of Color #ddb97b

%41.78
%34.97
%23.25

CMYK Percentages of Color #ddb97b

%0
%16
%44
%13

Triadic Colors of #ddb97b

#ddb97b #7bddb9 #b97bdd

Analogous Colors of #ddb97b

#ddb97b #d0dd7b #dd887b

Monochromatic Colors of #ddb97b

#ddb97b

Complementary Color

#ddb97b #7b9fdd

#ddb97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb97b Color CSS Codes

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

#ddb97b Text Font Color

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

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


#ddb97b Background Color

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

This div background color is #ddb97b


#ddb97b Border Color

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

This div border color is #ddb97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb97b


Comments

No comments written yet.

Please login to write comment.