Color Hex Logo

#dbba21 Color Hex

#DBBA21
(219,186,33)
0 Favorites   0 Comments

Color spaces of #dbba21

RGB 21918633
HSL0.140.740.49
HSV49°85°86°
CMYK 0.000.150.85   0.14
XYZ47.046850.28778.6657
Yxy50.28770.44380.4744
Hunter Lab70.9138-5.675842.3944
CIE-Lab76.2455-2.091173.0151

#dbba21 color RGB value is (219,186,33).

#dbba21 hex color red value is 219, green value is 186 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dbba21 hue: 0.14 , saturation: 0.74 and the lightness value of dbba21 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 00100001
Octal 333 272 41
Decimal 219 186 33
Hex DB BA 21

RGB Percentages of Color #dbba21

%50.00
%42.47
%7.53

CMYK Percentages of Color #dbba21

%0
%15
%85
%14

Triadic Colors of #dbba21

#dbba21 #21dbba #ba21db

Analogous Colors of #dbba21

#dbba21 #9fdb21 #db5d21

Monochromatic Colors of #dbba21

#dbba21

Complementary Color

#dbba21 #2142db

#dbba21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba21 Color CSS Codes

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

#dbba21 Text Font Color

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

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


#dbba21 Background Color

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

This div background color is #dbba21


#dbba21 Border Color

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

This div border color is #dbba21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba21


Comments

No comments written yet.

Please login to write comment.