Color Hex Logo

#d6814b Color Hex

#D6814B
(214,129,75)
0 Favorites   0 Comments

Color spaces of #d6814b

RGB 21412975
HSL0.060.630.57
HSV23°65°84°
CMYK 0.000.400.65   0.16
XYZ36.851830.504710.6023
Yxy30.50470.47270.3913
Hunter Lab55.231122.446127.2803
CIE-Lab62.087328.011442.6215

#d6814b color RGB value is (214,129,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000001 01001011
Octal 326 201 113
Decimal 214 129 75
Hex D6 81 4B

RGB Percentages of Color #d6814b

%51.20
%30.86
%17.94

CMYK Percentages of Color #d6814b

%0
%40
%65
%16

Triadic Colors of #d6814b

#d6814b #4bd681 #814bd6

Analogous Colors of #d6814b

#d6814b #d6c74b #d64b5b

Monochromatic Colors of #d6814b

#d6814b

Complementary Color

#d6814b #4ba0d6

#d6814b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6814b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6814b Color CSS Codes

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

#d6814b Text Font Color

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

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


#d6814b Background Color

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

This div background color is #d6814b


#d6814b Border Color

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

This div border color is #d6814b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,129,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 #d6814b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6814b


Comments

No comments written yet.

Please login to write comment.