Color Hex Logo

#ddab42 Color Hex

#DDAB42
(221,171,66)
0 Favorites   0 Comments

Color spaces of #ddab42

RGB 22117166
HSL0.110.700.56
HSV41°70°87°
CMYK 0.000.230.70   0.13
XYZ45.365144.891311.4282
Yxy44.89130.44610.4415
Hunter Lab67.00103.607336.7877
CIE-Lab72.82037.903058.7969

#ddab42 color RGB value is (221,171,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01000010
Octal 335 253 102
Decimal 221 171 66
Hex DD AB 42

RGB Percentages of Color #ddab42

%48.25
%37.34
%14.41

CMYK Percentages of Color #ddab42

%0
%23
%70
%13

Triadic Colors of #ddab42

#ddab42 #42ddab #ab42dd

Analogous Colors of #ddab42

#ddab42 #c2dd42 #dd5e42

Monochromatic Colors of #ddab42

#ddab42

Complementary Color

#ddab42 #4274dd

#ddab42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab42 Color CSS Codes

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

#ddab42 Text Font Color

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

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


#ddab42 Background Color

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

This div background color is #ddab42


#ddab42 Border Color

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

This div border color is #ddab42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab42


Comments

No comments written yet.

Please login to write comment.