Color Hex Logo

#d69a53 Color Hex

#D69A53
(214,154,83)
0 Favorites   0 Comments

Color spaces of #d69a53

RGB 21415483
HSL0.090.620.58
HSV33°61°84°
CMYK 0.000.280.61   0.16
XYZ40.848538.031913.3716
Yxy38.03190.44280.4123
Hunter Lab61.670010.310930.3135
CIE-Lab68.044115.066145.4919

#d69a53 color RGB value is (214,154,83).

#d69a53 hex color red value is 214, green value is 154 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #d69a53 hue: 0.09 , saturation: 0.62 and the lightness value of d69a53 is 0.58.

The process color (four color CMYK) of #d69a53 color hex is 0.00, 0.28, 0.61, 0.16. Web safe color of #d69a53 is #cc9966. Color #d69a53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011010 01010011
Octal 326 232 123
Decimal 214 154 83
Hex D6 9A 53

RGB Percentages of Color #d69a53

%47.45
%34.15
%18.40

CMYK Percentages of Color #d69a53

%0
%28
%61
%16

Triadic Colors of #d69a53

#d69a53 #53d69a #9a53d6

Analogous Colors of #d69a53

#d69a53 #d1d653 #d65953

Monochromatic Colors of #d69a53

#d69a53

Complementary Color

#d69a53 #538fd6

#d69a53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69a53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69a53 Color CSS Codes

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

#d69a53 Text Font Color

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

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


#d69a53 Background Color

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

This div background color is #d69a53


#d69a53 Border Color

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

This div border color is #d69a53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,154,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d69a53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d69a53;
  -webkit-box-shadow: 1px 1px 3px 2px #d69a53;
  box-shadow:         1px 1px 3px 2px #d69a53; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,154,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69a53


Comments

No comments written yet.

Please login to write comment.