Color Hex Logo

#d1c272 Color Hex

#D1C272
(209,194,114)
0 Favorites   0 Comments

Color spaces of #d1c272

RGB 209194114
HSL0.140.510.63
HSV51°45°82°
CMYK 0.000.070.45   0.18
XYZ48.623553.353823.6552
Yxy53.35380.38700.4247
Hunter Lab73.0437-9.003131.9295
CIE-Lab78.0834-5.643241.9811

#d1c272 color RGB value is (209,194,114).

#d1c272 hex color red value is 209, green value is 194 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d1c272 hue: 0.14 , saturation: 0.51 and the lightness value of d1c272 is 0.63.

The process color (four color CMYK) of #d1c272 color hex is 0.00, 0.07, 0.45, 0.18. Web safe color of #d1c272 is #cccc66. Color #d1c272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11000010 01110010
Octal 321 302 162
Decimal 209 194 114
Hex D1 C2 72

RGB Percentages of Color #d1c272

%40.43
%37.52
%22.05

CMYK Percentages of Color #d1c272

%0
%7
%45
%18

Triadic Colors of #d1c272

#d1c272 #72d1c2 #c272d1

Analogous Colors of #d1c272

#d1c272 #b1d172 #d19372

Monochromatic Colors of #d1c272

#d1c272

Complementary Color

#d1c272 #7281d1

#d1c272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1c272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1c272 Color CSS Codes

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

#d1c272 Text Font Color

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

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


#d1c272 Background Color

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

This div background color is #d1c272


#d1c272 Border Color

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

This div border color is #d1c272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1c272


Comments

No comments written yet.

Please login to write comment.