Color Hex Logo

#dbd158 Color Hex

#DBD158
(219,209,88)
0 Favorites   0 Comments

Color spaces of #dbd158

RGB 21920988
HSL0.150.650.60
HSV55°60°86°
CMYK 0.000.050.60   0.14
XYZ53.775361.365618.2430
Yxy61.36560.40320.4601
Hunter Lab78.3362-14.553841.0278
CIE-Lab82.5749-11.351259.6991

#dbd158 color RGB value is (219,209,88).

#dbd158 hex color red value is 219, green value is 209 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dbd158 hue: 0.15 , saturation: 0.65 and the lightness value of dbd158 is 0.60.

The process color (four color CMYK) of #dbd158 color hex is 0.00, 0.05, 0.60, 0.14. Web safe color of #dbd158 is #cccc66. Color #dbd158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01011000
Octal 333 321 130
Decimal 219 209 88
Hex DB D1 58

RGB Percentages of Color #dbd158

%42.44
%40.50
%17.05

CMYK Percentages of Color #dbd158

%0
%5
%60
%14

Triadic Colors of #dbd158

#dbd158 #58dbd1 #d158db

Analogous Colors of #dbd158

#dbd158 #a4db58 #db9058

Monochromatic Colors of #dbd158

#dbd158

Complementary Color

#dbd158 #5862db

#dbd158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd158 Color CSS Codes

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

#dbd158 Text Font Color

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

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


#dbd158 Background Color

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

This div background color is #dbd158


#dbd158 Border Color

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

This div border color is #dbd158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd158


Comments

No comments written yet.

Please login to write comment.