Color Hex Logo

#d6c21f Color Hex

#D6C21F
(214,194,31)
0 Favorites   0 Comments

Color spaces of #d6c21f

RGB 21419431
HSL0.150.750.48
HSV53°86°84°
CMYK 0.000.090.86   0.16
XYZ47.270752.97869.0308
Yxy52.97860.43260.4848
Hunter Lab72.7864-11.450443.5942
CIE-Lab77.8624-8.433874.6111

#d6c21f color RGB value is (214,194,31).

#d6c21f hex color red value is 214, green value is 194 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d6c21f hue: 0.15 , saturation: 0.75 and the lightness value of d6c21f is 0.48.

The process color (four color CMYK) of #d6c21f color hex is 0.00, 0.09, 0.86, 0.16. Web safe color of #d6c21f is #cccc33. Color #d6c21f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11000010 00011111
Octal 326 302 37
Decimal 214 194 31
Hex D6 C2 1F

RGB Percentages of Color #d6c21f

%48.75
%44.19
%7.06

CMYK Percentages of Color #d6c21f

%0
%9
%86
%16

Triadic Colors of #d6c21f

#d6c21f #1fd6c2 #c21fd6

Analogous Colors of #d6c21f

#d6c21f #8fd61f #d6671f

Monochromatic Colors of #d6c21f

#d6c21f

Complementary Color

#d6c21f #1f33d6

#d6c21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6c21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6c21f Color CSS Codes

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

#d6c21f Text Font Color

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

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


#d6c21f Background Color

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

This div background color is #d6c21f


#d6c21f Border Color

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

This div border color is #d6c21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c21f


Comments

No comments written yet.

Please login to write comment.