Color Hex Logo

#dbd92d Color Hex

#DBD92D
(219,217,45)
0 Favorites   0 Comments

Color spaces of #dbd92d

RGB 21921745
HSL0.160.710.52
HSV59°79°86°
CMYK 0.000.010.79   0.14
XYZ54.499964.875212.1323
Yxy64.87520.41440.4933
Hunter Lab80.5451-20.174147.4509
CIE-Lab84.4194-17.452476.8964

#dbd92d color RGB value is (219,217,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 00101101
Octal 333 331 55
Decimal 219 217 45
Hex DB D9 2D

RGB Percentages of Color #dbd92d

%45.53
%45.11
%9.36

CMYK Percentages of Color #dbd92d

%0
%1
%79
%14

Triadic Colors of #dbd92d

#dbd92d #2ddbd9 #d92ddb

Analogous Colors of #dbd92d

#dbd92d #86db2d #db822d

Monochromatic Colors of #dbd92d

#dbd92d

Complementary Color

#dbd92d #2d2fdb

#dbd92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd92d Color CSS Codes

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

#dbd92d Text Font Color

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

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


#dbd92d Background Color

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

This div background color is #dbd92d


#dbd92d Border Color

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

This div border color is #dbd92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd92d


Comments

No comments written yet.

Please login to write comment.