Color Hex Logo

#dbc090 Color Hex

#DBC090
(219,192,144)
0 Favorites   0 Comments

Color spaces of #dbc090

RGB 219192144
HSL0.110.510.71
HSV38°34°86°
CMYK 0.000.120.34   0.14
XYZ53.097154.773034.1593
Yxy54.77300.37380.3856
Hunter Lab74.0088-1.451824.4404
CIE-Lab78.91032.698527.7405

#dbc090 color RGB value is (219,192,144).

#dbc090 hex color red value is 219, green value is 192 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dbc090 hue: 0.11 , saturation: 0.51 and the lightness value of dbc090 is 0.71.

The process color (four color CMYK) of #dbc090 color hex is 0.00, 0.12, 0.34, 0.14. Web safe color of #dbc090 is #cccc99. Color #dbc090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10010000
Octal 333 300 220
Decimal 219 192 144
Hex DB C0 90

RGB Percentages of Color #dbc090

%39.46
%34.59
%25.95

CMYK Percentages of Color #dbc090

%0
%12
%34
%14

Triadic Colors of #dbc090

#dbc090 #90dbc0 #c090db

Analogous Colors of #dbc090

#dbc090 #d1db90 #db9b90

Monochromatic Colors of #dbc090

#dbc090

Complementary Color

#dbc090 #90abdb

#dbc090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc090 Color CSS Codes

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

#dbc090 Text Font Color

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

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


#dbc090 Background Color

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

This div background color is #dbc090


#dbc090 Border Color

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

This div border color is #dbc090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc090


Comments

No comments written yet.

Please login to write comment.