Color Hex Logo

#dda828 Color Hex

#DDA828
(221,168,40)
0 Favorites   0 Comments

Color spaces of #dda828

RGB 22116840
HSL0.120.730.51
HSV42°82°87°
CMYK 0.000.240.82   0.13
XYZ44.204443.53068.0799
Yxy43.53060.46140.4543
Hunter Lab65.97774.132238.9235
CIE-Lab71.91368.449567.5302

#dda828 color RGB value is (221,168,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 00101000
Octal 335 250 50
Decimal 221 168 40
Hex DD A8 28

RGB Percentages of Color #dda828

%51.52
%39.16
%9.32

CMYK Percentages of Color #dda828

%0
%24
%82
%13

Triadic Colors of #dda828

#dda828 #28dda8 #a828dd

Analogous Colors of #dda828

#dda828 #b8dd28 #dd4e28

Monochromatic Colors of #dda828

#dda828

Complementary Color

#dda828 #285ddd

#dda828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda828 Color CSS Codes

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

#dda828 Text Font Color

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

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


#dda828 Background Color

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

This div background color is #dda828


#dda828 Border Color

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

This div border color is #dda828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda828


Comments

No comments written yet.

Please login to write comment.