Color Hex Logo

#dfb82d Color Hex

#DFB82D
(223,184,45)
0 Favorites   0 Comments

Color spaces of #dfb82d

RGB 22318445
HSL0.130.740.53
HSV47°80°87°
CMYK 0.000.170.80   0.13
XYZ48.045650.15849.6319
Yxy50.15840.44550.4651
Hunter Lab70.8226-2.846341.5124
CIE-Lab76.16641.029469.7933

#dfb82d color RGB value is (223,184,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00101101
Octal 337 270 55
Decimal 223 184 45
Hex DF B8 2D

RGB Percentages of Color #dfb82d

%49.34
%40.71
%9.96

CMYK Percentages of Color #dfb82d

%0
%17
%80
%13

Triadic Colors of #dfb82d

#dfb82d #2ddfb8 #b82ddf

Analogous Colors of #dfb82d

#dfb82d #addf2d #df5f2d

Monochromatic Colors of #dfb82d

#dfb82d

Complementary Color

#dfb82d #2d54df

#dfb82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb82d Color CSS Codes

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

#dfb82d Text Font Color

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

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


#dfb82d Background Color

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

This div background color is #dfb82d


#dfb82d Border Color

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

This div border color is #dfb82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb82d


Comments

No comments written yet.

Please login to write comment.