Color Hex Logo

#dbd858 Color Hex

#DBD858
(219,216,88)
0 Favorites   0 Comments

Color spaces of #dbd858

RGB 21921688
HSL0.160.650.60
HSV59°60°86°
CMYK 0.000.010.60   0.14
XYZ55.530764.876418.8281
Yxy64.87640.39880.4659
Hunter Lab80.5459-17.892242.5227
CIE-Lab84.4200-14.852661.7139

#dbd858 color RGB value is (219,216,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 01011000
Octal 333 330 130
Decimal 219 216 88
Hex DB D8 58

RGB Percentages of Color #dbd858

%41.87
%41.30
%16.83

CMYK Percentages of Color #dbd858

%0
%1
%60
%14

Triadic Colors of #dbd858

#dbd858 #58dbd8 #d858db

Analogous Colors of #dbd858

#dbd858 #9ddb58 #db9758

Monochromatic Colors of #dbd858

#dbd858

Complementary Color

#dbd858 #585bdb

#dbd858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd858 Color CSS Codes

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

#dbd858 Text Font Color

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

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


#dbd858 Background Color

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

This div background color is #dbd858


#dbd858 Border Color

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

This div border color is #dbd858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd858


Comments

No comments written yet.

Please login to write comment.