Color Hex Logo

#dfb925 Color Hex

#DFB925
(223,185,37)
0 Favorites   0 Comments

Color spaces of #dfb925

RGB 22318537
HSL0.130.740.51
HSV48°83°87°
CMYK 0.000.170.83   0.13
XYZ48.114350.51958.9656
Yxy50.51950.44720.4695
Hunter Lab71.0771-3.552642.2752
CIE-Lab76.38700.268172.2779

#dfb925 color RGB value is (223,185,37).

#dfb925 hex color red value is 223, green value is 185 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dfb925 hue: 0.13 , saturation: 0.74 and the lightness value of dfb925 is 0.51.

The process color (four color CMYK) of #dfb925 color hex is 0.00, 0.17, 0.83, 0.13. Web safe color of #dfb925 is #cccc33. Color #dfb925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00100101
Octal 337 271 45
Decimal 223 185 37
Hex DF B9 25

RGB Percentages of Color #dfb925

%50.11
%41.57
%8.31

CMYK Percentages of Color #dfb925

%0
%17
%83
%13

Triadic Colors of #dfb925

#dfb925 #25dfb9 #b925df

Analogous Colors of #dfb925

#dfb925 #a8df25 #df5c25

Monochromatic Colors of #dfb925

#dfb925

Complementary Color

#dfb925 #254bdf

#dfb925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb925 Color CSS Codes

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

#dfb925 Text Font Color

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

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


#dfb925 Background Color

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

This div background color is #dfb925


#dfb925 Border Color

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

This div border color is #dfb925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb925


Comments

No comments written yet.

Please login to write comment.