Color Hex Logo

#d3804a Color Hex

#D3804A
(211,128,74)
0 Favorites   0 Comments

Color spaces of #d3804a

RGB 21112874
HSL0.070.610.56
HSV24°65°83°
CMYK 0.000.390.65   0.17
XYZ35.819229.781610.3391
Yxy29.78160.47170.3922
Hunter Lab54.572521.658326.9679
CIE-Lab61.465327.254642.3169

#d3804a color RGB value is (211,128,74).

#d3804a hex color red value is 211, green value is 128 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d3804a hue: 0.07 , saturation: 0.61 and the lightness value of d3804a is 0.56.

The process color (four color CMYK) of #d3804a color hex is 0.00, 0.39, 0.65, 0.17. Web safe color of #d3804a is #cc9933. Color #d3804a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000000 01001010
Octal 323 200 112
Decimal 211 128 74
Hex D3 80 4A

RGB Percentages of Color #d3804a

%51.09
%30.99
%17.92

CMYK Percentages of Color #d3804a

%0
%39
%65
%17

Triadic Colors of #d3804a

#d3804a #4ad380 #804ad3

Analogous Colors of #d3804a

#d3804a #d3c54a #d34a59

Monochromatic Colors of #d3804a

#d3804a

Complementary Color

#d3804a #4a9dd3

#d3804a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3804a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3804a Color CSS Codes

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

#d3804a Text Font Color

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

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


#d3804a Background Color

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

This div background color is #d3804a


#d3804a Border Color

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

This div border color is #d3804a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,128,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3804a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3804a;
  -webkit-box-shadow: 1px 1px 3px 2px #d3804a;
  box-shadow:         1px 1px 3px 2px #d3804a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,128,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3804a


Comments

No comments written yet.

Please login to write comment.