Color Hex Logo

#d7d12c Color Hex

#D7D12C
(215,209,44)
0 Favorites   0 Comments

Color spaces of #d7d12c

RGB 21520944
HSL0.160.680.51
HSV58°80°84°
CMYK 0.000.030.80   0.16
XYZ51.279460.229911.3057
Yxy60.22990.41750.4904
Hunter Lab77.6079-17.870145.6884
CIE-Lab81.9630-15.213374.8985

#d7d12c color RGB value is (215,209,44).

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

The process color (four color CMYK) of #d7d12c color hex is 0.00, 0.03, 0.80, 0.16. Web safe color of #d7d12c is #cccc33. Color #d7d12c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11010001 00101100
Octal 327 321 54
Decimal 215 209 44
Hex D7 D1 2C

RGB Percentages of Color #d7d12c

%45.94
%44.66
%9.40

CMYK Percentages of Color #d7d12c

%0
%3
%80
%16

Triadic Colors of #d7d12c

#d7d12c #2cd7d1 #d12cd7

Analogous Colors of #d7d12c

#d7d12c #88d72c #d77c2c

Monochromatic Colors of #d7d12c

#d7d12c

Complementary Color

#d7d12c #2c32d7

#d7d12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7d12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7d12c Color CSS Codes

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

#d7d12c Text Font Color

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

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


#d7d12c Background Color

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

This div background color is #d7d12c


#d7d12c Border Color

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

This div border color is #d7d12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7d12c


Comments

No comments written yet.

Please login to write comment.