Color Hex Logo

#ddb07b Color Hex

#DDB07B
(221,176,123)
0 Favorites   0 Comments

Color spaces of #ddb07b

RGB 221176123
HSL0.090.590.67
HSV32°44°87°
CMYK 0.000.200.44   0.13
XYZ48.919347.852925.3971
Yxy47.85290.40040.3917
Hunter Lab69.17585.172926.6554
CIE-Lab74.73219.611733.3214

#ddb07b color RGB value is (221,176,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 01111011
Octal 335 260 173
Decimal 221 176 123
Hex DD B0 7B

RGB Percentages of Color #ddb07b

%42.50
%33.85
%23.65

CMYK Percentages of Color #ddb07b

%0
%20
%44
%13

Triadic Colors of #ddb07b

#ddb07b #7bddb0 #b07bdd

Analogous Colors of #ddb07b

#ddb07b #d9dd7b #dd7f7b

Monochromatic Colors of #ddb07b

#ddb07b

Complementary Color

#ddb07b #7ba8dd

#ddb07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb07b Color CSS Codes

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

#ddb07b Text Font Color

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

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


#ddb07b Background Color

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

This div background color is #ddb07b


#ddb07b Border Color

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

This div border color is #ddb07b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,176,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 #ddb07b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb07b


Comments

No comments written yet.

Please login to write comment.