Color Hex Logo

#dda41b Color Hex

#DDA41B
(221,164,27)
0 Favorites   0 Comments

Color spaces of #dda41b

RGB 22116427
HSL0.120.780.49
HSV42°88°87°
CMYK 0.000.260.88   0.13
XYZ43.292142.00226.8624
Yxy42.00220.46980.4558
Hunter Lab64.80915.821039.0884
CIE-Lab70.872410.253970.1882

#dda41b color RGB value is (221,164,27).

#dda41b hex color red value is 221, green value is 164 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dda41b hue: 0.12 , saturation: 0.78 and the lightness value of dda41b is 0.49.

The process color (four color CMYK) of #dda41b color hex is 0.00, 0.26, 0.88, 0.13. Web safe color of #dda41b is #cc9933. Color #dda41b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 00011011
Octal 335 244 33
Decimal 221 164 27
Hex DD A4 1B

RGB Percentages of Color #dda41b

%53.64
%39.81
%6.55

CMYK Percentages of Color #dda41b

%0
%26
%88
%13

Triadic Colors of #dda41b

#dda41b #1bdda4 #a41bdd

Analogous Colors of #dda41b

#dda41b #b5dd1b #dd431b

Monochromatic Colors of #dda41b

#dda41b

Complementary Color

#dda41b #1b54dd

#dda41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda41b Color CSS Codes

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

#dda41b Text Font Color

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

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


#dda41b Background Color

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

This div background color is #dda41b


#dda41b Border Color

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

This div border color is #dda41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda41b

#dda41b Color Palettes


Comments

No comments written yet.

Please login to write comment.