Color Hex Logo

#dda633 Color Hex

#DDA633
(221,166,51)
0 Favorites   0 Comments

Color spaces of #dda633

RGB 22116651
HSL0.110.710.53
HSV41°77°87°
CMYK 0.000.250.77   0.13
XYZ44.052642.88369.0875
Yxy42.88360.45880.4466
Hunter Lab65.48565.478437.6122
CIE-Lab71.47599.892463.4178

#dda633 color RGB value is (221,166,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 00110011
Octal 335 246 63
Decimal 221 166 51
Hex DD A6 33

RGB Percentages of Color #dda633

%50.46
%37.90
%11.64

CMYK Percentages of Color #dda633

%0
%25
%77
%13

Triadic Colors of #dda633

#dda633 #33dda6 #a633dd

Analogous Colors of #dda633

#dda633 #bfdd33 #dd5133

Monochromatic Colors of #dda633

#dda633

Complementary Color

#dda633 #336add

#dda633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda633 Color CSS Codes

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

#dda633 Text Font Color

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

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


#dda633 Background Color

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

This div background color is #dda633


#dda633 Border Color

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

This div border color is #dda633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda633


Comments

No comments written yet.

Please login to write comment.