Color Hex Logo

#ddbd85 Color Hex

#DDBD85
(221,189,133)
0 Favorites   0 Comments

Color spaces of #ddbd85

RGB 221189133
HSL0.110.560.69
HSV38°40°87°
CMYK 0.000.140.40   0.13
XYZ52.250053.460829.7554
Yxy53.46080.38570.3946
Hunter Lab73.1169-0.396827.0534
CIE-Lab78.14633.790232.5340

#ddbd85 color RGB value is (221,189,133).

#ddbd85 hex color red value is 221, green value is 189 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ddbd85 hue: 0.11 , saturation: 0.56 and the lightness value of ddbd85 is 0.69.

The process color (four color CMYK) of #ddbd85 color hex is 0.00, 0.14, 0.40, 0.13. Web safe color of #ddbd85 is #cccc99. Color #ddbd85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 10000101
Octal 335 275 205
Decimal 221 189 133
Hex DD BD 85

RGB Percentages of Color #ddbd85

%40.70
%34.81
%24.49

CMYK Percentages of Color #ddbd85

%0
%14
%40
%13

Triadic Colors of #ddbd85

#ddbd85 #85ddbd #bd85dd

Analogous Colors of #ddbd85

#ddbd85 #d1dd85 #dd9185

Monochromatic Colors of #ddbd85

#ddbd85

Complementary Color

#ddbd85 #85a5dd

#ddbd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbd85 Color CSS Codes

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

#ddbd85 Text Font Color

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

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


#ddbd85 Background Color

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

This div background color is #ddbd85


#ddbd85 Border Color

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

This div border color is #ddbd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbd85


Comments

No comments written yet.

Please login to write comment.