Color Hex Logo

#dbc764 Color Hex

#DBC764
(219,199,100)
0 Favorites   0 Comments

Color spaces of #dbc764

RGB 219199100
HSL0.140.620.63
HSV50°54°86°
CMYK 0.000.090.54   0.14
XYZ51.937156.827020.2879
Yxy56.82700.40250.4403
Hunter Lab75.3837-8.940336.8119
CIE-Lab80.0822-5.373551.4266

#dbc764 color RGB value is (219,199,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01100100
Octal 333 307 144
Decimal 219 199 100
Hex DB C7 64

RGB Percentages of Color #dbc764

%42.28
%38.42
%19.31

CMYK Percentages of Color #dbc764

%0
%9
%54
%14

Triadic Colors of #dbc764

#dbc764 #64dbc7 #c764db

Analogous Colors of #dbc764

#dbc764 #b4db64 #db8c64

Monochromatic Colors of #dbc764

#dbc764

Complementary Color

#dbc764 #6478db

#dbc764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc764 Color CSS Codes

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

#dbc764 Text Font Color

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

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


#dbc764 Background Color

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

This div background color is #dbc764


#dbc764 Border Color

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

This div border color is #dbc764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc764


Comments

No comments written yet.

Please login to write comment.