Color Hex Logo

#d3c222 Color Hex

#D3C222
(211,194,34)
0 Favorites   0 Comments

Color spaces of #d3c222

RGB 21119434
HSL0.150.720.48
HSV54°84°83°
CMYK 0.000.080.84   0.17
XYZ46.444552.54809.2083
Yxy52.54800.42920.4857
Hunter Lab72.4900-12.492243.2115
CIE-Lab77.6074-9.656273.6038

#d3c222 color RGB value is (211,194,34).

#d3c222 hex color red value is 211, green value is 194 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #d3c222 hue: 0.15 , saturation: 0.72 and the lightness value of d3c222 is 0.48.

The process color (four color CMYK) of #d3c222 color hex is 0.00, 0.08, 0.84, 0.17. Web safe color of #d3c222 is #cccc33. Color #d3c222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11000010 00100010
Octal 323 302 42
Decimal 211 194 34
Hex D3 C2 22

RGB Percentages of Color #d3c222

%48.06
%44.19
%7.74

CMYK Percentages of Color #d3c222

%0
%8
%84
%17

Triadic Colors of #d3c222

#d3c222 #22d3c2 #c222d3

Analogous Colors of #d3c222

#d3c222 #8cd322 #d36a22

Monochromatic Colors of #d3c222

#d3c222

Complementary Color

#d3c222 #2233d3

#d3c222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3c222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3c222 Color CSS Codes

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

#d3c222 Text Font Color

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

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


#d3c222 Background Color

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

This div background color is #d3c222


#d3c222 Border Color

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

This div border color is #d3c222


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,194,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 #d3c222">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3c222


Comments

No comments written yet.

Please login to write comment.