Color Hex Logo

#dbd76f Color Hex

#DBD76F
(219,215,111)
0 Favorites   0 Comments

Color spaces of #dbd76f

RGB 219215111
HSL0.160.600.65
HSV58°49°86°
CMYK 0.000.020.49   0.14
XYZ56.383164.808624.5765
Yxy64.80860.38680.4446
Hunter Lab80.5038-15.864138.2524
CIE-Lab84.3850-12.573951.3049

#dbd76f color RGB value is (219,215,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01101111
Octal 333 327 157
Decimal 219 215 111
Hex DB D7 6F

RGB Percentages of Color #dbd76f

%40.18
%39.45
%20.37

CMYK Percentages of Color #dbd76f

%0
%2
%49
%14

Triadic Colors of #dbd76f

#dbd76f #6fdbd7 #d76fdb

Analogous Colors of #dbd76f

#dbd76f #a9db6f #dba16f

Monochromatic Colors of #dbd76f

#dbd76f

Complementary Color

#dbd76f #6f73db

#dbd76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd76f Color CSS Codes

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

#dbd76f Text Font Color

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

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


#dbd76f Background Color

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

This div background color is #dbd76f


#dbd76f Border Color

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

This div border color is #dbd76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd76f


Comments

No comments written yet.

Please login to write comment.