Color Hex Logo

#dfa152 Color Hex

#DFA152
(223,161,82)
0 Favorites   0 Comments

Color spaces of #dfa152

RGB 22316182
HSL0.090.690.60
HSV34°63°87°
CMYK 0.000.280.63   0.13
XYZ44.699341.786913.6924
Yxy41.78690.44620.4171
Hunter Lab64.642810.304632.6914
CIE-Lab70.723715.018749.3232

#dfa152 color RGB value is (223,161,82).

#dfa152 hex color red value is 223, green value is 161 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dfa152 hue: 0.09 , saturation: 0.69 and the lightness value of dfa152 is 0.60.

The process color (four color CMYK) of #dfa152 color hex is 0.00, 0.28, 0.63, 0.13. Web safe color of #dfa152 is #cc9966. Color #dfa152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01010010
Octal 337 241 122
Decimal 223 161 82
Hex DF A1 52

RGB Percentages of Color #dfa152

%47.85
%34.55
%17.60

CMYK Percentages of Color #dfa152

%0
%28
%63
%13

Triadic Colors of #dfa152

#dfa152 #52dfa1 #a152df

Analogous Colors of #dfa152

#dfa152 #d7df52 #df5b52

Monochromatic Colors of #dfa152

#dfa152

Complementary Color

#dfa152 #5290df

#dfa152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa152 Color CSS Codes

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

#dfa152 Text Font Color

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

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


#dfa152 Background Color

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

This div background color is #dfa152


#dfa152 Border Color

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

This div border color is #dfa152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa152


Comments

No comments written yet.

Please login to write comment.