Color Hex Logo

#dda933 Color Hex

#DDA933
(221,169,51)
0 Favorites   0 Comments

Color spaces of #dda933

RGB 22116951
HSL0.120.710.53
HSV42°77°87°
CMYK 0.000.240.77   0.13
XYZ44.604343.98719.2714
Yxy43.98710.45580.4495
Hunter Lab66.32283.982438.1377
CIE-Lab72.21998.294264.1149

#dda933 color RGB value is (221,169,51).

#dda933 hex color red value is 221, green value is 169 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dda933 hue: 0.12 , saturation: 0.71 and the lightness value of dda933 is 0.53.

The process color (four color CMYK) of #dda933 color hex is 0.00, 0.24, 0.77, 0.13. Web safe color of #dda933 is #cc9933. Color #dda933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 00110011
Octal 335 251 63
Decimal 221 169 51
Hex DD A9 33

RGB Percentages of Color #dda933

%50.11
%38.32
%11.56

CMYK Percentages of Color #dda933

%0
%24
%77
%13

Triadic Colors of #dda933

#dda933 #33dda9 #a933dd

Analogous Colors of #dda933

#dda933 #bcdd33 #dd5433

Monochromatic Colors of #dda933

#dda933

Complementary Color

#dda933 #3367dd

#dda933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda933 Color CSS Codes

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

#dda933 Text Font Color

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

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


#dda933 Background Color

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

This div background color is #dda933


#dda933 Border Color

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

This div border color is #dda933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda933


Comments

No comments written yet.

Please login to write comment.