Color Hex Logo

#dbbe3a Color Hex

#DBBE3A
(219,190,58)
0 Favorites   0 Comments

Color spaces of #dbbe3a

RGB 21919058
HSL0.140.690.54
HSV49°74°86°
CMYK 0.000.130.74   0.14
XYZ48.390652.192511.5267
Yxy52.19250.43160.4655
Hunter Lab72.2444-6.865141.1113
CIE-Lab77.3958-3.318866.4155

#dbbe3a color RGB value is (219,190,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 00111010
Octal 333 276 72
Decimal 219 190 58
Hex DB BE 3A

RGB Percentages of Color #dbbe3a

%46.90
%40.69
%12.42

CMYK Percentages of Color #dbbe3a

%0
%13
%74
%14

Triadic Colors of #dbbe3a

#dbbe3a #3adbbe #be3adb

Analogous Colors of #dbbe3a

#dbbe3a #a8db3a #db6e3a

Monochromatic Colors of #dbbe3a

#dbbe3a

Complementary Color

#dbbe3a #3a57db

#dbbe3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe3a Color CSS Codes

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

#dbbe3a Text Font Color

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

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


#dbbe3a Background Color

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

This div background color is #dbbe3a


#dbbe3a Border Color

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

This div border color is #dbbe3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe3a


Comments

No comments written yet.

Please login to write comment.