Color Hex Logo

#d8c631 Color Hex

#D8C631
(216,198,49)
0 Favorites   0 Comments

Color spaces of #d8c631

RGB 21619849
HSL0.150.680.52
HSV54°77°85°
CMYK 0.000.080.77   0.15
XYZ49.067455.208810.9760
Yxy55.20880.42570.4790
Hunter Lab74.3026-12.153143.2535
CIE-Lab79.1614-9.076370.9910

#d8c631 color RGB value is (216,198,49).

#d8c631 hex color red value is 216, green value is 198 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #d8c631 hue: 0.15 , saturation: 0.68 and the lightness value of d8c631 is 0.52.

The process color (four color CMYK) of #d8c631 color hex is 0.00, 0.08, 0.77, 0.15. Web safe color of #d8c631 is #cccc33. Color #d8c631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11000110 00110001
Octal 330 306 61
Decimal 216 198 49
Hex D8 C6 31

RGB Percentages of Color #d8c631

%46.65
%42.76
%10.58

CMYK Percentages of Color #d8c631

%0
%8
%77
%15

Triadic Colors of #d8c631

#d8c631 #31d8c6 #c631d8

Analogous Colors of #d8c631

#d8c631 #97d831 #d87331

Monochromatic Colors of #d8c631

#d8c631

Complementary Color

#d8c631 #3143d8

#d8c631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8c631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8c631 Color CSS Codes

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

#d8c631 Text Font Color

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

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


#d8c631 Background Color

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

This div background color is #d8c631


#d8c631 Border Color

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

This div border color is #d8c631


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,198,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8c631; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8c631;
  -webkit-box-shadow: 1px 1px 3px 2px #d8c631;
  box-shadow:         1px 1px 3px 2px #d8c631; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,198,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c631


Comments

No comments written yet.

Please login to write comment.