Color Hex Logo

#dbd178 Color Hex

#DBD178
(219,209,120)
0 Favorites   0 Comments

Color spaces of #dbd178

RGB 219209120
HSL0.150.580.66
HSV54°45°86°
CMYK 0.000.050.45   0.14
XYZ55.404062.017126.8197
Yxy62.01710.38410.4300
Hunter Lab78.7509-12.233234.9336
CIE-Lab82.9225-8.716045.1858

#dbd178 color RGB value is (219,209,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01111000
Octal 333 321 170
Decimal 219 209 120
Hex DB D1 78

RGB Percentages of Color #dbd178

%39.96
%38.14
%21.90

CMYK Percentages of Color #dbd178

%0
%5
%45
%14

Triadic Colors of #dbd178

#dbd178 #78dbd1 #d178db

Analogous Colors of #dbd178

#dbd178 #b4db78 #dba078

Monochromatic Colors of #dbd178

#dbd178

Complementary Color

#dbd178 #7882db

#dbd178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd178 Color CSS Codes

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

#dbd178 Text Font Color

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

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


#dbd178 Background Color

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

This div background color is #dbd178


#dbd178 Border Color

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

This div border color is #dbd178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd178

#dbd178 Color Palettes


Comments

No comments written yet.

Please login to write comment.