Color Hex Logo

#dbc64e Color Hex

#DBC64E
(219,198,78)
0 Favorites   0 Comments

Color spaces of #dbc64e

RGB 21919878
HSL0.140.660.58
HSV51°64°86°
CMYK 0.000.100.64   0.14
XYZ50.782655.998315.3399
Yxy55.99830.41580.4585
Hunter Lab74.8320-9.822140.2285
CIE-Lab79.6129-6.402160.7817

#dbc64e color RGB value is (219,198,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01001110
Octal 333 306 116
Decimal 219 198 78
Hex DB C6 4E

RGB Percentages of Color #dbc64e

%44.24
%40.00
%15.76

CMYK Percentages of Color #dbc64e

%0
%10
%64
%14

Triadic Colors of #dbc64e

#dbc64e #4edbc6 #c64edb

Analogous Colors of #dbc64e

#dbc64e #aadb4e #db804e

Monochromatic Colors of #dbc64e

#dbc64e

Complementary Color

#dbc64e #4e63db

#dbc64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc64e Color CSS Codes

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

#dbc64e Text Font Color

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

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


#dbc64e Background Color

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

This div background color is #dbc64e


#dbc64e Border Color

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

This div border color is #dbc64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc64e


Comments

No comments written yet.

Please login to write comment.