Color Hex Logo

#dbbb4e Color Hex

#DBBB4E
(219,187,78)
0 Favorites   0 Comments

Color spaces of #dbbb4e

RGB 21918778
HSL0.130.660.58
HSV46°64°86°
CMYK 0.000.150.64   0.14
XYZ48.358951.150814.5320
Yxy51.15080.42400.4485
Hunter Lab71.5198-4.464938.0168
CIE-Lab76.7703-0.709757.7407

#dbbb4e color RGB value is (219,187,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 01001110
Octal 333 273 116
Decimal 219 187 78
Hex DB BB 4E

RGB Percentages of Color #dbbb4e

%45.25
%38.64
%16.12

CMYK Percentages of Color #dbbb4e

%0
%15
%64
%14

Triadic Colors of #dbbb4e

#dbbb4e #4edbbb #bb4edb

Analogous Colors of #dbbb4e

#dbbb4e #b5db4e #db754e

Monochromatic Colors of #dbbb4e

#dbbb4e

Complementary Color

#dbbb4e #4e6edb

#dbbb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbb4e Color CSS Codes

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

#dbbb4e Text Font Color

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

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


#dbbb4e Background Color

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

This div background color is #dbbb4e


#dbbb4e Border Color

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

This div border color is #dbbb4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,187,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 #dbbb4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbb4e


Comments

No comments written yet.

Please login to write comment.