Color Hex Logo

#ddab59 Color Hex

#DDAB59
(221,171,89)
0 Favorites   0 Comments

Color spaces of #ddab59

RGB 22117189
HSL0.100.660.61
HSV37°60°87°
CMYK 0.000.230.60   0.13
XYZ46.184945.219215.7452
Yxy45.21920.43100.4220
Hunter Lab67.24524.917033.1891
CIE-Lab73.03609.312848.5337

#ddab59 color RGB value is (221,171,89).

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

The process color (four color CMYK) of #ddab59 color hex is 0.00, 0.23, 0.60, 0.13. Web safe color of #ddab59 is #cc9966. Color #ddab59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01011001
Octal 335 253 131
Decimal 221 171 89
Hex DD AB 59

RGB Percentages of Color #ddab59

%45.95
%35.55
%18.50

CMYK Percentages of Color #ddab59

%0
%23
%60
%13

Triadic Colors of #ddab59

#ddab59 #59ddab #ab59dd

Analogous Colors of #ddab59

#ddab59 #cddd59 #dd6959

Monochromatic Colors of #ddab59

#ddab59

Complementary Color

#ddab59 #598bdd

#ddab59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab59 Color CSS Codes

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

#ddab59 Text Font Color

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

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


#ddab59 Background Color

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

This div background color is #ddab59


#ddab59 Border Color

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

This div border color is #ddab59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab59


Comments

No comments written yet.

Please login to write comment.