Color Hex Logo

#dbd77a Color Hex

#DBD77A
(219,215,122)
0 Favorites   0 Comments

Color spaces of #dbd77a

RGB 219215122
HSL0.160.570.67
HSV58°44°86°
CMYK 0.000.020.44   0.14
XYZ57.026765.066127.9657
Yxy65.06610.38000.4336
Hunter Lab80.6636-14.967135.9089
CIE-Lab84.5178-11.553746.1754

#dbd77a color RGB value is (219,215,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01111010
Octal 333 327 172
Decimal 219 215 122
Hex DB D7 7A

RGB Percentages of Color #dbd77a

%39.39
%38.67
%21.94

CMYK Percentages of Color #dbd77a

%0
%2
%44
%14

Triadic Colors of #dbd77a

#dbd77a #7adbd7 #d77adb

Analogous Colors of #dbd77a

#dbd77a #afdb7a #dba77a

Monochromatic Colors of #dbd77a

#dbd77a

Complementary Color

#dbd77a #7a7edb

#dbd77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd77a Color CSS Codes

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

#dbd77a Text Font Color

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

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


#dbd77a Background Color

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

This div background color is #dbd77a


#dbd77a Border Color

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

This div border color is #dbd77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd77a


Comments

No comments written yet.

Please login to write comment.