Color Hex Logo

#d7a22b Color Hex

#D7A22B
(215,162,43)
0 Favorites   0 Comments

Color spaces of #d7a22b

RGB 21516243
HSL0.120.680.51
HSV42°80°84°
CMYK 0.000.250.80   0.16
XYZ41.380740.46227.9145
Yxy40.46220.46100.4508
Hunter Lab63.60994.803837.1499
CIE-Lab69.79759.140264.4591

#d7a22b color RGB value is (215,162,43).

#d7a22b hex color red value is 215, green value is 162 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d7a22b hue: 0.12 , saturation: 0.68 and the lightness value of d7a22b is 0.51.

The process color (four color CMYK) of #d7a22b color hex is 0.00, 0.25, 0.80, 0.16. Web safe color of #d7a22b is #cc9933. Color #d7a22b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10100010 00101011
Octal 327 242 53
Decimal 215 162 43
Hex D7 A2 2B

RGB Percentages of Color #d7a22b

%51.19
%38.57
%10.24

CMYK Percentages of Color #d7a22b

%0
%25
%80
%16

Triadic Colors of #d7a22b

#d7a22b #2bd7a2 #a22bd7

Analogous Colors of #d7a22b

#d7a22b #b6d72b #d74c2b

Monochromatic Colors of #d7a22b

#d7a22b

Complementary Color

#d7a22b #2b60d7

#d7a22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7a22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7a22b Color CSS Codes

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

#d7a22b Text Font Color

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

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


#d7a22b Background Color

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

This div background color is #d7a22b


#d7a22b Border Color

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

This div border color is #d7a22b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,162,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7a22b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7a22b;
  -webkit-box-shadow: 1px 1px 3px 2px #d7a22b;
  box-shadow:         1px 1px 3px 2px #d7a22b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,162,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7a22b


Comments

No comments written yet.

Please login to write comment.