Color Hex Logo

#dda725 Color Hex

#DDA725
(221,167,37)
0 Favorites   0 Comments

Color spaces of #dda725

RGB 22116737
HSL0.120.730.51
HSV42°83°87°
CMYK 0.000.240.83   0.13
XYZ43.971443.14327.7602
Yxy43.14320.46350.4547
Hunter Lab65.68354.549638.9736
CIE-Lab71.65218.895268.2026

#dda725 color RGB value is (221,167,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 00100101
Octal 335 247 45
Decimal 221 167 37
Hex DD A7 25

RGB Percentages of Color #dda725

%52.00
%39.29
%8.71

CMYK Percentages of Color #dda725

%0
%24
%83
%13

Triadic Colors of #dda725

#dda725 #25dda7 #a725dd

Analogous Colors of #dda725

#dda725 #b7dd25 #dd4b25

Monochromatic Colors of #dda725

#dda725

Complementary Color

#dda725 #255bdd

#dda725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda725 Color CSS Codes

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

#dda725 Text Font Color

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

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


#dda725 Background Color

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

This div background color is #dda725


#dda725 Border Color

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

This div border color is #dda725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda725


Comments

No comments written yet.

Please login to write comment.