Color Hex Logo

#dbcd87 Color Hex

#DBCD87
(219,205,135)
0 Favorites   0 Comments

Color spaces of #dbcd87

RGB 219205135
HSL0.140.540.69
HSV50°38°86°
CMYK 0.000.060.38   0.14
XYZ55.417960.472031.6731
Yxy60.47200.37560.4098
Hunter Lab77.7637-8.879530.2859
CIE-Lab82.0941-5.110236.6101

#dbcd87 color RGB value is (219,205,135).

#dbcd87 hex color red value is 219, green value is 205 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dbcd87 hue: 0.14 , saturation: 0.54 and the lightness value of dbcd87 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 10000111
Octal 333 315 207
Decimal 219 205 135
Hex DB CD 87

RGB Percentages of Color #dbcd87

%39.18
%36.67
%24.15

CMYK Percentages of Color #dbcd87

%0
%6
%38
%14

Triadic Colors of #dbcd87

#dbcd87 #87dbcd #cd87db

Analogous Colors of #dbcd87

#dbcd87 #bfdb87 #dba387

Monochromatic Colors of #dbcd87

#dbcd87

Complementary Color

#dbcd87 #8795db

#dbcd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcd87 Color CSS Codes

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

#dbcd87 Text Font Color

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

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


#dbcd87 Background Color

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

This div background color is #dbcd87


#dbcd87 Border Color

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

This div border color is #dbcd87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcd87


Comments

No comments written yet.

Please login to write comment.