Color Hex Logo

#dbc765 Color Hex

#DBC765
(219,199,101)
0 Favorites   0 Comments

Color spaces of #dbc765

RGB 219199101
HSL0.140.620.63
HSV50°54°86°
CMYK 0.000.090.54   0.14
XYZ51.985856.846520.5444
Yxy56.84650.40180.4394
Hunter Lab75.3966-8.868736.6220
CIE-Lab80.0932-5.293250.9662

#dbc765 color RGB value is (219,199,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01100101
Octal 333 307 145
Decimal 219 199 101
Hex DB C7 65

RGB Percentages of Color #dbc765

%42.20
%38.34
%19.46

CMYK Percentages of Color #dbc765

%0
%9
%54
%14

Triadic Colors of #dbc765

#dbc765 #65dbc7 #c765db

Analogous Colors of #dbc765

#dbc765 #b4db65 #db8c65

Monochromatic Colors of #dbc765

#dbc765

Complementary Color

#dbc765 #6579db

#dbc765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc765 Color CSS Codes

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

#dbc765 Text Font Color

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

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


#dbc765 Background Color

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

This div background color is #dbc765


#dbc765 Border Color

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

This div border color is #dbc765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc765


Comments

No comments written yet.

Please login to write comment.