Color Hex Logo

#d0843d Color Hex

#D0843D
(208,132,61)
0 Favorites   0 Comments

Color spaces of #d0843d

RGB 20813261
HSL0.080.610.53
HSV29°71°82°
CMYK 0.000.370.71   0.18
XYZ35.106030.24938.4033
Yxy30.24930.47600.4101
Hunter Lab54.999417.687429.4407
CIE-Lab61.868723.102649.1047

#d0843d color RGB value is (208,132,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 00111101
Octal 320 204 75
Decimal 208 132 61
Hex D0 84 3D

RGB Percentages of Color #d0843d

%51.87
%32.92
%15.21

CMYK Percentages of Color #d0843d

%0
%37
%71
%18

Triadic Colors of #d0843d

#d0843d #3dd084 #843dd0

Analogous Colors of #d0843d

#d0843d #d0ce3d #d03d3f

Monochromatic Colors of #d0843d

#d0843d

Complementary Color

#d0843d #3d89d0

#d0843d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0843d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0843d Color CSS Codes

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

#d0843d Text Font Color

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

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


#d0843d Background Color

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

This div background color is #d0843d


#d0843d Border Color

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

This div border color is #d0843d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0843d


Comments

No comments written yet.

Please login to write comment.