Color Hex Logo

#dd915d Color Hex

#DD915D
(221,145,93)
0 Favorites   0 Comments

Color spaces of #dd915d

RGB 22114593
HSL0.070.650.62
HSV24°58°87°
CMYK 0.000.340.58   0.13
XYZ41.920036.413315.1750
Yxy36.41330.44830.3894
Hunter Lab60.343418.401227.3303
CIE-Lab66.834523.550739.1243

#dd915d color RGB value is (221,145,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010001 01011101
Octal 335 221 135
Decimal 221 145 93
Hex DD 91 5D

RGB Percentages of Color #dd915d

%48.15
%31.59
%20.26

CMYK Percentages of Color #dd915d

%0
%34
%58
%13

Triadic Colors of #dd915d

#dd915d #5ddd91 #915ddd

Analogous Colors of #dd915d

#dd915d #ddd15d #dd5d69

Monochromatic Colors of #dd915d

#dd915d

Complementary Color

#dd915d #5da9dd

#dd915d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd915d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd915d Color CSS Codes

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

#dd915d Text Font Color

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

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


#dd915d Background Color

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

This div background color is #dd915d


#dd915d Border Color

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

This div border color is #dd915d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd915d


Comments

No comments written yet.

Please login to write comment.