Color Hex Logo

#d1c148 Color Hex

#D1C148
(209,193,72)
0 Favorites   0 Comments

Color spaces of #d1c148

RGB 20919372
HSL0.150.600.55
HSV53°66°82°
CMYK 0.000.080.66   0.18
XYZ46.534252.163113.7468
Yxy52.16310.41380.4639
Hunter Lab72.2240-11.383939.2718
CIE-Lab77.3783-8.415360.6640

#d1c148 color RGB value is (209,193,72).

#d1c148 hex color red value is 209, green value is 193 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d1c148 hue: 0.15 , saturation: 0.60 and the lightness value of d1c148 is 0.55.

The process color (four color CMYK) of #d1c148 color hex is 0.00, 0.08, 0.66, 0.18. Web safe color of #d1c148 is #cccc33. Color #d1c148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11000001 01001000
Octal 321 301 110
Decimal 209 193 72
Hex D1 C1 48

RGB Percentages of Color #d1c148

%44.09
%40.72
%15.19

CMYK Percentages of Color #d1c148

%0
%8
%66
%18

Triadic Colors of #d1c148

#d1c148 #48d1c1 #c148d1

Analogous Colors of #d1c148

#d1c148 #9dd148 #d17d48

Monochromatic Colors of #d1c148

#d1c148

Complementary Color

#d1c148 #4858d1

#d1c148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1c148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1c148 Color CSS Codes

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

#d1c148 Text Font Color

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

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


#d1c148 Background Color

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

This div background color is #d1c148


#d1c148 Border Color

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

This div border color is #d1c148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1c148


Comments

No comments written yet.

Please login to write comment.