Color Hex Logo

#d9925d Color Hex

#D9925D
(217,146,93)
0 Favorites   0 Comments

Color spaces of #d9925d

RGB 21714693
HSL0.070.620.61
HSV26°57°85°
CMYK 0.000.330.57   0.15
XYZ40.869936.099815.1698
Yxy36.09980.44360.3918
Hunter Lab60.083116.274327.0886
CIE-Lab66.596121.373538.7251

#d9925d color RGB value is (217,146,93).

#d9925d hex color red value is 217, green value is 146 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d9925d hue: 0.07 , saturation: 0.62 and the lightness value of d9925d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010010 01011101
Octal 331 222 135
Decimal 217 146 93
Hex D9 92 5D

RGB Percentages of Color #d9925d

%47.59
%32.02
%20.39

CMYK Percentages of Color #d9925d

%0
%33
%57
%15

Triadic Colors of #d9925d

#d9925d #5dd992 #925dd9

Analogous Colors of #d9925d

#d9925d #d9d05d #d95d66

Monochromatic Colors of #d9925d

#d9925d

Complementary Color

#d9925d #5da4d9

#d9925d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9925d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9925d Color CSS Codes

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

#d9925d Text Font Color

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

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


#d9925d Background Color

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

This div background color is #d9925d


#d9925d Border Color

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

This div border color is #d9925d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9925d


Comments

No comments written yet.

Please login to write comment.