Color Hex Logo

#dc915d Color Hex

#DC915D
(220,145,93)
0 Favorites   0 Comments

Color spaces of #dc915d

RGB 22014593
HSL0.070.640.61
HSV25°58°86°
CMYK 0.000.340.58   0.14
XYZ41.616436.256815.1608
Yxy36.25680.44730.3897
Hunter Lab60.213617.995727.2213
CIE-Lab66.715723.142038.9518

#dc915d color RGB value is (220,145,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010001 01011101
Octal 334 221 135
Decimal 220 145 93
Hex DC 91 5D

RGB Percentages of Color #dc915d

%48.03
%31.66
%20.31

CMYK Percentages of Color #dc915d

%0
%34
%58
%14

Triadic Colors of #dc915d

#dc915d #5ddc91 #915ddc

Analogous Colors of #dc915d

#dc915d #dcd15d #dc5d69

Monochromatic Colors of #dc915d

#dc915d

Complementary Color

#dc915d #5da8dc

#dc915d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc915d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc915d Color CSS Codes

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

#dc915d Text Font Color

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

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


#dc915d Background Color

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

This div background color is #dc915d


#dc915d Border Color

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

This div border color is #dc915d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,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 #dc915d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc915d


Comments

No comments written yet.

Please login to write comment.