Color Hex Logo

#dfb828 Color Hex

#DFB828
(223,184,40)
0 Favorites   0 Comments

Color spaces of #dfb828

RGB 22318440
HSL0.130.740.52
HSV47°82°87°
CMYK 0.000.170.82   0.13
XYZ47.954950.12229.1545
Yxy50.12220.44720.4674
Hunter Lab70.7970-2.986541.8914
CIE-Lab76.14420.874271.2524

#dfb828 color RGB value is (223,184,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00101000
Octal 337 270 50
Decimal 223 184 40
Hex DF B8 28

RGB Percentages of Color #dfb828

%49.89
%41.16
%8.95

CMYK Percentages of Color #dfb828

%0
%17
%82
%13

Triadic Colors of #dfb828

#dfb828 #28dfb8 #b828df

Analogous Colors of #dfb828

#dfb828 #abdf28 #df5d28

Monochromatic Colors of #dfb828

#dfb828

Complementary Color

#dfb828 #284fdf

#dfb828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb828 Color CSS Codes

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

#dfb828 Text Font Color

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

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


#dfb828 Background Color

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

This div background color is #dfb828


#dfb828 Border Color

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

This div border color is #dfb828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb828


Comments

No comments written yet.

Please login to write comment.