Color Hex Logo

#db946c Color Hex

#DB946C
(219,148,108)
0 Favorites   0 Comments

Color spaces of #db946c

RGB 219148108
HSL0.060.610.64
HSV22°51°86°
CMYK 0.000.320.51   0.14
XYZ42.510137.322619.1508
Yxy37.32260.42950.3771
Hunter Lab61.092217.295124.1787
CIE-Lab67.518422.380731.9402

#db946c color RGB value is (219,148,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 01101100
Octal 333 224 154
Decimal 219 148 108
Hex DB 94 6C

RGB Percentages of Color #db946c

%46.11
%31.16
%22.74

CMYK Percentages of Color #db946c

%0
%32
%51
%14

Triadic Colors of #db946c

#db946c #6cdb94 #946cdb

Analogous Colors of #db946c

#db946c #dbcc6c #db6c7c

Monochromatic Colors of #db946c

#db946c

Complementary Color

#db946c #6cb3db

#db946c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db946c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db946c Color CSS Codes

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

#db946c Text Font Color

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

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


#db946c Background Color

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

This div background color is #db946c


#db946c Border Color

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

This div border color is #db946c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db946c


Comments

No comments written yet.

Please login to write comment.