Color Hex Logo

#dbd82f Color Hex

#DBD82F
(219,216,47)
0 Favorites   0 Comments

Color spaces of #dbd82f

RGB 21921647
HSL0.160.700.52
HSV59°79°86°
CMYK 0.000.010.79   0.14
XYZ54.282464.377012.2543
Yxy64.37700.41460.4918
Hunter Lab80.2353-19.649347.1094
CIE-Lab84.1617-16.894976.1306

#dbd82f color RGB value is (219,216,47).

#dbd82f hex color red value is 219, green value is 216 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dbd82f hue: 0.16 , saturation: 0.70 and the lightness value of dbd82f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 00101111
Octal 333 330 57
Decimal 219 216 47
Hex DB D8 2F

RGB Percentages of Color #dbd82f

%45.44
%44.81
%9.75

CMYK Percentages of Color #dbd82f

%0
%1
%79
%14

Triadic Colors of #dbd82f

#dbd82f #2fdbd8 #d82fdb

Analogous Colors of #dbd82f

#dbd82f #88db2f #db822f

Monochromatic Colors of #dbd82f

#dbd82f

Complementary Color

#dbd82f #2f32db

#dbd82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd82f Color CSS Codes

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

#dbd82f Text Font Color

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

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


#dbd82f Background Color

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

This div background color is #dbd82f


#dbd82f Border Color

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

This div border color is #dbd82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd82f


Comments

No comments written yet.

Please login to write comment.