Color Hex Logo

#ddad61 Color Hex

#DDAD61
(221,173,97)
0 Favorites   0 Comments

Color spaces of #ddad61

RGB 22117397
HSL0.100.650.62
HSV37°56°87°
CMYK 0.000.220.56   0.13
XYZ46.920046.122417.7388
Yxy46.12240.42350.4163
Hunter Lab67.91354.473332.0531
CIE-Lab73.62498.849145.2933

#ddad61 color RGB value is (221,173,97).

#ddad61 hex color red value is 221, green value is 173 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ddad61 hue: 0.10 , saturation: 0.65 and the lightness value of ddad61 is 0.62.

The process color (four color CMYK) of #ddad61 color hex is 0.00, 0.22, 0.56, 0.13. Web safe color of #ddad61 is #cc9966. Color #ddad61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 01100001
Octal 335 255 141
Decimal 221 173 97
Hex DD AD 61

RGB Percentages of Color #ddad61

%45.01
%35.23
%19.76

CMYK Percentages of Color #ddad61

%0
%22
%56
%13

Triadic Colors of #ddad61

#ddad61 #61ddad #ad61dd

Analogous Colors of #ddad61

#ddad61 #cfdd61 #dd6f61

Monochromatic Colors of #ddad61

#ddad61

Complementary Color

#ddad61 #6191dd

#ddad61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad61 Color CSS Codes

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

#ddad61 Text Font Color

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

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


#ddad61 Background Color

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

This div background color is #ddad61


#ddad61 Border Color

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

This div border color is #ddad61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad61


Comments

No comments written yet.

Please login to write comment.