Color Hex Logo

#dbc07e Color Hex

#DBC07E
(219,192,126)
0 Favorites   0 Comments

Color spaces of #dbc07e

RGB 219192126
HSL0.120.560.68
HSV43°42°86°
CMYK 0.000.120.42   0.14
XYZ51.828954.265727.4813
Yxy54.26570.38800.4063
Hunter Lab73.6653-3.326429.4472
CIE-Lab78.61640.660436.7389

#dbc07e color RGB value is (219,192,126).

#dbc07e hex color red value is 219, green value is 192 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dbc07e hue: 0.12 , saturation: 0.56 and the lightness value of dbc07e is 0.68.

The process color (four color CMYK) of #dbc07e color hex is 0.00, 0.12, 0.42, 0.14. Web safe color of #dbc07e is #cccc66. Color #dbc07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 01111110
Octal 333 300 176
Decimal 219 192 126
Hex DB C0 7E

RGB Percentages of Color #dbc07e

%40.78
%35.75
%23.46

CMYK Percentages of Color #dbc07e

%0
%12
%42
%14

Triadic Colors of #dbc07e

#dbc07e #7edbc0 #c07edb

Analogous Colors of #dbc07e

#dbc07e #c8db7e #db927e

Monochromatic Colors of #dbc07e

#dbc07e

Complementary Color

#dbc07e #7e99db

#dbc07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc07e Color CSS Codes

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

#dbc07e Text Font Color

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

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


#dbc07e Background Color

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

This div background color is #dbc07e


#dbc07e Border Color

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

This div border color is #dbc07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc07e


Comments

No comments written yet.

Please login to write comment.