Color Hex Logo

#dbd52b Color Hex

#DBD52B
(219,213,43)
0 Favorites   0 Comments

Color spaces of #dbd52b

RGB 21921343
HSL0.160.710.51
HSV58°80°86°
CMYK 0.000.030.80   0.14
XYZ53.443762.823011.5948
Yxy62.82300.41800.4913
Hunter Lab79.2610-18.348646.8094
CIE-Lab83.3492-15.540376.4940

#dbd52b color RGB value is (219,213,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 00101011
Octal 333 325 53
Decimal 219 213 43
Hex DB D5 2B

RGB Percentages of Color #dbd52b

%46.11
%44.84
%9.05

CMYK Percentages of Color #dbd52b

%0
%3
%80
%14

Triadic Colors of #dbd52b

#dbd52b #2bdbd5 #d52bdb

Analogous Colors of #dbd52b

#dbd52b #89db2b #db7d2b

Monochromatic Colors of #dbd52b

#dbd52b

Complementary Color

#dbd52b #2b31db

#dbd52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd52b Color CSS Codes

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

#dbd52b Text Font Color

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

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


#dbd52b Background Color

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

This div background color is #dbd52b


#dbd52b Border Color

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

This div border color is #dbd52b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,213,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 #dbd52b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd52b


Comments

No comments written yet.

Please login to write comment.