Color Hex Logo

#dbcfaf Color Hex

#DBCFAF
(219,207,175)
0 Favorites   0 Comments

Color spaces of #dbcfaf

RGB 219207175
HSL0.120.380.77
HSV44°20°86°
CMYK 0.000.050.20   0.14
XYZ59.264162.780949.5518
Yxy62.78090.34540.3659
Hunter Lab79.2344-5.149518.3852
CIE-Lab83.3270-0.976217.4156

#dbcfaf color RGB value is (219,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 10101111
Octal 333 317 257
Decimal 219 207 175
Hex DB CF AF

RGB Percentages of Color #dbcfaf

%36.44
%34.44
%29.12

CMYK Percentages of Color #dbcfaf

%0
%5
%20
%14

Triadic Colors of #dbcfaf

#dbcfaf #afdbcf #cfafdb

Analogous Colors of #dbcfaf

#dbcfaf #d1dbaf #dbb9af

Monochromatic Colors of #dbcfaf

#dbcfaf

Complementary Color

#dbcfaf #afbbdb

#dbcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcfaf Color CSS Codes

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

#dbcfaf Text Font Color

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

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


#dbcfaf Background Color

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

This div background color is #dbcfaf


#dbcfaf Border Color

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

This div border color is #dbcfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcfaf

#dbcfaf Color Palettes


Comments

No comments written yet.

Please login to write comment.