Color Hex Logo

#dfb930 Color Hex

#DFB930
(223,185,48)
0 Favorites   0 Comments

Color spaces of #dfb930

RGB 22318548
HSL0.130.730.53
HSV47°78°87°
CMYK 0.000.170.78   0.13
XYZ48.313950.599310.0165
Yxy50.59930.44350.4645
Hunter Lab71.1332-3.245341.4444
CIE-Lab76.43560.608869.0869

#dfb930 color RGB value is (223,185,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00110000
Octal 337 271 60
Decimal 223 185 48
Hex DF B9 30

RGB Percentages of Color #dfb930

%48.90
%40.57
%10.53

CMYK Percentages of Color #dfb930

%0
%17
%78
%13

Triadic Colors of #dfb930

#dfb930 #30dfb9 #b930df

Analogous Colors of #dfb930

#dfb930 #aedf30 #df6130

Monochromatic Colors of #dfb930

#dfb930

Complementary Color

#dfb930 #3056df

#dfb930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb930 Color CSS Codes

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

#dfb930 Text Font Color

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

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


#dfb930 Background Color

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

This div background color is #dfb930


#dfb930 Border Color

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

This div border color is #dfb930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb930


Comments

No comments written yet.

Please login to write comment.