Color Hex Logo

#dbc164 Color Hex

#DBC164
(219,193,100)
0 Favorites   0 Comments

Color spaces of #dbc164

RGB 219193100
HSL0.130.620.63
HSV47°54°86°
CMYK 0.000.120.54   0.14
XYZ50.583654.120119.8368
Yxy54.12010.40620.4346
Hunter Lab73.5664-6.006135.5092
CIE-Lab78.5317-2.272749.6064

#dbc164 color RGB value is (219,193,100).

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

The process color (four color CMYK) of #dbc164 color hex is 0.00, 0.12, 0.54, 0.14. Web safe color of #dbc164 is #cccc66. Color #dbc164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01100100
Octal 333 301 144
Decimal 219 193 100
Hex DB C1 64

RGB Percentages of Color #dbc164

%42.77
%37.70
%19.53

CMYK Percentages of Color #dbc164

%0
%12
%54
%14

Triadic Colors of #dbc164

#dbc164 #64dbc1 #c164db

Analogous Colors of #dbc164

#dbc164 #badb64 #db8664

Monochromatic Colors of #dbc164

#dbc164

Complementary Color

#dbc164 #647edb

#dbc164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc164 Color CSS Codes

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

#dbc164 Text Font Color

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

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


#dbc164 Background Color

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

This div background color is #dbc164


#dbc164 Border Color

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

This div border color is #dbc164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc164


Comments

No comments written yet.

Please login to write comment.