Color Hex Logo

#dbca6e Color Hex

#DBCA6E
(219,202,110)
0 Favorites   0 Comments

Color spaces of #dbca6e

RGB 219202110
HSL0.140.600.65
HSV51°50°86°
CMYK 0.000.080.50   0.14
XYZ53.148458.426923.2282
Yxy58.42690.39430.4334
Hunter Lab76.4375-9.651335.4889
CIE-Lab80.9756-6.070847.6954

#dbca6e color RGB value is (219,202,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 01101110
Octal 333 312 156
Decimal 219 202 110
Hex DB CA 6E

RGB Percentages of Color #dbca6e

%41.24
%38.04
%20.72

CMYK Percentages of Color #dbca6e

%0
%8
%50
%14

Triadic Colors of #dbca6e

#dbca6e #6edbca #ca6edb

Analogous Colors of #dbca6e

#dbca6e #b6db6e #db946e

Monochromatic Colors of #dbca6e

#dbca6e

Complementary Color

#dbca6e #6e7fdb

#dbca6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca6e Color CSS Codes

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

#dbca6e Text Font Color

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

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


#dbca6e Background Color

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

This div background color is #dbca6e


#dbca6e Border Color

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

This div border color is #dbca6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca6e


Comments

No comments written yet.

Please login to write comment.