Color Hex Logo

#dda033 Color Hex

#DDA033
(221,160,51)
0 Favorites   0 Comments

Color spaces of #dda033

RGB 22116051
HSL0.110.710.53
HSV38°77°87°
CMYK 0.000.280.77   0.13
XYZ42.987140.75288.7324
Yxy40.75280.46490.4407
Hunter Lab63.83798.481836.5763
CIE-Lab70.002413.098662.0309

#dda033 color RGB value is (221,160,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00110011
Octal 335 240 63
Decimal 221 160 51
Hex DD A0 33

RGB Percentages of Color #dda033

%51.16
%37.04
%11.81

CMYK Percentages of Color #dda033

%0
%28
%77
%13

Triadic Colors of #dda033

#dda033 #33dda0 #a033dd

Analogous Colors of #dda033

#dda033 #c5dd33 #dd4b33

Monochromatic Colors of #dda033

#dda033

Complementary Color

#dda033 #3370dd

#dda033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda033 Color CSS Codes

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

#dda033 Text Font Color

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

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


#dda033 Background Color

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

This div background color is #dda033


#dda033 Border Color

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

This div border color is #dda033


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,160,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 #dda033">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda033


Comments

No comments written yet.

Please login to write comment.