Color Hex Logo

#dbd993 Color Hex

#DBD993
(219,217,147)
0 Favorites   0 Comments

Color spaces of #dbd993

RGB 219217147
HSL0.160.500.72
HSV58°33°86°
CMYK 0.000.010.33   0.14
XYZ59.292766.792437.3709
Yxy66.79240.36270.4086
Hunter Lab81.7266-13.519730.0973
CIE-Lab85.3990-9.838734.7958

#dbd993 color RGB value is (219,217,147).

#dbd993 hex color red value is 219, green value is 217 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dbd993 hue: 0.16 , saturation: 0.50 and the lightness value of dbd993 is 0.72.

The process color (four color CMYK) of #dbd993 color hex is 0.00, 0.01, 0.33, 0.14. Web safe color of #dbd993 is #cccc99. Color #dbd993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10010011
Octal 333 331 223
Decimal 219 217 147
Hex DB D9 93

RGB Percentages of Color #dbd993

%37.56
%37.22
%25.21

CMYK Percentages of Color #dbd993

%0
%1
%33
%14

Triadic Colors of #dbd993

#dbd993 #93dbd9 #d993db

Analogous Colors of #dbd993

#dbd993 #b9db93 #dbb593

Monochromatic Colors of #dbd993

#dbd993

Complementary Color

#dbd993 #9395db

#dbd993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd993 Color CSS Codes

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

#dbd993 Text Font Color

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

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


#dbd993 Background Color

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

This div background color is #dbd993


#dbd993 Border Color

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

This div border color is #dbd993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd993


Comments

No comments written yet.

Please login to write comment.