Color Hex Logo

#dfb231 Color Hex

#DFB231
(223,178,49)
0 Favorites   0 Comments

Color spaces of #dfb231

RGB 22317849
HSL0.120.730.53
HSV44°78°87°
CMYK 0.000.200.78   0.13
XYZ46.906247.75059.6503
Yxy47.75050.44970.4578
Hunter Lab69.10170.237640.0912
CIE-Lab74.66734.317267.1519

#dfb231 color RGB value is (223,178,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 00110001
Octal 337 262 61
Decimal 223 178 49
Hex DF B2 31

RGB Percentages of Color #dfb231

%49.56
%39.56
%10.89

CMYK Percentages of Color #dfb231

%0
%20
%78
%13

Triadic Colors of #dfb231

#dfb231 #31dfb2 #b231df

Analogous Colors of #dfb231

#dfb231 #b5df31 #df5b31

Monochromatic Colors of #dfb231

#dfb231

Complementary Color

#dfb231 #315edf

#dfb231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb231 Color CSS Codes

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

#dfb231 Text Font Color

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

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


#dfb231 Background Color

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

This div background color is #dfb231


#dfb231 Border Color

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

This div border color is #dfb231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb231


Comments

No comments written yet.

Please login to write comment.