Color Hex Logo

#dbd77c Color Hex

#DBD77C
(219,215,124)
0 Favorites   0 Comments

Color spaces of #dbd77c

RGB 219215124
HSL0.160.570.67
HSV57°43°86°
CMYK 0.000.020.43   0.14
XYZ57.151965.116228.6252
Yxy65.11620.37880.4315
Hunter Lab80.6946-14.793135.4540
CIE-Lab84.5436-11.356545.2283

#dbd77c color RGB value is (219,215,124).

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

The process color (four color CMYK) of #dbd77c color hex is 0.00, 0.02, 0.43, 0.14. Web safe color of #dbd77c is #cccc66. Color #dbd77c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01111100
Octal 333 327 174
Decimal 219 215 124
Hex DB D7 7C

RGB Percentages of Color #dbd77c

%39.25
%38.53
%22.22

CMYK Percentages of Color #dbd77c

%0
%2
%43
%14

Triadic Colors of #dbd77c

#dbd77c #7cdbd7 #d77cdb

Analogous Colors of #dbd77c

#dbd77c #b0db7c #dba87c

Monochromatic Colors of #dbd77c

#dbd77c

Complementary Color

#dbd77c #7c80db

#dbd77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd77c Color CSS Codes

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

#dbd77c Text Font Color

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

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


#dbd77c Background Color

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

This div background color is #dbd77c


#dbd77c Border Color

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

This div border color is #dbd77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd77c


Comments

No comments written yet.

Please login to write comment.