Color Hex Logo

#dbbf4c Color Hex

#DBBF4C
(219,191,76)
0 Favorites   0 Comments

Color spaces of #dbbf4c

RGB 21919176
HSL0.130.670.58
HSV48°65°86°
CMYK 0.000.130.65   0.14
XYZ49.148752.843514.4469
Yxy52.84350.42210.4538
Hunter Lab72.6935-6.528439.1024
CIE-Lab77.7825-2.911559.6858

#dbbf4c color RGB value is (219,191,76).

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

The process color (four color CMYK) of #dbbf4c color hex is 0.00, 0.13, 0.65, 0.14. Web safe color of #dbbf4c is #cccc33. Color #dbbf4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 01001100
Octal 333 277 114
Decimal 219 191 76
Hex DB BF 4C

RGB Percentages of Color #dbbf4c

%45.06
%39.30
%15.64

CMYK Percentages of Color #dbbf4c

%0
%13
%65
%14

Triadic Colors of #dbbf4c

#dbbf4c #4cdbbf #bf4cdb

Analogous Colors of #dbbf4c

#dbbf4c #b0db4c #db784c

Monochromatic Colors of #dbbf4c

#dbbf4c

Complementary Color

#dbbf4c #4c68db

#dbbf4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf4c Color CSS Codes

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

#dbbf4c Text Font Color

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

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


#dbbf4c Background Color

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

This div background color is #dbbf4c


#dbbf4c Border Color

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

This div border color is #dbbf4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf4c


Comments

No comments written yet.

Please login to write comment.