Color Hex Logo

#dbd82d Color Hex

#DBD82D
(219,216,45)
0 Favorites   0 Comments

Color spaces of #dbd82d

RGB 21921645
HSL0.160.710.52
HSV59°79°86°
CMYK 0.000.010.79   0.14
XYZ54.242964.361312.0467
Yxy64.36130.41520.4926
Hunter Lab80.2255-19.705347.2548
CIE-Lab84.1535-16.960576.6649

#dbd82d color RGB value is (219,216,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 00101101
Octal 333 330 55
Decimal 219 216 45
Hex DB D8 2D

RGB Percentages of Color #dbd82d

%45.63
%45.00
%9.38

CMYK Percentages of Color #dbd82d

%0
%1
%79
%14

Triadic Colors of #dbd82d

#dbd82d #2ddbd8 #d82ddb

Analogous Colors of #dbd82d

#dbd82d #87db2d #db812d

Monochromatic Colors of #dbd82d

#dbd82d

Complementary Color

#dbd82d #2d30db

#dbd82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd82d Color CSS Codes

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

#dbd82d Text Font Color

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

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


#dbd82d Background Color

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

This div background color is #dbd82d


#dbd82d Border Color

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

This div border color is #dbd82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd82d


Comments

No comments written yet.

Please login to write comment.