color codes Logo

#dbc65e color codes

#DBC65E
(219,198,94)
0 Favorites   0 Comments

Color spaces of #dbc65e

RGB 21919894
HSL0.140.630.61
HSV50°57°86°
CMYK 0.000.100.57   0.14
XYZ51.427956.256418.7377
Yxy56.25640.40680.4450
Hunter Lab75.0043-8.866037.6911
CIE-Lab79.7595-5.323053.8572

#dbc65e color RGB value is (219,198,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01011110
Octal 333 306 136
Decimal 219 198 94
Hex DB C6 5E

RGB Percentages of Color #dbc65e

%42.86
%38.75
%18.40

CMYK Percentages of Color #dbc65e

%0
%10
%57
%14

Triadic Colors of #dbc65e

#dbc65e #5edbc6 #c65edb

Analogous Colors of #dbc65e

#dbc65e #b2db5e #db885e

Monochromatic Colors of #dbc65e

#dbc65e

Complementary Color

#dbc65e #5e73db

#dbc65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc65e Color CSS Codes

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

#dbc65e Text Font Color

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

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


#dbc65e Background Color

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

This div background color is #dbc65e


#dbc65e Border Color

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

This div border color is #dbc65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc65e


Comments

No comments written yet.

Please login to write comment.