Color Hex Logo

#d9be69 Color Hex

#D9BE69
(217,190,105)
0 Favorites   0 Comments

Color spaces of #d9be69

RGB 217190105
HSL0.130.600.63
HSV46°52°85°
CMYK 0.000.120.52   0.15
XYZ49.578552.598520.9041
Yxy52.59850.40280.4273
Hunter Lab72.5248-4.894533.6780
CIE-Lab77.6373-1.119446.0664

#d9be69 color RGB value is (217,190,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 01101001
Octal 331 276 151
Decimal 217 190 105
Hex D9 BE 69

RGB Percentages of Color #d9be69

%42.38
%37.11
%20.51

CMYK Percentages of Color #d9be69

%0
%12
%52
%15

Triadic Colors of #d9be69

#d9be69 #69d9be #be69d9

Analogous Colors of #d9be69

#d9be69 #bcd969 #d98669

Monochromatic Colors of #d9be69

#d9be69

Complementary Color

#d9be69 #6984d9

#d9be69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9be69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9be69 Color CSS Codes

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

#d9be69 Text Font Color

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

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


#d9be69 Background Color

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

This div background color is #d9be69


#d9be69 Border Color

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

This div border color is #d9be69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9be69


Comments

No comments written yet.

Please login to write comment.