Color Hex Logo

#dbd383 Color Hex

#DBD383
(219,211,131)
0 Favorites   0 Comments

Color spaces of #dbd383

RGB 219211131
HSL0.150.550.69
HSV55°40°86°
CMYK 0.000.040.40   0.14
XYZ56.604463.287330.7050
Yxy63.28730.37590.4202
Hunter Lab79.5533-12.210632.8033
CIE-Lab83.5933-8.612440.5592

#dbd383 color RGB value is (219,211,131).

#dbd383 hex color red value is 219, green value is 211 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dbd383 hue: 0.15 , saturation: 0.55 and the lightness value of dbd383 is 0.69.

The process color (four color CMYK) of #dbd383 color hex is 0.00, 0.04, 0.40, 0.14. Web safe color of #dbd383 is #cccc99. Color #dbd383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 10000011
Octal 333 323 203
Decimal 219 211 131
Hex DB D3 83

RGB Percentages of Color #dbd383

%39.04
%37.61
%23.35

CMYK Percentages of Color #dbd383

%0
%4
%40
%14

Triadic Colors of #dbd383

#dbd383 #83dbd3 #d383db

Analogous Colors of #dbd383

#dbd383 #b7db83 #dba783

Monochromatic Colors of #dbd383

#dbd383

Complementary Color

#dbd383 #838bdb

#dbd383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd383 Color CSS Codes

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

#dbd383 Text Font Color

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

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


#dbd383 Background Color

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

This div background color is #dbd383


#dbd383 Border Color

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

This div border color is #dbd383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd383


Comments

No comments written yet.

Please login to write comment.