Color Hex Logo

#dbd62b Color Hex

#DBD62B
(219,214,43)
0 Favorites   0 Comments

Color spaces of #dbd62b

RGB 21921443
HSL0.160.710.51
HSV58°80°86°
CMYK 0.000.020.80   0.14
XYZ53.696063.327611.6789
Yxy63.32760.41720.4920
Hunter Lab79.5786-18.819047.0037
CIE-Lab83.6144-16.035476.7227

#dbd62b color RGB value is (219,214,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00101011
Octal 333 326 53
Decimal 219 214 43
Hex DB D6 2B

RGB Percentages of Color #dbd62b

%46.01
%44.96
%9.03

CMYK Percentages of Color #dbd62b

%0
%2
%80
%14

Triadic Colors of #dbd62b

#dbd62b #2bdbd6 #d62bdb

Analogous Colors of #dbd62b

#dbd62b #88db2b #db7e2b

Monochromatic Colors of #dbd62b

#dbd62b

Complementary Color

#dbd62b #2b30db

#dbd62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd62b Color CSS Codes

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

#dbd62b Text Font Color

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

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


#dbd62b Background Color

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

This div background color is #dbd62b


#dbd62b Border Color

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

This div border color is #dbd62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd62b


Comments

No comments written yet.

Please login to write comment.