Color Hex Logo

#ddb759 Color Hex

#DDB759
(221,183,89)
0 Favorites   0 Comments

Color spaces of #ddb759

RGB 22118389
HSL0.120.660.61
HSV43°60°87°
CMYK 0.000.170.60   0.13
XYZ48.555549.960416.5354
Yxy49.96040.42200.4342
Hunter Lab70.6827-1.074035.6077
CIE-Lab76.04492.956951.9940

#ddb759 color RGB value is (221,183,89).

#ddb759 hex color red value is 221, green value is 183 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ddb759 hue: 0.12 , saturation: 0.66 and the lightness value of ddb759 is 0.61.

The process color (four color CMYK) of #ddb759 color hex is 0.00, 0.17, 0.60, 0.13. Web safe color of #ddb759 is #cccc66. Color #ddb759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01011001
Octal 335 267 131
Decimal 221 183 89
Hex DD B7 59

RGB Percentages of Color #ddb759

%44.83
%37.12
%18.05

CMYK Percentages of Color #ddb759

%0
%17
%60
%13

Triadic Colors of #ddb759

#ddb759 #59ddb7 #b759dd

Analogous Colors of #ddb759

#ddb759 #c1dd59 #dd7559

Monochromatic Colors of #ddb759

#ddb759

Complementary Color

#ddb759 #597fdd

#ddb759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb759 Color CSS Codes

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

#ddb759 Text Font Color

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

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


#ddb759 Background Color

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

This div background color is #ddb759


#ddb759 Border Color

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

This div border color is #ddb759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb759


Comments

No comments written yet.

Please login to write comment.