Color Hex Logo

#dbbf4e Color Hex

#DBBF4E
(219,191,78)
0 Favorites   0 Comments

Color spaces of #dbbf4e

RGB 21919178
HSL0.130.660.58
HSV48°64°86°
CMYK 0.000.130.64   0.14
XYZ49.219452.871714.8189
Yxy52.87170.42100.4522
Hunter Lab72.7129-6.420938.8157
CIE-Lab77.7992-2.791058.8464

#dbbf4e color RGB value is (219,191,78).

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

The process color (four color CMYK) of #dbbf4e color hex is 0.00, 0.13, 0.64, 0.14. Web safe color of #dbbf4e is #cccc66. Color #dbbf4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 01001110
Octal 333 277 116
Decimal 219 191 78
Hex DB BF 4E

RGB Percentages of Color #dbbf4e

%44.88
%39.14
%15.98

CMYK Percentages of Color #dbbf4e

%0
%13
%64
%14

Triadic Colors of #dbbf4e

#dbbf4e #4edbbf #bf4edb

Analogous Colors of #dbbf4e

#dbbf4e #b1db4e #db794e

Monochromatic Colors of #dbbf4e

#dbbf4e

Complementary Color

#dbbf4e #4e6adb

#dbbf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf4e Color CSS Codes

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

#dbbf4e Text Font Color

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

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


#dbbf4e Background Color

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

This div background color is #dbbf4e


#dbbf4e Border Color

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

This div border color is #dbbf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf4e


Comments

No comments written yet.

Please login to write comment.