Color Hex Logo

#d1823d Color Hex

#D1823D
(209,130,61)
0 Favorites   0 Comments

Color spaces of #d1823d

RGB 20913061
HSL0.080.620.53
HSV28°71°82°
CMYK 0.000.380.71   0.18
XYZ35.119429.85758.3270
Yxy29.85750.47910.4073
Hunter Lab54.642019.101629.2141
CIE-Lab61.531124.603748.7811

#d1823d color RGB value is (209,130,61).

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

The process color (four color CMYK) of #d1823d color hex is 0.00, 0.38, 0.71, 0.18. Web safe color of #d1823d is #cc9933. Color #d1823d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000010 00111101
Octal 321 202 75
Decimal 209 130 61
Hex D1 82 3D

RGB Percentages of Color #d1823d

%52.25
%32.50
%15.25

CMYK Percentages of Color #d1823d

%0
%38
%71
%18

Triadic Colors of #d1823d

#d1823d #3dd182 #823dd1

Analogous Colors of #d1823d

#d1823d #d1cc3d #d13d42

Monochromatic Colors of #d1823d

#d1823d

Complementary Color

#d1823d #3d8cd1

#d1823d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1823d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1823d Color CSS Codes

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

#d1823d Text Font Color

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

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


#d1823d Background Color

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

This div background color is #d1823d


#d1823d Border Color

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

This div border color is #d1823d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1823d


Comments

No comments written yet.

Please login to write comment.