Color Hex Logo

#dfb826 Color Hex

#DFB826
(223,184,38)
0 Favorites   0 Comments

Color spaces of #dfb826

RGB 22318438
HSL0.130.740.51
HSV47°83°87°
CMYK 0.000.170.83   0.13
XYZ47.921850.10898.9800
Yxy50.10890.44780.4683
Hunter Lab70.7876-3.037542.0299
CIE-Lab76.13610.817771.7986

#dfb826 color RGB value is (223,184,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00100110
Octal 337 270 46
Decimal 223 184 38
Hex DF B8 26

RGB Percentages of Color #dfb826

%50.11
%41.35
%8.54

CMYK Percentages of Color #dfb826

%0
%17
%83
%13

Triadic Colors of #dfb826

#dfb826 #26dfb8 #b826df

Analogous Colors of #dfb826

#dfb826 #aadf26 #df5c26

Monochromatic Colors of #dfb826

#dfb826

Complementary Color

#dfb826 #264ddf

#dfb826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb826 Color CSS Codes

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

#dfb826 Text Font Color

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

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


#dfb826 Background Color

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

This div background color is #dfb826


#dfb826 Border Color

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

This div border color is #dfb826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb826


Comments

No comments written yet.

Please login to write comment.