Color Hex Logo

#dbd18b Color Hex

#DBD18B
(219,209,139)
0 Favorites   0 Comments

Color spaces of #dbd18b

RGB 219209139
HSL0.150.530.70
HSV53°37°86°
CMYK 0.000.050.37   0.14
XYZ56.674162.525133.5076
Yxy62.52510.37110.4094
Hunter Lab79.0728-10.440630.2265
CIE-Lab83.1919-6.709535.9923

#dbd18b color RGB value is (219,209,139).

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

The process color (four color CMYK) of #dbd18b color hex is 0.00, 0.05, 0.37, 0.14. Web safe color of #dbd18b is #cccc99. Color #dbd18b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 10001011
Octal 333 321 213
Decimal 219 209 139
Hex DB D1 8B

RGB Percentages of Color #dbd18b

%38.62
%36.86
%24.51

CMYK Percentages of Color #dbd18b

%0
%5
%37
%14

Triadic Colors of #dbd18b

#dbd18b #8bdbd1 #d18bdb

Analogous Colors of #dbd18b

#dbd18b #bddb8b #dba98b

Monochromatic Colors of #dbd18b

#dbd18b

Complementary Color

#dbd18b #8b95db

#dbd18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd18b Color CSS Codes

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

#dbd18b Text Font Color

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

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


#dbd18b Background Color

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

This div background color is #dbd18b


#dbd18b Border Color

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

This div border color is #dbd18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd18b


Comments

No comments written yet.

Please login to write comment.