Color Hex Logo

#dbb1af Color Hex

#DBB1AF
(219,177,175)
0 Favorites   0 Comments

Color spaces of #dbb1af

RGB 219177175
HSL0.010.380.77
HSV20°86°
CMYK 0.000.190.20   0.14
XYZ52.673449.599547.3549
Yxy49.59950.35200.3315
Hunter Lab70.426910.25599.4324
CIE-Lab75.822814.90876.7853

#dbb1af color RGB value is (219,177,175).

#dbb1af hex color red value is 219, green value is 177 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dbb1af hue: 0.01 , saturation: 0.38 and the lightness value of dbb1af is 0.77.

The process color (four color CMYK) of #dbb1af color hex is 0.00, 0.19, 0.20, 0.14. Web safe color of #dbb1af is #cc9999. Color #dbb1af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 10101111
Octal 333 261 257
Decimal 219 177 175
Hex DB B1 AF

RGB Percentages of Color #dbb1af

%38.35
%31.00
%30.65

CMYK Percentages of Color #dbb1af

%0
%19
%20
%14

Triadic Colors of #dbb1af

#dbb1af #afdbb1 #b1afdb

Analogous Colors of #dbb1af

#dbb1af #dbc7af #dbafc3

Monochromatic Colors of #dbb1af

#dbb1af

Complementary Color

#dbb1af #afd9db

#dbb1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb1af Color CSS Codes

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

#dbb1af Text Font Color

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

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


#dbb1af Background Color

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

This div background color is #dbb1af


#dbb1af Border Color

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

This div border color is #dbb1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb1af


Comments

No comments written yet.

Please login to write comment.