Color Hex Logo

#d2c13b Color Hex

#D2C13B
(210,193,59)
0 Favorites   0 Comments

Color spaces of #d2c13b

RGB 21019359
HSL0.150.630.53
HSV53°72°82°
CMYK 0.000.080.72   0.18
XYZ46.437752.157311.7575
Yxy52.15730.42080.4726
Hunter Lab72.2200-11.608940.9015
CIE-Lab77.3748-8.673065.7520

#d2c13b color RGB value is (210,193,59).

#d2c13b hex color red value is 210, green value is 193 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #d2c13b hue: 0.15 , saturation: 0.63 and the lightness value of d2c13b is 0.53.

The process color (four color CMYK) of #d2c13b color hex is 0.00, 0.08, 0.72, 0.18. Web safe color of #d2c13b is #cccc33. Color #d2c13b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11000001 00111011
Octal 322 301 73
Decimal 210 193 59
Hex D2 C1 3B

RGB Percentages of Color #d2c13b

%45.45
%41.77
%12.77

CMYK Percentages of Color #d2c13b

%0
%8
%72
%18

Triadic Colors of #d2c13b

#d2c13b #3bd2c1 #c13bd2

Analogous Colors of #d2c13b

#d2c13b #98d23b #d2763b

Monochromatic Colors of #d2c13b

#d2c13b

Complementary Color

#d2c13b #3b4cd2

#d2c13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c13b Color CSS Codes

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

#d2c13b Text Font Color

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

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


#d2c13b Background Color

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

This div background color is #d2c13b


#d2c13b Border Color

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

This div border color is #d2c13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c13b


Comments

No comments written yet.

Please login to write comment.