Color Hex Logo

#d2c413 Color Hex

#D2C413
(210,196,19)
0 Favorites   0 Comments

Color spaces of #d2c413

RGB 21019619
HSL0.150.830.45
HSV56°91°82°
CMYK 0.000.070.91   0.18
XYZ46.435853.22858.4428
Yxy53.22850.42950.4924
Hunter Lab72.9579-14.065644.2094
CIE-Lab78.0097-11.415176.8008

#d2c413 color RGB value is (210,196,19).

#d2c413 hex color red value is 210, green value is 196 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d2c413 hue: 0.15 , saturation: 0.83 and the lightness value of d2c413 is 0.45.

The process color (four color CMYK) of #d2c413 color hex is 0.00, 0.07, 0.91, 0.18. Web safe color of #d2c413 is #cccc00. Color #d2c413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11000100 00010011
Octal 322 304 23
Decimal 210 196 19
Hex D2 C4 13

RGB Percentages of Color #d2c413

%49.41
%46.12
%4.47

CMYK Percentages of Color #d2c413

%0
%7
%91
%18

Triadic Colors of #d2c413

#d2c413 #13d2c4 #c413d2

Analogous Colors of #d2c413

#d2c413 #81d213 #d26513

Monochromatic Colors of #d2c413

#d2c413

Complementary Color

#d2c413 #1321d2

#d2c413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c413 Color CSS Codes

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

#d2c413 Text Font Color

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

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


#d2c413 Background Color

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

This div background color is #d2c413


#d2c413 Border Color

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

This div border color is #d2c413


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,196,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2c413; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2c413;
  -webkit-box-shadow: 1px 1px 3px 2px #d2c413;
  box-shadow:         1px 1px 3px 2px #d2c413; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,196,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c413


Comments

No comments written yet.

Please login to write comment.