Color Hex Logo

#dbbe3f Color Hex

#DBBE3F
(219,190,63)
0 Favorites   0 Comments

Color spaces of #dbbe3f

RGB 21919063
HSL0.140.680.55
HSV49°71°86°
CMYK 0.000.130.71   0.14
XYZ48.524152.245912.2296
Yxy52.24590.42940.4624
Hunter Lab72.2813-6.661240.5654
CIE-Lab77.4276-3.089264.5851

#dbbe3f color RGB value is (219,190,63).

#dbbe3f hex color red value is 219, green value is 190 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dbbe3f hue: 0.14 , saturation: 0.68 and the lightness value of dbbe3f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 00111111
Octal 333 276 77
Decimal 219 190 63
Hex DB BE 3F

RGB Percentages of Color #dbbe3f

%46.40
%40.25
%13.35

CMYK Percentages of Color #dbbe3f

%0
%13
%71
%14

Triadic Colors of #dbbe3f

#dbbe3f #3fdbbe #be3fdb

Analogous Colors of #dbbe3f

#dbbe3f #aadb3f #db703f

Monochromatic Colors of #dbbe3f

#dbbe3f

Complementary Color

#dbbe3f #3f5cdb

#dbbe3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe3f Color CSS Codes

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

#dbbe3f Text Font Color

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

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


#dbbe3f Background Color

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

This div background color is #dbbe3f


#dbbe3f Border Color

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

This div border color is #dbbe3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe3f


Comments

No comments written yet.

Please login to write comment.