Color Hex Logo

#d8c634 Color Hex

#D8C634
(216,198,52)
0 Favorites   0 Comments

Color spaces of #d8c634

RGB 21619852
HSL0.150.680.53
HSV53°76°85°
CMYK 0.000.080.76   0.15
XYZ49.132855.235011.3207
Yxy55.23500.42470.4774
Hunter Lab74.3203-12.054942.9929
CIE-Lab79.1764-8.963170.0526

#d8c634 color RGB value is (216,198,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11000110 00110100
Octal 330 306 64
Decimal 216 198 52
Hex D8 C6 34

RGB Percentages of Color #d8c634

%46.35
%42.49
%11.16

CMYK Percentages of Color #d8c634

%0
%8
%76
%15

Triadic Colors of #d8c634

#d8c634 #34d8c6 #c634d8

Analogous Colors of #d8c634

#d8c634 #98d834 #d87434

Monochromatic Colors of #d8c634

#d8c634

Complementary Color

#d8c634 #3446d8

#d8c634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8c634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8c634 Color CSS Codes

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

#d8c634 Text Font Color

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

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


#d8c634 Background Color

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

This div background color is #d8c634


#d8c634 Border Color

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

This div border color is #d8c634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c634


Comments

No comments written yet.

Please login to write comment.