Color Hex Logo

#dbca7e Color Hex

#DBCA7E
(219,202,126)
0 Favorites   0 Comments

Color spaces of #dbca7e

RGB 219202126
HSL0.140.560.68
HSV49°42°86°
CMYK 0.000.080.42   0.14
XYZ54.099858.807528.2383
Yxy58.80750.38330.4166
Hunter Lab76.6860-8.274031.8477
CIE-Lab81.1857-4.533040.0186

#dbca7e color RGB value is (219,202,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 01111110
Octal 333 312 176
Decimal 219 202 126
Hex DB CA 7E

RGB Percentages of Color #dbca7e

%40.04
%36.93
%23.03

CMYK Percentages of Color #dbca7e

%0
%8
%42
%14

Triadic Colors of #dbca7e

#dbca7e #7edbca #ca7edb

Analogous Colors of #dbca7e

#dbca7e #bedb7e #db9c7e

Monochromatic Colors of #dbca7e

#dbca7e

Complementary Color

#dbca7e #7e8fdb

#dbca7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca7e Color CSS Codes

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

#dbca7e Text Font Color

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

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


#dbca7e Background Color

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

This div background color is #dbca7e


#dbca7e Border Color

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

This div border color is #dbca7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,202,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 #dbca7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca7e


Comments

No comments written yet.

Please login to write comment.