Color Hex Logo

#d6923f Color Hex

#D6923F
(214,146,63)
0 Favorites   0 Comments

Color spaces of #d6923f

RGB 21414663
HSL0.090.650.54
HSV33°71°84°
CMYK 0.000.320.71   0.16
XYZ38.907635.21289.4487
Yxy35.21280.46560.4214
Hunter Lab59.340413.191132.0976
CIE-Lab65.914018.174352.6854

#d6923f color RGB value is (214,146,63).

#d6923f hex color red value is 214, green value is 146 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d6923f hue: 0.09 , saturation: 0.65 and the lightness value of d6923f is 0.54.

The process color (four color CMYK) of #d6923f color hex is 0.00, 0.32, 0.71, 0.16. Web safe color of #d6923f is #cc9933. Color #d6923f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010010 00111111
Octal 326 222 77
Decimal 214 146 63
Hex D6 92 3F

RGB Percentages of Color #d6923f

%50.59
%34.52
%14.89

CMYK Percentages of Color #d6923f

%0
%32
%71
%16

Triadic Colors of #d6923f

#d6923f #3fd692 #923fd6

Analogous Colors of #d6923f

#d6923f #cfd63f #d6463f

Monochromatic Colors of #d6923f

#d6923f

Complementary Color

#d6923f #3f83d6

#d6923f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6923f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6923f Color CSS Codes

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

#d6923f Text Font Color

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

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


#d6923f Background Color

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

This div background color is #d6923f


#d6923f Border Color

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

This div border color is #d6923f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6923f


Comments

No comments written yet.

Please login to write comment.