Color Hex Logo

#dbc6bd Color Hex

#DBC6BD
(219,198,189)
0 Favorites   0 Comments

Color spaces of #dbc6bd

RGB 219198189
HSL0.050.290.80
HSV18°14°86°
CMYK 0.000.100.14   0.14
XYZ58.592859.122456.4677
Yxy59.12240.33640.3394
Hunter Lab76.89111.461710.2821
CIE-Lab81.35885.88817.1746

#dbc6bd color RGB value is (219,198,189).

#dbc6bd hex color red value is 219, green value is 198 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dbc6bd hue: 0.05 , saturation: 0.29 and the lightness value of dbc6bd is 0.80.

The process color (four color CMYK) of #dbc6bd color hex is 0.00, 0.10, 0.14, 0.14. Web safe color of #dbc6bd is #cccccc. Color #dbc6bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 10111101
Octal 333 306 275
Decimal 219 198 189
Hex DB C6 BD

RGB Percentages of Color #dbc6bd

%36.14
%32.67
%31.19

CMYK Percentages of Color #dbc6bd

%0
%10
%14
%14

Triadic Colors of #dbc6bd

#dbc6bd #bddbc6 #c6bddb

Analogous Colors of #dbc6bd

#dbc6bd #dbd5bd #dbbdc3

Monochromatic Colors of #dbc6bd

#dbc6bd

Complementary Color

#dbc6bd #bdd2db

#dbc6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc6bd Color CSS Codes

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

#dbc6bd Text Font Color

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

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


#dbc6bd Background Color

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

This div background color is #dbc6bd


#dbc6bd Border Color

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

This div border color is #dbc6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc6bd


Comments

No comments written yet.

Please login to write comment.