Color Hex Logo

#d09910 Color Hex

#D09910
(208,153,16)
0 Favorites   0 Comments

Color spaces of #d09910

RGB 20815316
HSL0.120.860.44
HSV43°92°82°
CMYK 0.000.260.92   0.18
XYZ37.497236.22985.5069
Yxy36.22980.47320.4573
Hunter Lab60.19125.865236.7094
CIE-Lab66.695110.266168.6152

#d09910 color RGB value is (208,153,16).

#d09910 hex color red value is 208, green value is 153 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d09910 hue: 0.12 , saturation: 0.86 and the lightness value of d09910 is 0.44.

The process color (four color CMYK) of #d09910 color hex is 0.00, 0.26, 0.92, 0.18. Web safe color of #d09910 is #cc9900. Color #d09910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 00010000
Octal 320 231 20
Decimal 208 153 16
Hex D0 99 10

RGB Percentages of Color #d09910

%55.17
%40.58
%4.24

CMYK Percentages of Color #d09910

%0
%26
%92
%18

Triadic Colors of #d09910

#d09910 #10d099 #9910d0

Analogous Colors of #d09910

#d09910 #a7d010 #d03910

Monochromatic Colors of #d09910

#d09910

Complementary Color

#d09910 #1047d0

#d09910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09910 Color CSS Codes

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

#d09910 Text Font Color

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

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


#d09910 Background Color

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

This div background color is #d09910


#d09910 Border Color

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

This div border color is #d09910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09910


Comments

No comments written yet.

Please login to write comment.