Color Hex Logo

#dbc990 Color Hex

#DBC990
(219,201,144)
0 Favorites   0 Comments

Color spaces of #dbc990

RGB 219201144
HSL0.130.510.71
HSV46°34°86°
CMYK 0.000.080.34   0.14
XYZ55.134158.847034.8383
Yxy58.84700.37050.3954
Hunter Lab76.7118-5.954626.7720
CIE-Lab81.2074-2.002730.8065

#dbc990 color RGB value is (219,201,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10010000
Octal 333 311 220
Decimal 219 201 144
Hex DB C9 90

RGB Percentages of Color #dbc990

%38.83
%35.64
%25.53

CMYK Percentages of Color #dbc990

%0
%8
%34
%14

Triadic Colors of #dbc990

#dbc990 #90dbc9 #c990db

Analogous Colors of #dbc990

#dbc990 #c8db90 #dba490

Monochromatic Colors of #dbc990

#dbc990

Complementary Color

#dbc990 #90a2db

#dbc990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc990 Color CSS Codes

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

#dbc990 Text Font Color

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

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


#dbc990 Background Color

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

This div background color is #dbc990


#dbc990 Border Color

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

This div border color is #dbc990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc990


Comments

No comments written yet.

Please login to write comment.