Color Hex Logo

#dbc26e Color Hex

#DBC26E
(219,194,110)
0 Favorites   0 Comments

Color spaces of #dbc26e

RGB 219194110
HSL0.130.600.65
HSV46°50°86°
CMYK 0.000.110.50   0.14
XYZ51.319754.769422.6186
Yxy54.76940.39870.4255
Hunter Lab74.0064-5.730333.6836
CIE-Lab78.9083-1.939745.1858

#dbc26e color RGB value is (219,194,110).

#dbc26e hex color red value is 219, green value is 194 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dbc26e hue: 0.13 , saturation: 0.60 and the lightness value of dbc26e is 0.65.

The process color (four color CMYK) of #dbc26e color hex is 0.00, 0.11, 0.50, 0.14. Web safe color of #dbc26e is #cccc66. Color #dbc26e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 01101110
Octal 333 302 156
Decimal 219 194 110
Hex DB C2 6E

RGB Percentages of Color #dbc26e

%41.87
%37.09
%21.03

CMYK Percentages of Color #dbc26e

%0
%11
%50
%14

Triadic Colors of #dbc26e

#dbc26e #6edbc2 #c26edb

Analogous Colors of #dbc26e

#dbc26e #bedb6e #db8c6e

Monochromatic Colors of #dbc26e

#dbc26e

Complementary Color

#dbc26e #6e87db

#dbc26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc26e Color CSS Codes

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

#dbc26e Text Font Color

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

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


#dbc26e Background Color

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

This div background color is #dbc26e


#dbc26e Border Color

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

This div border color is #dbc26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc26e


Comments

No comments written yet.

Please login to write comment.