Color Hex Logo

#dda14d Color Hex

#DDA14D
(221,161,77)
0 Favorites   0 Comments

Color spaces of #dda14d

RGB 22116177
HSL0.100.680.58
HSV35°65°87°
CMYK 0.000.270.65   0.13
XYZ43.903241.397712.6978
Yxy41.39770.44800.4224
Hunter Lab64.34109.202933.3378
CIE-Lab70.453713.860651.3449

#dda14d color RGB value is (221,161,77).

#dda14d hex color red value is 221, green value is 161 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dda14d hue: 0.10 , saturation: 0.68 and the lightness value of dda14d is 0.58.

The process color (four color CMYK) of #dda14d color hex is 0.00, 0.27, 0.65, 0.13. Web safe color of #dda14d is #cc9966. Color #dda14d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01001101
Octal 335 241 115
Decimal 221 161 77
Hex DD A1 4D

RGB Percentages of Color #dda14d

%48.15
%35.08
%16.78

CMYK Percentages of Color #dda14d

%0
%27
%65
%13

Triadic Colors of #dda14d

#dda14d #4ddda1 #a14ddd

Analogous Colors of #dda14d

#dda14d #d1dd4d #dd594d

Monochromatic Colors of #dda14d

#dda14d

Complementary Color

#dda14d #4d89dd

#dda14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda14d Color CSS Codes

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

#dda14d Text Font Color

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

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


#dda14d Background Color

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

This div background color is #dda14d


#dda14d Border Color

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

This div border color is #dda14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda14d


Comments

No comments written yet.

Please login to write comment.