Color Hex Logo

#dfa832 Color Hex

#DFA832
(223,168,50)
0 Favorites   0 Comments

Color spaces of #dfa832

RGB 22316850
HSL0.110.730.54
HSV41°78°87°
CMYK 0.000.250.78   0.13
XYZ45.009843.92359.1234
Yxy43.92350.45900.4479
Hunter Lab66.27485.245438.2305
CIE-Lab72.17739.651464.5123

#dfa832 color RGB value is (223,168,50).

#dfa832 hex color red value is 223, green value is 168 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #dfa832 hue: 0.11 , saturation: 0.73 and the lightness value of dfa832 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 00110010
Octal 337 250 62
Decimal 223 168 50
Hex DF A8 32

RGB Percentages of Color #dfa832

%50.57
%38.10
%11.34

CMYK Percentages of Color #dfa832

%0
%25
%78
%13

Triadic Colors of #dfa832

#dfa832 #32dfa8 #a832df

Analogous Colors of #dfa832

#dfa832 #c0df32 #df5232

Monochromatic Colors of #dfa832

#dfa832

Complementary Color

#dfa832 #3269df

#dfa832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa832 Color CSS Codes

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

#dfa832 Text Font Color

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

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


#dfa832 Background Color

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

This div background color is #dfa832


#dfa832 Border Color

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

This div border color is #dfa832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa832


Comments

No comments written yet.

Please login to write comment.