Color Hex Logo

#dbbf59 Color Hex

#DBBF59
(219,191,89)
0 Favorites   0 Comments

Color spaces of #dbbf59

RGB 21919189
HSL0.130.640.60
HSV47°59°86°
CMYK 0.000.130.59   0.14
XYZ49.647453.042917.0728
Yxy53.04290.41450.4429
Hunter Lab72.8306-5.772937.0827
CIE-Lab77.9003-2.066554.0492

#dbbf59 color RGB value is (219,191,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 01011001
Octal 333 277 131
Decimal 219 191 89
Hex DB BF 59

RGB Percentages of Color #dbbf59

%43.89
%38.28
%17.84

CMYK Percentages of Color #dbbf59

%0
%13
%59
%14

Triadic Colors of #dbbf59

#dbbf59 #59dbbf #bf59db

Analogous Colors of #dbbf59

#dbbf59 #b6db59 #db7e59

Monochromatic Colors of #dbbf59

#dbbf59

Complementary Color

#dbbf59 #5975db

#dbbf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf59 Color CSS Codes

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

#dbbf59 Text Font Color

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

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


#dbbf59 Background Color

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

This div background color is #dbbf59


#dbbf59 Border Color

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

This div border color is #dbbf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf59


Comments

No comments written yet.

Please login to write comment.