Color Hex Logo

#d1923e Color Hex

#D1923E
(209,146,62)
0 Favorites   0 Comments

Color spaces of #d1923e

RGB 20914662
HSL0.100.620.53
HSV34°70°82°
CMYK 0.000.300.70   0.18
XYZ37.442934.46099.2356
Yxy34.46090.46150.4247
Hunter Lab58.703411.122031.7645
CIE-Lab65.326815.987152.3436

#d1923e color RGB value is (209,146,62).

#d1923e hex color red value is 209, green value is 146 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d1923e hue: 0.10 , saturation: 0.62 and the lightness value of d1923e is 0.53.

The process color (four color CMYK) of #d1923e color hex is 0.00, 0.30, 0.70, 0.18. Web safe color of #d1923e is #cc9933. Color #d1923e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010010 00111110
Octal 321 222 76
Decimal 209 146 62
Hex D1 92 3E

RGB Percentages of Color #d1923e

%50.12
%35.01
%14.87

CMYK Percentages of Color #d1923e

%0
%30
%70
%18

Triadic Colors of #d1923e

#d1923e #3ed192 #923ed1

Analogous Colors of #d1923e

#d1923e #c7d13e #d1483e

Monochromatic Colors of #d1923e

#d1923e

Complementary Color

#d1923e #3e7dd1

#d1923e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1923e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1923e Color CSS Codes

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

#d1923e Text Font Color

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

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


#d1923e Background Color

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

This div background color is #d1923e


#d1923e Border Color

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

This div border color is #d1923e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1923e


Comments

No comments written yet.

Please login to write comment.