Color Hex Logo

#dbbd8d Color Hex

#DBBD8D
(219,189,141)
0 Favorites   0 Comments

Color spaces of #dbbd8d

RGB 219189141
HSL0.100.520.71
HSV37°36°86°
CMYK 0.000.140.36   0.14
XYZ52.218753.378332.7501
Yxy53.37830.37740.3858
Hunter Lab73.0605-0.276024.5650
CIE-Lab78.09783.917228.2347

#dbbd8d color RGB value is (219,189,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10001101
Octal 333 275 215
Decimal 219 189 141
Hex DB BD 8D

RGB Percentages of Color #dbbd8d

%39.89
%34.43
%25.68

CMYK Percentages of Color #dbbd8d

%0
%14
%36
%14

Triadic Colors of #dbbd8d

#dbbd8d #8ddbbd #bd8ddb

Analogous Colors of #dbbd8d

#dbbd8d #d2db8d #db968d

Monochromatic Colors of #dbbd8d

#dbbd8d

Complementary Color

#dbbd8d #8dabdb

#dbbd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd8d Color CSS Codes

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

#dbbd8d Text Font Color

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

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


#dbbd8d Background Color

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

This div background color is #dbbd8d


#dbbd8d Border Color

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

This div border color is #dbbd8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,189,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 #dbbd8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd8d


Comments

No comments written yet.

Please login to write comment.