Color Hex Logo

#dbd78d Color Hex

#DBD78D
(219,215,141)
0 Favorites   0 Comments

Color spaces of #dbd78d

RGB 219215141
HSL0.160.520.71
HSV57°36°86°
CMYK 0.000.020.36   0.14
XYZ58.321665.584034.7844
Yxy65.58400.36750.4133
Hunter Lab80.9839-13.172931.2224
CIE-Lab84.7838-9.532137.0432

#dbd78d color RGB value is (219,215,141).

#dbd78d hex color red value is 219, green value is 215 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dbd78d hue: 0.16 , saturation: 0.52 and the lightness value of dbd78d is 0.71.

The process color (four color CMYK) of #dbd78d color hex is 0.00, 0.02, 0.36, 0.14. Web safe color of #dbd78d is #cccc99. Color #dbd78d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 10001101
Octal 333 327 215
Decimal 219 215 141
Hex DB D7 8D

RGB Percentages of Color #dbd78d

%38.09
%37.39
%24.52

CMYK Percentages of Color #dbd78d

%0
%2
%36
%14

Triadic Colors of #dbd78d

#dbd78d #8ddbd7 #d78ddb

Analogous Colors of #dbd78d

#dbd78d #b8db8d #dbb08d

Monochromatic Colors of #dbd78d

#dbd78d

Complementary Color

#dbd78d #8d91db

#dbd78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd78d Color CSS Codes

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

#dbd78d Text Font Color

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

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


#dbd78d Background Color

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

This div background color is #dbd78d


#dbd78d Border Color

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

This div border color is #dbd78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd78d


Comments

No comments written yet.

Please login to write comment.