Color Hex Logo

#dfb238 Color Hex

#DFB238
(223,178,56)
0 Favorites   0 Comments

Color spaces of #dfb238

RGB 22317856
HSL0.120.720.55
HSV44°75°87°
CMYK 0.000.200.75   0.13
XYZ47.065647.814310.4898
Yxy47.81430.44670.4538
Hunter Lab69.14790.487539.4092
CIE-Lab74.70774.590364.7073

#dfb238 color RGB value is (223,178,56).

#dfb238 hex color red value is 223, green value is 178 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dfb238 hue: 0.12 , saturation: 0.72 and the lightness value of dfb238 is 0.55.

The process color (four color CMYK) of #dfb238 color hex is 0.00, 0.20, 0.75, 0.13. Web safe color of #dfb238 is #cc9933. Color #dfb238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 00111000
Octal 337 262 70
Decimal 223 178 56
Hex DF B2 38

RGB Percentages of Color #dfb238

%48.80
%38.95
%12.25

CMYK Percentages of Color #dfb238

%0
%20
%75
%13

Triadic Colors of #dfb238

#dfb238 #38dfb2 #b238df

Analogous Colors of #dfb238

#dfb238 #b9df38 #df5f38

Monochromatic Colors of #dfb238

#dfb238

Complementary Color

#dfb238 #3865df

#dfb238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb238 Color CSS Codes

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

#dfb238 Text Font Color

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

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


#dfb238 Background Color

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

This div background color is #dfb238


#dfb238 Border Color

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

This div border color is #dfb238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb238


Comments

No comments written yet.

Please login to write comment.