Color Hex Logo

#ddae61 Color Hex

#DDAE61
(221,174,97)
0 Favorites   0 Comments

Color spaces of #ddae61

RGB 22117497
HSL0.100.650.62
HSV37°56°87°
CMYK 0.000.210.56   0.13
XYZ47.112546.507317.8030
Yxy46.50730.42280.4174
Hunter Lab68.19633.970932.2594
CIE-Lab73.87358.317145.5903

#ddae61 color RGB value is (221,174,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 01100001
Octal 335 256 141
Decimal 221 174 97
Hex DD AE 61

RGB Percentages of Color #ddae61

%44.92
%35.37
%19.72

CMYK Percentages of Color #ddae61

%0
%21
%56
%13

Triadic Colors of #ddae61

#ddae61 #61ddae #ae61dd

Analogous Colors of #ddae61

#ddae61 #cedd61 #dd7061

Monochromatic Colors of #ddae61

#ddae61

Complementary Color

#ddae61 #6190dd

#ddae61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae61 Color CSS Codes

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

#ddae61 Text Font Color

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

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


#ddae61 Background Color

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

This div background color is #ddae61


#ddae61 Border Color

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

This div border color is #ddae61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae61


Comments

No comments written yet.

Please login to write comment.