Color Hex Logo

#d9915a Color Hex

#D9915A
(217,145,90)
0 Favorites   0 Comments

Color spaces of #d9915a

RGB 21714590
HSL0.070.630.60
HSV26°59°85°
CMYK 0.000.330.59   0.15
XYZ40.586135.740714.4324
Yxy35.74070.44720.3938
Hunter Lab59.783516.559727.5352
CIE-Lab66.321321.682339.9593

#d9915a color RGB value is (217,145,90).

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

The process color (four color CMYK) of #d9915a color hex is 0.00, 0.33, 0.59, 0.15. Web safe color of #d9915a is #cc9966. Color #d9915a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010001 01011010
Octal 331 221 132
Decimal 217 145 90
Hex D9 91 5A

RGB Percentages of Color #d9915a

%48.01
%32.08
%19.91

CMYK Percentages of Color #d9915a

%0
%33
%59
%15

Triadic Colors of #d9915a

#d9915a #5ad991 #915ad9

Analogous Colors of #d9915a

#d9915a #d9d15a #d95a62

Monochromatic Colors of #d9915a

#d9915a

Complementary Color

#d9915a #5aa2d9

#d9915a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9915a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9915a Color CSS Codes

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

#d9915a Text Font Color

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

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


#d9915a Background Color

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

This div background color is #d9915a


#d9915a Border Color

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

This div border color is #d9915a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9915a


Comments

No comments written yet.

Please login to write comment.