Color Hex Logo

#d69d1e Color Hex

#D69D1E
(214,157,30)
0 Favorites   0 Comments

Color spaces of #d69d1e

RGB 21415730
HSL0.120.750.48
HSV41°86°84°
CMYK 0.000.270.86   0.16
XYZ40.022938.50386.5508
Yxy38.50380.47040.4526
Hunter Lab62.05146.541737.1767
CIE-Lab68.390311.014667.1320

#d69d1e color RGB value is (214,157,30).

#d69d1e hex color red value is 214, green value is 157 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d69d1e hue: 0.12 , saturation: 0.75 and the lightness value of d69d1e is 0.48.

The process color (four color CMYK) of #d69d1e color hex is 0.00, 0.27, 0.86, 0.16. Web safe color of #d69d1e is #cc9933. Color #d69d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011101 00011110
Octal 326 235 36
Decimal 214 157 30
Hex D6 9D 1E

RGB Percentages of Color #d69d1e

%53.37
%39.15
%7.48

CMYK Percentages of Color #d69d1e

%0
%27
%86
%16

Triadic Colors of #d69d1e

#d69d1e #1ed69d #9d1ed6

Analogous Colors of #d69d1e

#d69d1e #b3d61e #d6411e

Monochromatic Colors of #d69d1e

#d69d1e

Complementary Color

#d69d1e #1e57d6

#d69d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69d1e Color CSS Codes

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

#d69d1e Text Font Color

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

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


#d69d1e Background Color

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

This div background color is #d69d1e


#d69d1e Border Color

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

This div border color is #d69d1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69d1e


Comments

No comments written yet.

Please login to write comment.