Color Hex Logo

#dbc65f Color Hex

#DBC65F
(219,198,95)
0 Favorites   0 Comments

Color spaces of #dbc65f

RGB 21919895
HSL0.140.630.62
HSV50°57°86°
CMYK 0.000.100.57   0.14
XYZ51.473156.274518.9756
Yxy56.27450.40620.4441
Hunter Lab75.0163-8.799337.5139
CIE-Lab79.7698-5.247953.4061

#dbc65f color RGB value is (219,198,95).

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

The process color (four color CMYK) of #dbc65f color hex is 0.00, 0.10, 0.57, 0.14. Web safe color of #dbc65f is #cccc66. Color #dbc65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01011111
Octal 333 306 137
Decimal 219 198 95
Hex DB C6 5F

RGB Percentages of Color #dbc65f

%42.77
%38.67
%18.55

CMYK Percentages of Color #dbc65f

%0
%10
%57
%14

Triadic Colors of #dbc65f

#dbc65f #5fdbc6 #c65fdb

Analogous Colors of #dbc65f

#dbc65f #b2db5f #db885f

Monochromatic Colors of #dbc65f

#dbc65f

Complementary Color

#dbc65f #5f74db

#dbc65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc65f Color CSS Codes

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

#dbc65f Text Font Color

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

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


#dbc65f Background Color

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

This div background color is #dbc65f


#dbc65f Border Color

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

This div border color is #dbc65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc65f


Comments

No comments written yet.

Please login to write comment.