color codes Logo

#d8770a color codes

#D8770A
(216,119,10)
0 Favorites   0 Comments

Color spaces of #d8770a

RGB 21611910
HSL0.090.910.44
HSV32°95°85°
CMYK 0.000.450.95   0.15
XYZ34.970527.81453.8127
Yxy27.81450.52510.4176
Hunter Lab52.739526.065832.6314
CIE-Lab59.720831.898965.1215

#d8770a color RGB value is (216,119,10).

#d8770a hex color red value is 216, green value is 119 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d8770a hue: 0.09 , saturation: 0.91 and the lightness value of d8770a is 0.44.

The process color (four color CMYK) of #d8770a color code is 0.00, 0.45, 0.95, 0.15. Web safe color of #d8770a is #cc6600. Color #d8770a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110111 00001010
Octal 330 167 12
Decimal 216 119 10
Hex D8 77 A

RGB Percentages of Color #d8770a

%62.61
%34.49
%2.90

CMYK Percentages of Color #d8770a

%0
%45
%95
%15

Triadic Colors of #d8770a

#d8770a #0ad877 #770ad8

Analogous Colors of #d8770a

#d8770a #d2d80a #d8100a

Monochromatic Colors of #d8770a

#d8770a

Complementary Color

#d8770a #0a6bd8

#d8770a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8770a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8770a Color CSS Codes

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

#d8770a Text Font Color

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

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


#d8770a Background Color

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

This div background color is #d8770a


#d8770a Border Color

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

This div border color is #d8770a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,119,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8770a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8770a;
  -webkit-box-shadow: 1px 1px 3px 2px #d8770a;
  box-shadow:         1px 1px 3px 2px #d8770a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8770a


Comments

No comments written yet.

Please login to write comment.