Color Hex Logo

#dfb816 Color Hex

#DFB816
(223,184,22)
0 Favorites   0 Comments

Color spaces of #dfb816

RGB 22318422
HSL0.130.820.48
HSV48°90°87°
CMYK 0.000.170.90   0.13
XYZ47.716750.02697.9003
Yxy50.02690.45170.4735
Hunter Lab70.7297-3.354742.8883
CIE-Lab76.08580.465975.3509

#dfb816 color RGB value is (223,184,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00010110
Octal 337 270 26
Decimal 223 184 22
Hex DF B8 16

RGB Percentages of Color #dfb816

%51.98
%42.89
%5.13

CMYK Percentages of Color #dfb816

%0
%17
%90
%13

Triadic Colors of #dfb816

#dfb816 #16dfb8 #b816df

Analogous Colors of #dfb816

#dfb816 #a2df16 #df5416

Monochromatic Colors of #dfb816

#dfb816

Complementary Color

#dfb816 #163ddf

#dfb816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb816 Color CSS Codes

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

#dfb816 Text Font Color

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

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


#dfb816 Background Color

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

This div background color is #dfb816


#dfb816 Border Color

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

This div border color is #dfb816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb816


Comments

No comments written yet.

Please login to write comment.