Color Hex Logo

#d0783d Color Hex

#D0783D
(208,120,61)
0 Favorites   0 Comments

Color spaces of #d0783d

RGB 20812061
HSL0.070.610.53
HSV24°71°82°
CMYK 0.000.420.71   0.18
XYZ33.571227.17987.8917
Yxy27.17980.48910.3960
Hunter Lab52.134223.707927.5191
CIE-Lab59.140429.556746.1650

#d0783d color RGB value is (208,120,61).

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

The process color (four color CMYK) of #d0783d color hex is 0.00, 0.42, 0.71, 0.18. Web safe color of #d0783d is #cc6633. Color #d0783d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111000 00111101
Octal 320 170 75
Decimal 208 120 61
Hex D0 78 3D

RGB Percentages of Color #d0783d

%53.47
%30.85
%15.68

CMYK Percentages of Color #d0783d

%0
%42
%71
%18

Triadic Colors of #d0783d

#d0783d #3dd078 #783dd0

Analogous Colors of #d0783d

#d0783d #d0c23d #d03d4b

Monochromatic Colors of #d0783d

#d0783d

Complementary Color

#d0783d #3d95d0

#d0783d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0783d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0783d Color CSS Codes

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

#d0783d Text Font Color

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

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


#d0783d Background Color

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

This div background color is #d0783d


#d0783d Border Color

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

This div border color is #d0783d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0783d


Comments

No comments written yet.

Please login to write comment.