Color Hex Logo

#ddba75 Color Hex

#DDBA75
(221,186,117)
0 Favorites   0 Comments

Color spaces of #ddba75

RGB 221186117
HSL0.110.600.66
HSV40°47°87°
CMYK 0.000.160.47   0.13
XYZ50.588651.774324.1568
Yxy51.77430.39980.4092
Hunter Lab71.9544-0.423030.4630
CIE-Lab77.14573.714939.5205

#ddba75 color RGB value is (221,186,117).

#ddba75 hex color red value is 221, green value is 186 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ddba75 hue: 0.11 , saturation: 0.60 and the lightness value of ddba75 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 01110101
Octal 335 272 165
Decimal 221 186 117
Hex DD BA 75

RGB Percentages of Color #ddba75

%42.18
%35.50
%22.33

CMYK Percentages of Color #ddba75

%0
%16
%47
%13

Triadic Colors of #ddba75

#ddba75 #75ddba #ba75dd

Analogous Colors of #ddba75

#ddba75 #ccdd75 #dd8675

Monochromatic Colors of #ddba75

#ddba75

Complementary Color

#ddba75 #7598dd

#ddba75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba75 Color CSS Codes

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

#ddba75 Text Font Color

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

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


#ddba75 Background Color

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

This div background color is #ddba75


#ddba75 Border Color

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

This div border color is #ddba75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba75


Comments

No comments written yet.

Please login to write comment.