color codes Logo

#d1a21d color codes

#D1A21D
(209,162,29)
0 Favorites   0 Comments

Color spaces of #d1a21d

RGB 20916229
HSL0.120.760.47
HSV44°86°82°
CMYK 0.000.220.86   0.18
XYZ39.436639.48476.7052
Yxy39.48470.46060.4611
Hunter Lab62.83692.062737.6591
CIE-Lab69.10096.112667.7463

#d1a21d color RGB value is (209,162,29).

#d1a21d hex color red value is 209, green value is 162 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d1a21d hue: 0.12 , saturation: 0.76 and the lightness value of d1a21d is 0.47.

The process color (four color CMYK) of #d1a21d color code is 0.00, 0.22, 0.86, 0.18. Web safe color of #d1a21d is #cc9933. Color #d1a21d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10100010 00011101
Octal 321 242 35
Decimal 209 162 29
Hex D1 A2 1D

RGB Percentages of Color #d1a21d

%52.25
%40.50
%7.25

CMYK Percentages of Color #d1a21d

%0
%22
%86
%18

Triadic Colors of #d1a21d

#d1a21d #1dd1a2 #a21dd1

Analogous Colors of #d1a21d

#d1a21d #a6d11d #d1481d

Monochromatic Colors of #d1a21d

#d1a21d

Complementary Color

#d1a21d #1d4cd1

#d1a21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1a21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1a21d Color CSS Codes

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

#d1a21d Text Font Color

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

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


#d1a21d Background Color

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

This div background color is #d1a21d


#d1a21d Border Color

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

This div border color is #d1a21d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,162,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1a21d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1a21d;
  -webkit-box-shadow: 1px 1px 3px 2px #d1a21d;
  box-shadow:         1px 1px 3px 2px #d1a21d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,162,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1a21d


Comments

No comments written yet.

Please login to write comment.