Color Hex Logo

#d9c214 Color Hex

#D9C214
(217,194,20)
0 Favorites   0 Comments

Color spaces of #d9c214

RGB 21719420
HSL0.150.830.46
HSV53°91°85°
CMYK 0.000.110.91   0.15
XYZ48.033353.38588.4347
Yxy53.38580.43720.4860
Hunter Lab73.0656-10.518944.3015
CIE-Lab78.1022-7.348876.9876

#d9c214 color RGB value is (217,194,20).

#d9c214 hex color red value is 217, green value is 194 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d9c214 hue: 0.15 , saturation: 0.83 and the lightness value of d9c214 is 0.46.

The process color (four color CMYK) of #d9c214 color hex is 0.00, 0.11, 0.91, 0.15. Web safe color of #d9c214 is #cccc00. Color #d9c214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11000010 00010100
Octal 331 302 24
Decimal 217 194 20
Hex D9 C2 14

RGB Percentages of Color #d9c214

%50.35
%45.01
%4.64

CMYK Percentages of Color #d9c214

%0
%11
%91
%15

Triadic Colors of #d9c214

#d9c214 #14d9c2 #c214d9

Analogous Colors of #d9c214

#d9c214 #8ed914 #d96014

Monochromatic Colors of #d9c214

#d9c214

Complementary Color

#d9c214 #142bd9

#d9c214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9c214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9c214 Color CSS Codes

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

#d9c214 Text Font Color

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

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


#d9c214 Background Color

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

This div background color is #d9c214


#d9c214 Border Color

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

This div border color is #d9c214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9c214


Comments

No comments written yet.

Please login to write comment.