Color Hex Logo

#db976c Color Hex

#DB976C
(219,151,108)
0 Favorites   0 Comments

Color spaces of #db976c

RGB 219151108
HSL0.060.610.64
HSV23°51°86°
CMYK 0.000.310.51   0.14
XYZ42.986838.276019.3097
Yxy38.27600.42740.3806
Hunter Lab61.867615.756924.8021
CIE-Lab68.223520.765132.8469

#db976c color RGB value is (219,151,108).

#db976c hex color red value is 219, green value is 151 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #db976c hue: 0.06 , saturation: 0.61 and the lightness value of db976c is 0.64.

The process color (four color CMYK) of #db976c color hex is 0.00, 0.31, 0.51, 0.14. Web safe color of #db976c is #cc9966. Color #db976c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 01101100
Octal 333 227 154
Decimal 219 151 108
Hex DB 97 6C

RGB Percentages of Color #db976c

%45.82
%31.59
%22.59

CMYK Percentages of Color #db976c

%0
%31
%51
%14

Triadic Colors of #db976c

#db976c #6cdb97 #976cdb

Analogous Colors of #db976c

#db976c #dbcf6c #db6c79

Monochromatic Colors of #db976c

#db976c

Complementary Color

#db976c #6cb0db

#db976c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db976c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db976c Color CSS Codes

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

#db976c Text Font Color

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

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


#db976c Background Color

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

This div background color is #db976c


#db976c Border Color

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

This div border color is #db976c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,151,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db976c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db976c;
  -webkit-box-shadow: 1px 1px 3px 2px #db976c;
  box-shadow:         1px 1px 3px 2px #db976c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,151,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db976c


Comments

No comments written yet.

Please login to write comment.