Color Hex Logo

#dbd5af Color Hex

#DBD5AF
(219,213,175)
0 Favorites   0 Comments

Color spaces of #dbd5af

RGB 219213175
HSL0.140.380.77
HSV52°20°86°
CMYK 0.000.030.20   0.14
XYZ60.745565.743750.0456
Yxy65.74370.34410.3724
Hunter Lab81.0825-8.165520.1629
CIE-Lab84.8655-4.078019.5589

#dbd5af color RGB value is (219,213,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 10101111
Octal 333 325 257
Decimal 219 213 175
Hex DB D5 AF

RGB Percentages of Color #dbd5af

%36.08
%35.09
%28.83

CMYK Percentages of Color #dbd5af

%0
%3
%20
%14

Triadic Colors of #dbd5af

#dbd5af #afdbd5 #d5afdb

Analogous Colors of #dbd5af

#dbd5af #cbdbaf #dbbfaf

Monochromatic Colors of #dbd5af

#dbd5af

Complementary Color

#dbd5af #afb5db

#dbd5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd5af Color CSS Codes

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

#dbd5af Text Font Color

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

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


#dbd5af Background Color

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

This div background color is #dbd5af


#dbd5af Border Color

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

This div border color is #dbd5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd5af

#dbd5af Color Palettes


Comments

No comments written yet.

Please login to write comment.