Color Hex Logo

#d69e4b Color Hex

#D69E4B
(214,158,75)
0 Favorites   0 Comments

Color spaces of #d69e4b

RGB 21415875
HSL0.100.630.57
HSV36°65°84°
CMYK 0.000.260.65   0.16
XYZ41.228439.257912.0612
Yxy39.25790.44550.4242
Hunter Lab62.65617.806732.4461
CIE-Lab68.937712.380850.3922

#d69e4b color RGB value is (214,158,75).

#d69e4b hex color red value is 214, green value is 158 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d69e4b hue: 0.10 , saturation: 0.63 and the lightness value of d69e4b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 01001011
Octal 326 236 113
Decimal 214 158 75
Hex D6 9E 4B

RGB Percentages of Color #d69e4b

%47.87
%35.35
%16.78

CMYK Percentages of Color #d69e4b

%0
%26
%65
%16

Triadic Colors of #d69e4b

#d69e4b #4bd69e #9e4bd6

Analogous Colors of #d69e4b

#d69e4b #c9d64b #d6594b

Monochromatic Colors of #d69e4b

#d69e4b

Complementary Color

#d69e4b #4b83d6

#d69e4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69e4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69e4b Color CSS Codes

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

#d69e4b Text Font Color

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

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


#d69e4b Background Color

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

This div background color is #d69e4b


#d69e4b Border Color

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

This div border color is #d69e4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69e4b


Comments

No comments written yet.

Please login to write comment.