Color Hex Logo

#dbd58f Color Hex

#DBD58F
(219,213,143)
0 Favorites   0 Comments

Color spaces of #dbd58f

RGB 219213143
HSL0.150.510.71
HSV55°35°86°
CMYK 0.000.030.35   0.14
XYZ57.965664.631735.4067
Yxy64.63170.36690.4091
Hunter Lab80.3938-11.987130.1635
CIE-Lab84.2936-8.285535.3876

#dbd58f color RGB value is (219,213,143).

#dbd58f hex color red value is 219, green value is 213 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dbd58f hue: 0.15 , saturation: 0.51 and the lightness value of dbd58f is 0.71.

The process color (four color CMYK) of #dbd58f color hex is 0.00, 0.03, 0.35, 0.14. Web safe color of #dbd58f is #cccc99. Color #dbd58f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 10001111
Octal 333 325 217
Decimal 219 213 143
Hex DB D5 8F

RGB Percentages of Color #dbd58f

%38.09
%37.04
%24.87

CMYK Percentages of Color #dbd58f

%0
%3
%35
%14

Triadic Colors of #dbd58f

#dbd58f #8fdbd5 #d58fdb

Analogous Colors of #dbd58f

#dbd58f #bbdb8f #dbaf8f

Monochromatic Colors of #dbd58f

#dbd58f

Complementary Color

#dbd58f #8f95db

#dbd58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd58f Color CSS Codes

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

#dbd58f Text Font Color

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

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


#dbd58f Background Color

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

This div background color is #dbd58f


#dbd58f Border Color

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

This div border color is #dbd58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd58f


Comments

No comments written yet.

Please login to write comment.