Color Hex Logo

#dda832 Color Hex

#DDA832
(221,168,50)
0 Favorites   0 Comments

Color spaces of #dda832

RGB 22116850
HSL0.120.720.53
HSV41°77°87°
CMYK 0.000.240.77   0.13
XYZ44.397143.60779.0948
Yxy43.60770.45720.4491
Hunter Lab66.03614.445138.0596
CIE-Lab71.96558.788064.2386

#dda832 color RGB value is (221,168,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 00110010
Octal 335 250 62
Decimal 221 168 50
Hex DD A8 32

RGB Percentages of Color #dda832

%50.34
%38.27
%11.39

CMYK Percentages of Color #dda832

%0
%24
%77
%13

Triadic Colors of #dda832

#dda832 #32dda8 #a832dd

Analogous Colors of #dda832

#dda832 #bddd32 #dd5232

Monochromatic Colors of #dda832

#dda832

Complementary Color

#dda832 #3267dd

#dda832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda832 Color CSS Codes

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

#dda832 Text Font Color

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

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


#dda832 Background Color

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

This div background color is #dda832


#dda832 Border Color

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

This div border color is #dda832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda832

#dda832 Color Palettes


Comments

No comments written yet.

Please login to write comment.