Color Hex Logo

#d5c274 Color Hex

#D5C274
(213,194,116)
0 Favorites   0 Comments

Color spaces of #d5c274

RGB 213194116
HSL0.130.540.65
HSV48°46°84°
CMYK 0.000.090.46   0.16
XYZ49.884753.990724.3150
Yxy53.99070.38910.4212
Hunter Lab73.4784-7.402931.8150
CIE-Lab78.4563-3.822541.5164

#d5c274 color RGB value is (213,194,116).

#d5c274 hex color red value is 213, green value is 194 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d5c274 hue: 0.13 , saturation: 0.54 and the lightness value of d5c274 is 0.65.

The process color (four color CMYK) of #d5c274 color hex is 0.00, 0.09, 0.46, 0.16. Web safe color of #d5c274 is #cccc66. Color #d5c274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11000010 01110100
Octal 325 302 164
Decimal 213 194 116
Hex D5 C2 74

RGB Percentages of Color #d5c274

%40.73
%37.09
%22.18

CMYK Percentages of Color #d5c274

%0
%9
%46
%16

Triadic Colors of #d5c274

#d5c274 #74d5c2 #c274d5

Analogous Colors of #d5c274

#d5c274 #b8d574 #d59274

Monochromatic Colors of #d5c274

#d5c274

Complementary Color

#d5c274 #7487d5

#d5c274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5c274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5c274 Color CSS Codes

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

#d5c274 Text Font Color

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

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


#d5c274 Background Color

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

This div background color is #d5c274


#d5c274 Border Color

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

This div border color is #d5c274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c274


Comments

No comments written yet.

Please login to write comment.