color codes Logo

#dbd58d color codes

#DBD58D
(219,213,141)
0 Favorites   0 Comments

Color spaces of #dbd58d

RGB 219213141
HSL0.150.520.71
HSV55°36°86°
CMYK 0.000.030.36   0.14
XYZ57.815464.571734.6157
Yxy64.57170.36820.4113
Hunter Lab80.3565-12.195630.7088
CIE-Lab84.2625-8.518336.3659

#dbd58d color RGB value is (219,213,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 10001101
Octal 333 325 215
Decimal 219 213 141
Hex DB D5 8D

RGB Percentages of Color #dbd58d

%38.22
%37.17
%24.61

CMYK Percentages of Color #dbd58d

%0
%3
%36
%14

Triadic Colors of #dbd58d

#dbd58d #8ddbd5 #d58ddb

Analogous Colors of #dbd58d

#dbd58d #badb8d #dbae8d

Monochromatic Colors of #dbd58d

#dbd58d

Complementary Color

#dbd58d #8d93db

#dbd58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd58d Color CSS Codes

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

#dbd58d Text Font Color

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

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


#dbd58d Background Color

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

This div background color is #dbd58d


#dbd58d Border Color

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

This div border color is #dbd58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd58d


Comments

No comments written yet.

Please login to write comment.