Color Hex Logo

#d9b903 Color Hex

#D9B903
(217,185,3)
0 Favorites   0 Comments

Color spaces of #d9b903

RGB 2171853
HSL0.140.970.43
HSV51°99°85°
CMYK 0.000.150.99   0.15
XYZ45.980749.45627.2087
Yxy49.45620.44800.4818
Hunter Lab70.3251-6.360243.1500
CIE-Lab75.7343-2.897877.2537

#d9b903 color RGB value is (217,185,3).

#d9b903 hex color red value is 217, green value is 185 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d9b903 hue: 0.14 , saturation: 0.97 and the lightness value of d9b903 is 0.43.

The process color (four color CMYK) of #d9b903 color hex is 0.00, 0.15, 0.99, 0.15. Web safe color of #d9b903 is #cccc00. Color #d9b903 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111001 00000011
Octal 331 271 3
Decimal 217 185 3
Hex D9 B9 3

RGB Percentages of Color #d9b903

%53.58
%45.68
%0.74

CMYK Percentages of Color #d9b903

%0
%15
%99
%15

Triadic Colors of #d9b903

#d9b903 #03d9b9 #b903d9

Analogous Colors of #d9b903

#d9b903 #8ed903 #d94e03

Monochromatic Colors of #d9b903

#d9b903

Complementary Color

#d9b903 #0323d9

#d9b903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b903 Color CSS Codes

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

#d9b903 Text Font Color

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

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


#d9b903 Background Color

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

This div background color is #d9b903


#d9b903 Border Color

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

This div border color is #d9b903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b903


Comments

No comments written yet.

Please login to write comment.