Color Hex Logo

#dbca6f Color Hex

#DBCA6F
(219,202,111)
0 Favorites   0 Comments

Color spaces of #dbca6f

RGB 219202111
HSL0.140.600.65
HSV51°49°86°
CMYK 0.000.080.49   0.14
XYZ53.203258.448823.5166
Yxy58.44880.39360.4324
Hunter Lab76.4518-9.571635.2786
CIE-Lab80.9877-5.981447.2237

#dbca6f color RGB value is (219,202,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 01101111
Octal 333 312 157
Decimal 219 202 111
Hex DB CA 6F

RGB Percentages of Color #dbca6f

%41.17
%37.97
%20.86

CMYK Percentages of Color #dbca6f

%0
%8
%49
%14

Triadic Colors of #dbca6f

#dbca6f #6fdbca #ca6fdb

Analogous Colors of #dbca6f

#dbca6f #b6db6f #db946f

Monochromatic Colors of #dbca6f

#dbca6f

Complementary Color

#dbca6f #6f80db

#dbca6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca6f Color CSS Codes

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

#dbca6f Text Font Color

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

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


#dbca6f Background Color

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

This div background color is #dbca6f


#dbca6f Border Color

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

This div border color is #dbca6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca6f


Comments

No comments written yet.

Please login to write comment.