Color Hex Logo

#dda22d Color Hex

#DDA22D
(221,162,45)
0 Favorites   0 Comments

Color spaces of #dda22d

RGB 22116245
HSL0.110.720.52
HSV40°80°87°
CMYK 0.000.270.80   0.13
XYZ43.212841.40238.1965
Yxy41.40230.46560.4461
Hunter Lab64.34467.274637.4886
CIE-Lab70.456911.810164.6162

#dda22d color RGB value is (221,162,45).

#dda22d hex color red value is 221, green value is 162 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dda22d hue: 0.11 , saturation: 0.72 and the lightness value of dda22d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 00101101
Octal 335 242 55
Decimal 221 162 45
Hex DD A2 2D

RGB Percentages of Color #dda22d

%51.64
%37.85
%10.51

CMYK Percentages of Color #dda22d

%0
%27
%80
%13

Triadic Colors of #dda22d

#dda22d #2ddda2 #a22ddd

Analogous Colors of #dda22d

#dda22d #c0dd2d #dd4a2d

Monochromatic Colors of #dda22d

#dda22d

Complementary Color

#dda22d #2d68dd

#dda22d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda22d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda22d Color CSS Codes

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

#dda22d Text Font Color

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

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


#dda22d Background Color

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

This div background color is #dda22d


#dda22d Border Color

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

This div border color is #dda22d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda22d


Comments

No comments written yet.

Please login to write comment.