Color Hex Logo

#dbd658 Color Hex

#DBD658
(219,214,88)
0 Favorites   0 Comments

Color spaces of #dbd658

RGB 21921488
HSL0.160.650.60
HSV58°60°86°
CMYK 0.000.020.60   0.14
XYZ55.021463.857818.6584
Yxy63.85780.40000.4643
Hunter Lab79.9111-16.941342.0942
CIE-Lab83.8917-13.857161.1388

#dbd658 color RGB value is (219,214,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 01011000
Octal 333 326 130
Decimal 219 214 88
Hex DB D6 58

RGB Percentages of Color #dbd658

%42.03
%41.07
%16.89

CMYK Percentages of Color #dbd658

%0
%2
%60
%14

Triadic Colors of #dbd658

#dbd658 #58dbd6 #d658db

Analogous Colors of #dbd658

#dbd658 #9fdb58 #db9558

Monochromatic Colors of #dbd658

#dbd658

Complementary Color

#dbd658 #585ddb

#dbd658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd658 Color CSS Codes

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

#dbd658 Text Font Color

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

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


#dbd658 Background Color

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

This div background color is #dbd658


#dbd658 Border Color

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

This div border color is #dbd658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd658


Comments

No comments written yet.

Please login to write comment.