Color Hex Logo

#d98512 Color Hex

#D98512
(217,133,18)
0 Favorites   0 Comments

Color spaces of #d98512

RGB 21713318
HSL0.100.850.46
HSV35°92°85°
CMYK 0.000.390.92   0.15
XYZ37.112031.57044.7100
Yxy31.57040.50570.4302
Hunter Lab56.187519.571534.3612
CIE-Lab62.986224.992765.9756

#d98512 color RGB value is (217,133,18).

#d98512 hex color red value is 217, green value is 133 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d98512 hue: 0.10 , saturation: 0.85 and the lightness value of d98512 is 0.46.

The process color (four color CMYK) of #d98512 color hex is 0.00, 0.39, 0.92, 0.15. Web safe color of #d98512 is #cc9900. Color #d98512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000101 00010010
Octal 331 205 22
Decimal 217 133 18
Hex D9 85 12

RGB Percentages of Color #d98512

%58.97
%36.14
%4.89

CMYK Percentages of Color #d98512

%0
%39
%92
%15

Triadic Colors of #d98512

#d98512 #12d985 #8512d9

Analogous Colors of #d98512

#d98512 #cad912 #d92212

Monochromatic Colors of #d98512

#d98512

Complementary Color

#d98512 #1266d9

#d98512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98512 Color CSS Codes

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

#d98512 Text Font Color

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

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


#d98512 Background Color

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

This div background color is #d98512


#d98512 Border Color

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

This div border color is #d98512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98512


Comments

No comments written yet.

Please login to write comment.