Color Hex Logo

#dbd688 Color Hex

#DBD688
(219,214,136)
0 Favorites   0 Comments

Color spaces of #dbd688

RGB 219214136
HSL0.160.540.70
HSV56°38°86°
CMYK 0.000.020.38   0.14
XYZ57.703964.930832.7841
Yxy64.93080.37130.4178
Hunter Lab80.5797-13.188732.2834
CIE-Lab84.4481-9.590439.1371

#dbd688 color RGB value is (219,214,136).

#dbd688 hex color red value is 219, green value is 214 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dbd688 hue: 0.16 , saturation: 0.54 and the lightness value of dbd688 is 0.70.

The process color (four color CMYK) of #dbd688 color hex is 0.00, 0.02, 0.38, 0.14. Web safe color of #dbd688 is #cccc99. Color #dbd688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 10001000
Octal 333 326 210
Decimal 219 214 136
Hex DB D6 88

RGB Percentages of Color #dbd688

%38.49
%37.61
%23.90

CMYK Percentages of Color #dbd688

%0
%2
%38
%14

Triadic Colors of #dbd688

#dbd688 #88dbd6 #d688db

Analogous Colors of #dbd688

#dbd688 #b7db88 #dbad88

Monochromatic Colors of #dbd688

#dbd688

Complementary Color

#dbd688 #888ddb

#dbd688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd688 Color CSS Codes

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

#dbd688 Text Font Color

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

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


#dbd688 Background Color

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

This div background color is #dbd688


#dbd688 Border Color

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

This div border color is #dbd688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd688


Comments

No comments written yet.

Please login to write comment.