Color Hex Logo

#d9bc69 Color Hex

#D9BC69
(217,188,105)
0 Favorites   0 Comments

Color spaces of #d9bc69

RGB 217188105
HSL0.120.600.63
HSV44°52°85°
CMYK 0.000.130.52   0.15
XYZ49.148351.738120.7607
Yxy51.73810.40400.4253
Hunter Lab71.9292-3.909333.2378
CIE-Lab77.1240-0.074145.4457

#d9bc69 color RGB value is (217,188,105).

#d9bc69 hex color red value is 217, green value is 188 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d9bc69 hue: 0.12 , saturation: 0.60 and the lightness value of d9bc69 is 0.63.

The process color (four color CMYK) of #d9bc69 color hex is 0.00, 0.13, 0.52, 0.15. Web safe color of #d9bc69 is #cccc66. Color #d9bc69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111100 01101001
Octal 331 274 151
Decimal 217 188 105
Hex D9 BC 69

RGB Percentages of Color #d9bc69

%42.55
%36.86
%20.59

CMYK Percentages of Color #d9bc69

%0
%13
%52
%15

Triadic Colors of #d9bc69

#d9bc69 #69d9bc #bc69d9

Analogous Colors of #d9bc69

#d9bc69 #bed969 #d98469

Monochromatic Colors of #d9bc69

#d9bc69

Complementary Color

#d9bc69 #6986d9

#d9bc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bc69 Color CSS Codes

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

#d9bc69 Text Font Color

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

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


#d9bc69 Background Color

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

This div background color is #d9bc69


#d9bc69 Border Color

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

This div border color is #d9bc69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bc69


Comments

No comments written yet.

Please login to write comment.