Color Hex Logo

#dbd93b Color Hex

#DBD93B
(219,217,59)
0 Favorites   0 Comments

Color spaces of #dbd93b

RGB 21921759
HSL0.160.690.55
HSV59°73°86°
CMYK 0.000.010.73   0.14
XYZ54.815765.001513.7951
Yxy65.00150.41030.4865
Hunter Lab80.6235-19.729546.2916
CIE-Lab84.4845-16.932472.7988

#dbd93b color RGB value is (219,217,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 00111011
Octal 333 331 73
Decimal 219 217 59
Hex DB D9 3B

RGB Percentages of Color #dbd93b

%44.24
%43.84
%11.92

CMYK Percentages of Color #dbd93b

%0
%1
%73
%14

Triadic Colors of #dbd93b

#dbd93b #3bdbd9 #d93bdb

Analogous Colors of #dbd93b

#dbd93b #8ddb3b #db893b

Monochromatic Colors of #dbd93b

#dbd93b

Complementary Color

#dbd93b #3b3ddb

#dbd93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd93b Color CSS Codes

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

#dbd93b Text Font Color

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

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


#dbd93b Background Color

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

This div background color is #dbd93b


#dbd93b Border Color

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

This div border color is #dbd93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd93b


Comments

No comments written yet.

Please login to write comment.