Color Hex Logo

#d9670b Color Hex

#D9670B
(217,103,11)
0 Favorites   0 Comments

Color spaces of #d9670b

RGB 21710311
HSL0.070.900.45
HSV27°95°85°
CMYK 0.000.530.95   0.15
XYZ33.525924.47643.2740
Yxy24.47640.54710.3994
Hunter Lab49.473634.382030.7079
CIE-Lab56.561740.512962.9141

#d9670b color RGB value is (217,103,11).

#d9670b hex color red value is 217, green value is 103 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d9670b hue: 0.07 , saturation: 0.90 and the lightness value of d9670b is 0.45.

The process color (four color CMYK) of #d9670b color hex is 0.00, 0.53, 0.95, 0.15. Web safe color of #d9670b is #cc6600. Color #d9670b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100111 00001011
Octal 331 147 13
Decimal 217 103 11
Hex D9 67 B

RGB Percentages of Color #d9670b

%65.56
%31.12
%3.32

CMYK Percentages of Color #d9670b

%0
%53
%95
%15

Triadic Colors of #d9670b

#d9670b #0bd967 #670bd9

Analogous Colors of #d9670b

#d9670b #d9ce0b #d90b16

Monochromatic Colors of #d9670b

#d9670b

Complementary Color

#d9670b #0b7dd9

#d9670b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9670b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9670b Color CSS Codes

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

#d9670b Text Font Color

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

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


#d9670b Background Color

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

This div background color is #d9670b


#d9670b Border Color

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

This div border color is #d9670b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9670b


Comments

No comments written yet.

Please login to write comment.