Color Hex Logo

#ddab48 Color Hex

#DDAB48
(221,171,72)
0 Favorites   0 Comments

Color spaces of #ddab48

RGB 22117172
HSL0.110.690.57
HSV40°67°87°
CMYK 0.000.230.67   0.13
XYZ45.551444.965912.4094
Yxy44.96590.44260.4369
Hunter Lab67.05663.905535.9675
CIE-Lab72.86948.225256.2555

#ddab48 color RGB value is (221,171,72).

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

The process color (four color CMYK) of #ddab48 color hex is 0.00, 0.23, 0.67, 0.13. Web safe color of #ddab48 is #cc9933. Color #ddab48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01001000
Octal 335 253 110
Decimal 221 171 72
Hex DD AB 48

RGB Percentages of Color #ddab48

%47.63
%36.85
%15.52

CMYK Percentages of Color #ddab48

%0
%23
%67
%13

Triadic Colors of #ddab48

#ddab48 #48ddab #ab48dd

Analogous Colors of #ddab48

#ddab48 #c5dd48 #dd6148

Monochromatic Colors of #ddab48

#ddab48

Complementary Color

#ddab48 #487add

#ddab48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab48 Color CSS Codes

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

#ddab48 Text Font Color

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

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


#ddab48 Background Color

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

This div background color is #ddab48


#ddab48 Border Color

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

This div border color is #ddab48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab48


Comments

No comments written yet.

Please login to write comment.