Color Hex Logo

#dda361 Color Hex

#DDA361
(221,163,97)
0 Favorites   0 Comments

Color spaces of #dda361

RGB 22116397
HSL0.090.650.62
HSV32°56°87°
CMYK 0.000.260.56   0.13
XYZ45.073742.429617.1234
Yxy42.42960.43080.4055
Hunter Lab65.13809.525630.0105
CIE-Lab71.166114.194542.3321

#dda361 color RGB value is (221,163,97).

#dda361 hex color red value is 221, green value is 163 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dda361 hue: 0.09 , saturation: 0.65 and the lightness value of dda361 is 0.62.

The process color (four color CMYK) of #dda361 color hex is 0.00, 0.26, 0.56, 0.13. Web safe color of #dda361 is #cc9966. Color #dda361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01100001
Octal 335 243 141
Decimal 221 163 97
Hex DD A3 61

RGB Percentages of Color #dda361

%45.95
%33.89
%20.17

CMYK Percentages of Color #dda361

%0
%26
%56
%13

Triadic Colors of #dda361

#dda361 #61dda3 #a361dd

Analogous Colors of #dda361

#dda361 #d9dd61 #dd6561

Monochromatic Colors of #dda361

#dda361

Complementary Color

#dda361 #619bdd

#dda361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda361 Color CSS Codes

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

#dda361 Text Font Color

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

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


#dda361 Background Color

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

This div background color is #dda361


#dda361 Border Color

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

This div border color is #dda361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda361


Comments

No comments written yet.

Please login to write comment.