Color Hex Logo

#dbca78 Color Hex

#DBCA78
(219,202,120)
0 Favorites   0 Comments

Color spaces of #dbca78

RGB 219202120
HSL0.140.580.66
HSV50°45°86°
CMYK 0.000.080.45   0.14
XYZ53.724158.657226.2597
Yxy58.65720.38750.4231
Hunter Lab76.5880-8.816833.2828
CIE-Lab81.1028-5.137342.9271

#dbca78 color RGB value is (219,202,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 01111000
Octal 333 312 170
Decimal 219 202 120
Hex DB CA 78

RGB Percentages of Color #dbca78

%40.48
%37.34
%22.18

CMYK Percentages of Color #dbca78

%0
%8
%45
%14

Triadic Colors of #dbca78

#dbca78 #78dbca #ca78db

Analogous Colors of #dbca78

#dbca78 #bbdb78 #db9978

Monochromatic Colors of #dbca78

#dbca78

Complementary Color

#dbca78 #7889db

#dbca78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca78 Color CSS Codes

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

#dbca78 Text Font Color

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

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


#dbca78 Background Color

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

This div background color is #dbca78


#dbca78 Border Color

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

This div border color is #dbca78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca78


Comments

No comments written yet.

Please login to write comment.