Color Hex Logo

#ddab53 Color Hex

#DDAB53
(221,171,83)
0 Favorites   0 Comments

Color spaces of #ddab53

RGB 22117183
HSL0.110.670.60
HSV38°62°87°
CMYK 0.000.230.62   0.13
XYZ45.943045.122514.4717
Yxy45.12250.43530.4276
Hunter Lab67.17334.531434.2480
CIE-Lab72.97258.899151.3343

#ddab53 color RGB value is (221,171,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01010011
Octal 335 253 123
Decimal 221 171 83
Hex DD AB 53

RGB Percentages of Color #ddab53

%46.53
%36.00
%17.47

CMYK Percentages of Color #ddab53

%0
%23
%62
%13

Triadic Colors of #ddab53

#ddab53 #53ddab #ab53dd

Analogous Colors of #ddab53

#ddab53 #cadd53 #dd6653

Monochromatic Colors of #ddab53

#ddab53

Complementary Color

#ddab53 #5385dd

#ddab53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab53 Color CSS Codes

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

#ddab53 Text Font Color

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

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


#ddab53 Background Color

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

This div background color is #ddab53


#ddab53 Border Color

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

This div border color is #ddab53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab53


Comments

No comments written yet.

Please login to write comment.