color codes Logo

#d2c60a color codes

#D2C60A
(210,198,10)
0 Favorites   0 Comments

Color spaces of #d2c60a

RGB 21019810
HSL0.160.910.43
HSV56°95°82°
CMYK 0.000.060.95   0.18
XYZ46.827254.11178.2637
Yxy54.11170.42880.4955
Hunter Lab73.5607-15.101744.8319
CIE-Lab78.5268-12.540678.2998

#d2c60a color RGB value is (210,198,10).

#d2c60a hex color red value is 210, green value is 198 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d2c60a hue: 0.16 , saturation: 0.91 and the lightness value of d2c60a is 0.43.

The process color (four color CMYK) of #d2c60a color code is 0.00, 0.06, 0.95, 0.18. Web safe color of #d2c60a is #cccc00. Color #d2c60a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11000110 00001010
Octal 322 306 12
Decimal 210 198 10
Hex D2 C6 A

RGB Percentages of Color #d2c60a

%50.24
%47.37
%2.39

CMYK Percentages of Color #d2c60a

%0
%6
%95
%18

Triadic Colors of #d2c60a

#d2c60a #0ad2c6 #c60ad2

Analogous Colors of #d2c60a

#d2c60a #7ad20a #d2620a

Monochromatic Colors of #d2c60a

#d2c60a

Complementary Color

#d2c60a #0a16d2

#d2c60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c60a Color CSS Codes

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

#d2c60a Text Font Color

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

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


#d2c60a Background Color

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

This div background color is #d2c60a


#d2c60a Border Color

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

This div border color is #d2c60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c60a


Comments

No comments written yet.

Please login to write comment.