Color Hex Logo

#dfa452 Color Hex

#DFA452
(223,164,82)
0 Favorites   0 Comments

Color spaces of #dfa452

RGB 22316482
HSL0.100.690.60
HSV35°63°87°
CMYK 0.000.260.63   0.13
XYZ45.229942.848113.8693
Yxy42.84810.44370.4203
Hunter Lab65.45858.786033.2586
CIE-Lab71.451813.413250.1487

#dfa452 color RGB value is (223,164,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01010010
Octal 337 244 122
Decimal 223 164 82
Hex DF A4 52

RGB Percentages of Color #dfa452

%47.55
%34.97
%17.48

CMYK Percentages of Color #dfa452

%0
%26
%63
%13

Triadic Colors of #dfa452

#dfa452 #52dfa4 #a452df

Analogous Colors of #dfa452

#dfa452 #d4df52 #df5e52

Monochromatic Colors of #dfa452

#dfa452

Complementary Color

#dfa452 #528ddf

#dfa452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa452 Color CSS Codes

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

#dfa452 Text Font Color

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

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


#dfa452 Background Color

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

This div background color is #dfa452


#dfa452 Border Color

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

This div border color is #dfa452


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,164,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 #dfa452">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa452

#dfa452 Color Palettes


Comments

No comments written yet.

Please login to write comment.