Color Hex Logo

#dd925e Color Hex

#DD925E
(221,146,94)
0 Favorites   0 Comments

Color spaces of #dd925e

RGB 22114694
HSL0.070.650.62
HSV25°57°87°
CMYK 0.000.340.57   0.13
XYZ42.118136.738115.4610
Yxy36.73810.44660.3895
Hunter Lab60.612017.965327.3046
CIE-Lab67.080123.090938.9003

#dd925e color RGB value is (221,146,94).

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

The process color (four color CMYK) of #dd925e color hex is 0.00, 0.34, 0.57, 0.13. Web safe color of #dd925e is #cc9966. Color #dd925e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010010 01011110
Octal 335 222 136
Decimal 221 146 94
Hex DD 92 5E

RGB Percentages of Color #dd925e

%47.94
%31.67
%20.39

CMYK Percentages of Color #dd925e

%0
%34
%57
%13

Triadic Colors of #dd925e

#dd925e #5edd92 #925edd

Analogous Colors of #dd925e

#dd925e #ddd25e #dd5e6a

Monochromatic Colors of #dd925e

#dd925e

Complementary Color

#dd925e #5ea9dd

#dd925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd925e Color CSS Codes

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

#dd925e Text Font Color

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

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


#dd925e Background Color

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

This div background color is #dd925e


#dd925e Border Color

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

This div border color is #dd925e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd925e


Comments

No comments written yet.

Please login to write comment.