Color Hex Logo

#d96629 Color Hex

#D96629
(217,102,41)
0 Favorites   0 Comments

Color spaces of #d96629

RGB 21710241
HSL0.060.700.51
HSV21°81°85°
CMYK 0.000.530.81   0.15
XYZ33.766924.41465.0306
Yxy24.41460.53420.3862
Hunter Lab49.411135.515028.5514
CIE-Lab56.500541.620853.2353

#d96629 color RGB value is (217,102,41).

#d96629 hex color red value is 217, green value is 102 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d96629 hue: 0.06 , saturation: 0.70 and the lightness value of d96629 is 0.51.

The process color (four color CMYK) of #d96629 color hex is 0.00, 0.53, 0.81, 0.15. Web safe color of #d96629 is #cc6633. Color #d96629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 00101001
Octal 331 146 51
Decimal 217 102 41
Hex D9 66 29

RGB Percentages of Color #d96629

%60.28
%28.33
%11.39

CMYK Percentages of Color #d96629

%0
%53
%81
%15

Triadic Colors of #d96629

#d96629 #29d966 #6629d9

Analogous Colors of #d96629

#d96629 #d9be29 #d92944

Monochromatic Colors of #d96629

#d96629

Complementary Color

#d96629 #299cd9

#d96629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96629 Color CSS Codes

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

#d96629 Text Font Color

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

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


#d96629 Background Color

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

This div background color is #d96629


#d96629 Border Color

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

This div border color is #d96629


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,102,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d96629; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d96629;
  -webkit-box-shadow: 1px 1px 3px 2px #d96629;
  box-shadow:         1px 1px 3px 2px #d96629; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96629


Comments

No comments written yet.

Please login to write comment.