Color Hex Logo

#d0d061 Color Hex

#D0D061
(208,208,97)
0 Favorites   0 Comments

Color spaces of #d0d061

RGB 20820897
HSL0.170.540.60
HSV60°53°82°
CMYK 0.000.000.53   0.18
XYZ50.726059.384720.0981
Yxy59.38470.38960.4561
Hunter Lab77.0615-17.359338.4798
CIE-Lab81.5026-14.698354.2329

#d0d061 color RGB value is (208,208,97).

#d0d061 hex color red value is 208, green value is 208 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d0d061 hue: 0.17 , saturation: 0.54 and the lightness value of d0d061 is 0.60.

The process color (four color CMYK) of #d0d061 color hex is 0.00, 0.00, 0.53, 0.18. Web safe color of #d0d061 is #cccc66. Color #d0d061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11010000 01100001
Octal 320 320 141
Decimal 208 208 97
Hex D0 D0 61

RGB Percentages of Color #d0d061

%40.55
%40.55
%18.91

CMYK Percentages of Color #d0d061

%0
%0
%53
%18

Triadic Colors of #d0d061

#d0d061 #61d0d0 #d061d0

Analogous Colors of #d0d061

#d0d061 #99d061 #d09961

Monochromatic Colors of #d0d061

#d0d061

Complementary Color

#d0d061 #6161d0

#d0d061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0d061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0d061 Color CSS Codes

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

#d0d061 Text Font Color

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

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


#d0d061 Background Color

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

This div background color is #d0d061


#d0d061 Border Color

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

This div border color is #d0d061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,208,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0d061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0d061;
  -webkit-box-shadow: 1px 1px 3px 2px #d0d061;
  box-shadow:         1px 1px 3px 2px #d0d061; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0d061


Comments

No comments written yet.

Please login to write comment.