Color Hex Logo

#dbc861 Color Hex

#DBC861
(219,200,97)
0 Favorites   0 Comments

Color spaces of #dbc861

RGB 21920097
HSL0.140.630.62
HSV51°56°86°
CMYK 0.000.090.56   0.14
XYZ52.025457.231719.6141
Yxy57.23170.40370.4441
Hunter Lab75.6516-9.636537.5841
CIE-Lab80.3097-6.122853.0978

#dbc861 color RGB value is (219,200,97).

#dbc861 hex color red value is 219, green value is 200 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dbc861 hue: 0.14 , saturation: 0.63 and the lightness value of dbc861 is 0.62.

The process color (four color CMYK) of #dbc861 color hex is 0.00, 0.09, 0.56, 0.14. Web safe color of #dbc861 is #cccc66. Color #dbc861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 01100001
Octal 333 310 141
Decimal 219 200 97
Hex DB C8 61

RGB Percentages of Color #dbc861

%42.44
%38.76
%18.80

CMYK Percentages of Color #dbc861

%0
%9
%56
%14

Triadic Colors of #dbc861

#dbc861 #61dbc8 #c861db

Analogous Colors of #dbc861

#dbc861 #b1db61 #db8b61

Monochromatic Colors of #dbc861

#dbc861

Complementary Color

#dbc861 #6174db

#dbc861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc861 Color CSS Codes

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

#dbc861 Text Font Color

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

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


#dbc861 Background Color

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

This div background color is #dbc861


#dbc861 Border Color

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

This div border color is #dbc861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc861


Comments

No comments written yet.

Please login to write comment.