Color Hex Logo

#d6c24f Color Hex

#D6C24F
(214,194,79)
0 Favorites   0 Comments

Color spaces of #d6c24f

RGB 21419479
HSL0.140.620.57
HSV51°63°84°
CMYK 0.000.090.63   0.16
XYZ48.434653.444215.1601
Yxy53.44420.41380.4566
Hunter Lab73.1055-9.673138.8787
CIE-Lab78.1365-6.390658.6445

#d6c24f color RGB value is (214,194,79).

#d6c24f hex color red value is 214, green value is 194 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d6c24f hue: 0.14 , saturation: 0.62 and the lightness value of d6c24f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11000010 01001111
Octal 326 302 117
Decimal 214 194 79
Hex D6 C2 4F

RGB Percentages of Color #d6c24f

%43.94
%39.84
%16.22

CMYK Percentages of Color #d6c24f

%0
%9
%63
%16

Triadic Colors of #d6c24f

#d6c24f #4fd6c2 #c24fd6

Analogous Colors of #d6c24f

#d6c24f #a7d64f #d67f4f

Monochromatic Colors of #d6c24f

#d6c24f

Complementary Color

#d6c24f #4f63d6

#d6c24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6c24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6c24f Color CSS Codes

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

#d6c24f Text Font Color

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

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


#d6c24f Background Color

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

This div background color is #d6c24f


#d6c24f Border Color

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

This div border color is #d6c24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c24f


Comments

No comments written yet.

Please login to write comment.