Color Hex Logo

#dbba32 Color Hex

#DBBA32
(219,186,50)
0 Favorites   0 Comments

Color spaces of #dbba32

RGB 21918650
HSL0.130.700.53
HSV48°77°86°
CMYK 0.000.150.77   0.14
XYZ47.348050.408210.2519
Yxy50.40820.43840.4667
Hunter Lab70.9987-5.208841.1379
CIE-Lab76.3191-1.566168.1842

#dbba32 color RGB value is (219,186,50).

#dbba32 hex color red value is 219, green value is 186 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #dbba32 hue: 0.13 , saturation: 0.70 and the lightness value of dbba32 is 0.53.

The process color (four color CMYK) of #dbba32 color hex is 0.00, 0.15, 0.77, 0.14. Web safe color of #dbba32 is #cccc33. Color #dbba32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 00110010
Octal 333 272 62
Decimal 219 186 50
Hex DB BA 32

RGB Percentages of Color #dbba32

%48.13
%40.88
%10.99

CMYK Percentages of Color #dbba32

%0
%15
%77
%14

Triadic Colors of #dbba32

#dbba32 #32dbba #ba32db

Analogous Colors of #dbba32

#dbba32 #a8db32 #db6632

Monochromatic Colors of #dbba32

#dbba32

Complementary Color

#dbba32 #3253db

#dbba32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba32 Color CSS Codes

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

#dbba32 Text Font Color

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

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


#dbba32 Background Color

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

This div background color is #dbba32


#dbba32 Border Color

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

This div border color is #dbba32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba32


Comments

No comments written yet.

Please login to write comment.