Color Hex Logo

#dd925b Color Hex

#DD925B
(221,146,91)
0 Favorites   0 Comments

Color spaces of #dd925b

RGB 22114691
HSL0.070.660.61
HSV25°59°87°
CMYK 0.000.340.59   0.13
XYZ41.986036.685314.7656
Yxy36.68530.44940.3926
Hunter Lab60.568417.741527.9439
CIE-Lab67.040322.863640.4201

#dd925b color RGB value is (221,146,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010010 01011011
Octal 335 222 133
Decimal 221 146 91
Hex DD 92 5B

RGB Percentages of Color #dd925b

%48.25
%31.88
%19.87

CMYK Percentages of Color #dd925b

%0
%34
%59
%13

Triadic Colors of #dd925b

#dd925b #5bdd92 #925bdd

Analogous Colors of #dd925b

#dd925b #ddd35b #dd5b65

Monochromatic Colors of #dd925b

#dd925b

Complementary Color

#dd925b #5ba6dd

#dd925b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd925b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd925b Color CSS Codes

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

#dd925b Text Font Color

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

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


#dd925b Background Color

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

This div background color is #dd925b


#dd925b Border Color

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

This div border color is #dd925b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd925b


Comments

No comments written yet.

Please login to write comment.