Color Hex Logo

#dfb910 Color Hex

#DFB910
(223,185,16)
0 Favorites   0 Comments

Color spaces of #dfb910

RGB 22318516
HSL0.140.870.47
HSV49°93°87°
CMYK 0.000.170.93   0.13
XYZ47.873950.42337.6997
Yxy50.42330.45170.4757
Hunter Lab71.0094-3.923243.2776
CIE-Lab76.3284-0.143876.4813

#dfb910 color RGB value is (223,185,16).

#dfb910 hex color red value is 223, green value is 185 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dfb910 hue: 0.14 , saturation: 0.87 and the lightness value of dfb910 is 0.47.

The process color (four color CMYK) of #dfb910 color hex is 0.00, 0.17, 0.93, 0.13. Web safe color of #dfb910 is #cccc00. Color #dfb910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00010000
Octal 337 271 20
Decimal 223 185 16
Hex DF B9 10

RGB Percentages of Color #dfb910

%52.59
%43.63
%3.77

CMYK Percentages of Color #dfb910

%0
%17
%93
%13

Triadic Colors of #dfb910

#dfb910 #10dfb9 #b910df

Analogous Colors of #dfb910

#dfb910 #9edf10 #df5110

Monochromatic Colors of #dfb910

#dfb910

Complementary Color

#dfb910 #1036df

#dfb910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb910 Color CSS Codes

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

#dfb910 Text Font Color

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

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


#dfb910 Background Color

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

This div background color is #dfb910


#dfb910 Border Color

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

This div border color is #dfb910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb910


Comments

No comments written yet.

Please login to write comment.