Color Hex Logo

#dbbd2b Color Hex

#DBBD2B
(219,189,43)
0 Favorites   0 Comments

Color spaces of #dbbd2b

RGB 21918943
HSL0.140.710.51
HSV50°80°86°
CMYK 0.000.140.80   0.14
XYZ47.847151.62979.7292
Yxy51.62970.43810.4728
Hunter Lab71.8538-6.881942.2696
CIE-Lab77.0589-3.366971.0330

#dbbd2b color RGB value is (219,189,43).

#dbbd2b hex color red value is 219, green value is 189 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dbbd2b hue: 0.14 , saturation: 0.71 and the lightness value of dbbd2b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 00101011
Octal 333 275 53
Decimal 219 189 43
Hex DB BD 2B

RGB Percentages of Color #dbbd2b

%48.56
%41.91
%9.53

CMYK Percentages of Color #dbbd2b

%0
%14
%80
%14

Triadic Colors of #dbbd2b

#dbbd2b #2bdbbd #bd2bdb

Analogous Colors of #dbbd2b

#dbbd2b #a1db2b #db652b

Monochromatic Colors of #dbbd2b

#dbbd2b

Complementary Color

#dbbd2b #2b49db

#dbbd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd2b Color CSS Codes

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

#dbbd2b Text Font Color

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

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


#dbbd2b Background Color

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

This div background color is #dbbd2b


#dbbd2b Border Color

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

This div border color is #dbbd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd2b


Comments

No comments written yet.

Please login to write comment.