Color Hex Logo

#dfb216 Color Hex

#DFB216
(223,178,22)
0 Favorites   0 Comments

Color spaces of #dfb216

RGB 22317822
HSL0.130.820.48
HSV47°90°87°
CMYK 0.000.200.90   0.13
XYZ46.496647.58677.4936
Yxy47.58670.45770.4685
Hunter Lab68.9831-0.406341.8475
CIE-Lab74.56353.611174.1830

#dfb216 color RGB value is (223,178,22).

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

The process color (four color CMYK) of #dfb216 color hex is 0.00, 0.20, 0.90, 0.13. Web safe color of #dfb216 is #cc9900. Color #dfb216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 00010110
Octal 337 262 26
Decimal 223 178 22
Hex DF B2 16

RGB Percentages of Color #dfb216

%52.72
%42.08
%5.20

CMYK Percentages of Color #dfb216

%0
%20
%90
%13

Triadic Colors of #dfb216

#dfb216 #16dfb2 #b216df

Analogous Colors of #dfb216

#dfb216 #a8df16 #df4e16

Monochromatic Colors of #dfb216

#dfb216

Complementary Color

#dfb216 #1643df

#dfb216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb216 Color CSS Codes

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

#dfb216 Text Font Color

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

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


#dfb216 Background Color

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

This div background color is #dfb216


#dfb216 Border Color

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

This div border color is #dfb216


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,178,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 #dfb216">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb216


Comments

No comments written yet.

Please login to write comment.