Color Hex Logo

#d9c046 Color Hex

#D9C046
(217,192,70)
0 Favorites   0 Comments

Color spaces of #d9c046

RGB 21719270
HSL0.140.660.56
HSV50°68°85°
CMYK 0.000.120.68   0.15
XYZ48.570452.893213.4438
Yxy52.89320.42270.4603
Hunter Lab72.7277-8.064239.9496
CIE-Lab77.8119-4.618462.1543

#d9c046 color RGB value is (217,192,70).

#d9c046 hex color red value is 217, green value is 192 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d9c046 hue: 0.14 , saturation: 0.66 and the lightness value of d9c046 is 0.56.

The process color (four color CMYK) of #d9c046 color hex is 0.00, 0.12, 0.68, 0.15. Web safe color of #d9c046 is #cccc33. Color #d9c046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11000000 01000110
Octal 331 300 106
Decimal 217 192 70
Hex D9 C0 46

RGB Percentages of Color #d9c046

%45.30
%40.08
%14.61

CMYK Percentages of Color #d9c046

%0
%12
%68
%15

Triadic Colors of #d9c046

#d9c046 #46d9c0 #c046d9

Analogous Colors of #d9c046

#d9c046 #a9d946 #d97746

Monochromatic Colors of #d9c046

#d9c046

Complementary Color

#d9c046 #465fd9

#d9c046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9c046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9c046 Color CSS Codes

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

#d9c046 Text Font Color

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

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


#d9c046 Background Color

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

This div background color is #d9c046


#d9c046 Border Color

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

This div border color is #d9c046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9c046


Comments

No comments written yet.

Please login to write comment.