Color Hex Logo

#d69e2f Color Hex

#D69E2F
(214,158,47)
0 Favorites   0 Comments

Color spaces of #d69e2f

RGB 21415847
HSL0.110.670.51
HSV40°78°84°
CMYK 0.000.260.78   0.16
XYZ40.471538.95518.0753
Yxy38.95510.46250.4452
Hunter Lab62.41406.521336.0187
CIE-Lab68.718710.994062.0377

#d69e2f color RGB value is (214,158,47).

#d69e2f hex color red value is 214, green value is 158 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d69e2f hue: 0.11 , saturation: 0.67 and the lightness value of d69e2f is 0.51.

The process color (four color CMYK) of #d69e2f color hex is 0.00, 0.26, 0.78, 0.16. Web safe color of #d69e2f is #cc9933. Color #d69e2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 00101111
Octal 326 236 57
Decimal 214 158 47
Hex D6 9E 2F

RGB Percentages of Color #d69e2f

%51.07
%37.71
%11.22

CMYK Percentages of Color #d69e2f

%0
%26
%78
%16

Triadic Colors of #d69e2f

#d69e2f #2fd69e #9e2fd6

Analogous Colors of #d69e2f

#d69e2f #bbd62f #d64b2f

Monochromatic Colors of #d69e2f

#d69e2f

Complementary Color

#d69e2f #2f67d6

#d69e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69e2f Color CSS Codes

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

#d69e2f Text Font Color

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

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


#d69e2f Background Color

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

This div background color is #d69e2f


#d69e2f Border Color

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

This div border color is #d69e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69e2f


Comments

No comments written yet.

Please login to write comment.