Color Hex Logo

#dda11d Color Hex

#DDA11D
(221,161,29)
0 Favorites   0 Comments

Color spaces of #dda11d

RGB 22116129
HSL0.110.770.49
HSV41°87°87°
CMYK 0.000.270.87   0.13
XYZ42.785440.95066.8116
Yxy40.95060.47250.4523
Hunter Lab63.99277.357738.4838
CIE-Lab70.141311.898669.1245

#dda11d color RGB value is (221,161,29).

#dda11d hex color red value is 221, green value is 161 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dda11d hue: 0.11 , saturation: 0.77 and the lightness value of dda11d is 0.49.

The process color (four color CMYK) of #dda11d color hex is 0.00, 0.27, 0.87, 0.13. Web safe color of #dda11d is #cc9933. Color #dda11d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00011101
Octal 335 241 35
Decimal 221 161 29
Hex DD A1 1D

RGB Percentages of Color #dda11d

%53.77
%39.17
%7.06

CMYK Percentages of Color #dda11d

%0
%27
%87
%13

Triadic Colors of #dda11d

#dda11d #1ddda1 #a11ddd

Analogous Colors of #dda11d

#dda11d #b9dd1d #dd411d

Monochromatic Colors of #dda11d

#dda11d

Complementary Color

#dda11d #1d59dd

#dda11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda11d Color CSS Codes

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

#dda11d Text Font Color

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

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


#dda11d Background Color

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

This div background color is #dda11d


#dda11d Border Color

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

This div border color is #dda11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda11d


Comments

No comments written yet.

Please login to write comment.