Color Hex Logo

#d09410 Color Hex

#D09410
(208,148,16)
0 Favorites   0 Comments

Color spaces of #d09410

RGB 20814816
HSL0.110.860.44
HSV41°92°82°
CMYK 0.000.290.92   0.18
XYZ36.695934.62715.2398
Yxy34.62710.47930.4523
Hunter Lab58.84488.335135.9119
CIE-Lab65.457312.970667.6967

#d09410 color RGB value is (208,148,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010100 00010000
Octal 320 224 20
Decimal 208 148 16
Hex D0 94 10

RGB Percentages of Color #d09410

%55.91
%39.78
%4.30

CMYK Percentages of Color #d09410

%0
%29
%92
%18

Triadic Colors of #d09410

#d09410 #10d094 #9410d0

Analogous Colors of #d09410

#d09410 #acd010 #d03410

Monochromatic Colors of #d09410

#d09410

Complementary Color

#d09410 #104cd0

#d09410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09410 Color CSS Codes

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

#d09410 Text Font Color

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

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


#d09410 Background Color

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

This div background color is #d09410


#d09410 Border Color

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

This div border color is #d09410


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,148,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 #d09410">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09410


Comments

No comments written yet.

Please login to write comment.