Color Hex Logo

#dbd58c Color Hex

#DBD58C
(219,213,140)
0 Favorites   0 Comments

Color spaces of #dbd58c

RGB 219213140
HSL0.150.520.70
HSV55°36°86°
CMYK 0.000.030.36   0.14
XYZ57.741364.542034.2255
Yxy64.54200.36890.4124
Hunter Lab80.3380-12.298430.9780
CIE-Lab84.2472-8.633136.8543

#dbd58c color RGB value is (219,213,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 10001100
Octal 333 325 214
Decimal 219 213 140
Hex DB D5 8C

RGB Percentages of Color #dbd58c

%38.29
%37.24
%24.48

CMYK Percentages of Color #dbd58c

%0
%3
%36
%14

Triadic Colors of #dbd58c

#dbd58c #8cdbd5 #d58cdb

Analogous Colors of #dbd58c

#dbd58c #badb8c #dbae8c

Monochromatic Colors of #dbd58c

#dbd58c

Complementary Color

#dbd58c #8c92db

#dbd58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd58c Color CSS Codes

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

#dbd58c Text Font Color

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

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


#dbd58c Background Color

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

This div background color is #dbd58c


#dbd58c Border Color

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

This div border color is #dbd58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd58c


Comments

No comments written yet.

Please login to write comment.