Color Hex Logo

#dbcba6 Color Hex

#DBCBA6
(219,203,166)
0 Favorites   0 Comments

Color spaces of #dbcba6

RGB 219203166
HSL0.120.420.75
HSV42°24°86°
CMYK 0.000.070.24   0.14
XYZ57.452360.525144.7308
Yxy60.52510.35310.3720
Hunter Lab77.7979-4.327320.3690
CIE-Lab82.1228-0.183920.4996

#dbcba6 color RGB value is (219,203,166).

#dbcba6 hex color red value is 219, green value is 203 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #dbcba6 hue: 0.12 , saturation: 0.42 and the lightness value of dbcba6 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 10100110
Octal 333 313 246
Decimal 219 203 166
Hex DB CB A6

RGB Percentages of Color #dbcba6

%37.24
%34.52
%28.23

CMYK Percentages of Color #dbcba6

%0
%7
%24
%14

Triadic Colors of #dbcba6

#dbcba6 #a6dbcb #cba6db

Analogous Colors of #dbcba6

#dbcba6 #d1dba6 #dbb1a6

Monochromatic Colors of #dbcba6

#dbcba6

Complementary Color

#dbcba6 #a6b6db

#dbcba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcba6 Color CSS Codes

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

#dbcba6 Text Font Color

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

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


#dbcba6 Background Color

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

This div background color is #dbcba6


#dbcba6 Border Color

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

This div border color is #dbcba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcba6


Comments

No comments written yet.

Please login to write comment.