Color Hex Logo

#d6692f Color Hex

#D6692F
(214,105,47)
0 Favorites   0 Comments

Color spaces of #d6692f

RGB 21410547
HSL0.060.670.51
HSV21°78°84°
CMYK 0.000.510.78   0.16
XYZ33.296224.60455.6836
Yxy24.60450.52370.3870
Hunter Lab49.602933.013927.9285
CIE-Lab56.688039.159550.5788

#d6692f color RGB value is (214,105,47).

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

The process color (four color CMYK) of #d6692f color hex is 0.00, 0.51, 0.78, 0.16. Web safe color of #d6692f is #cc6633. Color #d6692f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101001 00101111
Octal 326 151 57
Decimal 214 105 47
Hex D6 69 2F

RGB Percentages of Color #d6692f

%58.47
%28.69
%12.84

CMYK Percentages of Color #d6692f

%0
%51
%78
%16

Triadic Colors of #d6692f

#d6692f #2fd669 #692fd6

Analogous Colors of #d6692f

#d6692f #d6bd2f #d62f49

Monochromatic Colors of #d6692f

#d6692f

Complementary Color

#d6692f #2f9cd6

#d6692f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6692f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6692f Color CSS Codes

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

#d6692f Text Font Color

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

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


#d6692f Background Color

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

This div background color is #d6692f


#d6692f Border Color

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

This div border color is #d6692f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6692f


Comments

No comments written yet.

Please login to write comment.