color codes Logo

#d1c47d color codes

#D1C47D
(209,196,125)
0 Favorites   0 Comments

Color spaces of #d1c47d

RGB 209196125
HSL0.140.480.65
HSV51°40°82°
CMYK 0.000.060.40   0.18
XYZ49.736154.515827.3033
Yxy54.51580.37810.4144
Hunter Lab73.8348-8.971029.7596
CIE-Lab78.7615-5.539037.2626

#d1c47d color RGB value is (209,196,125).

#d1c47d hex color red value is 209, green value is 196 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d1c47d hue: 0.14 , saturation: 0.48 and the lightness value of d1c47d is 0.65.

The process color (four color CMYK) of #d1c47d color code is 0.00, 0.06, 0.40, 0.18. Web safe color of #d1c47d is #cccc66. Color #d1c47d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11000100 01111101
Octal 321 304 175
Decimal 209 196 125
Hex D1 C4 7D

RGB Percentages of Color #d1c47d

%39.43
%36.98
%23.58

CMYK Percentages of Color #d1c47d

%0
%6
%40
%18

Triadic Colors of #d1c47d

#d1c47d #7dd1c4 #c47dd1

Analogous Colors of #d1c47d

#d1c47d #b4d17d #d19a7d

Monochromatic Colors of #d1c47d

#d1c47d

Complementary Color

#d1c47d #7d8ad1

#d1c47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1c47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1c47d Color CSS Codes

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

#d1c47d Text Font Color

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

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


#d1c47d Background Color

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

This div background color is #d1c47d


#d1c47d Border Color

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

This div border color is #d1c47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1c47d


Comments

No comments written yet.

Please login to write comment.