Color Hex Logo

#d6a307 Color Hex

#D6A307
(214,163,7)
0 Favorites   0 Comments

Color spaces of #d6a307

RGB 2141637
HSL0.130.940.43
HSV45°97°84°
CMYK 0.000.240.97   0.16
XYZ40.867140.50595.8655
Yxy40.50590.46850.4643
Hunter Lab63.64423.240639.0868
CIE-Lab69.82837.432872.4455

#d6a307 color RGB value is (214,163,7).

#d6a307 hex color red value is 214, green value is 163 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #d6a307 hue: 0.13 , saturation: 0.94 and the lightness value of d6a307 is 0.43.

The process color (four color CMYK) of #d6a307 color hex is 0.00, 0.24, 0.97, 0.16. Web safe color of #d6a307 is #cc9900. Color #d6a307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10100011 00000111
Octal 326 243 7
Decimal 214 163 7
Hex D6 A3 7

RGB Percentages of Color #d6a307

%55.73
%42.45
%1.82

CMYK Percentages of Color #d6a307

%0
%24
%97
%16

Triadic Colors of #d6a307

#d6a307 #07d6a3 #a307d6

Analogous Colors of #d6a307

#d6a307 #a2d607 #d63c07

Monochromatic Colors of #d6a307

#d6a307

Complementary Color

#d6a307 #073ad6

#d6a307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6a307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6a307 Color CSS Codes

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

#d6a307 Text Font Color

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

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


#d6a307 Background Color

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

This div background color is #d6a307


#d6a307 Border Color

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

This div border color is #d6a307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6a307


Comments

No comments written yet.

Please login to write comment.