Color Hex Logo

#dbbf74 Color Hex

#DBBF74
(219,191,116)
0 Favorites   0 Comments

Color spaces of #dbbf74

RGB 219191116
HSL0.120.590.66
HSV44°47°86°
CMYK 0.000.130.47   0.14
XYZ50.996653.582624.1777
Yxy53.58260.39610.4162
Hunter Lab73.2001-3.744031.6569
CIE-Lab78.21770.180541.3339

#dbbf74 color RGB value is (219,191,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 01110100
Octal 333 277 164
Decimal 219 191 116
Hex DB BF 74

RGB Percentages of Color #dbbf74

%41.63
%36.31
%22.05

CMYK Percentages of Color #dbbf74

%0
%13
%47
%14

Triadic Colors of #dbbf74

#dbbf74 #74dbbf #bf74db

Analogous Colors of #dbbf74

#dbbf74 #c4db74 #db8c74

Monochromatic Colors of #dbbf74

#dbbf74

Complementary Color

#dbbf74 #7490db

#dbbf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf74 Color CSS Codes

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

#dbbf74 Text Font Color

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

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


#dbbf74 Background Color

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

This div background color is #dbbf74


#dbbf74 Border Color

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

This div border color is #dbbf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf74


Comments

No comments written yet.

Please login to write comment.