Color Hex Logo

#d7cc22 Color Hex

#D7CC22
(215,204,34)
0 Favorites   0 Comments

Color spaces of #d7cc22

RGB 21520434
HSL0.160.730.49
HSV56°84°84°
CMYK 0.000.050.84   0.16
XYZ49.905957.748310.0296
Yxy57.74830.42410.4907
Hunter Lab75.9923-15.761545.3694
CIE-Lab80.5987-12.999676.2251

#d7cc22 color RGB value is (215,204,34).

#d7cc22 hex color red value is 215, green value is 204 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #d7cc22 hue: 0.16 , saturation: 0.73 and the lightness value of d7cc22 is 0.49.

The process color (four color CMYK) of #d7cc22 color hex is 0.00, 0.05, 0.84, 0.16. Web safe color of #d7cc22 is #cccc33. Color #d7cc22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001100 00100010
Octal 327 314 42
Decimal 215 204 34
Hex D7 CC 22

RGB Percentages of Color #d7cc22

%47.46
%45.03
%7.51

CMYK Percentages of Color #d7cc22

%0
%5
%84
%16

Triadic Colors of #d7cc22

#d7cc22 #22d7cc #cc22d7

Analogous Colors of #d7cc22

#d7cc22 #88d722 #d77222

Monochromatic Colors of #d7cc22

#d7cc22

Complementary Color

#d7cc22 #222dd7

#d7cc22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cc22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cc22 Color CSS Codes

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

#d7cc22 Text Font Color

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

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


#d7cc22 Background Color

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

This div background color is #d7cc22


#d7cc22 Border Color

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

This div border color is #d7cc22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cc22


Comments

No comments written yet.

Please login to write comment.