Color Hex Logo

#dfa54b Color Hex

#DFA54B
(223,165,75)
0 Favorites   0 Comments

Color spaces of #dfa54b

RGB 22316575
HSL0.100.700.58
HSV36°66°87°
CMYK 0.000.260.66   0.13
XYZ45.156643.106212.5969
Yxy43.10620.44770.4274
Hunter Lab65.65537.872434.5831
CIE-Lab71.627012.446953.6274

#dfa54b color RGB value is (223,165,75).

#dfa54b hex color red value is 223, green value is 165 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dfa54b hue: 0.10 , saturation: 0.70 and the lightness value of dfa54b is 0.58.

The process color (four color CMYK) of #dfa54b color hex is 0.00, 0.26, 0.66, 0.13. Web safe color of #dfa54b is #cc9933. Color #dfa54b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 01001011
Octal 337 245 113
Decimal 223 165 75
Hex DF A5 4B

RGB Percentages of Color #dfa54b

%48.16
%35.64
%16.20

CMYK Percentages of Color #dfa54b

%0
%26
%66
%13

Triadic Colors of #dfa54b

#dfa54b #4bdfa5 #a54bdf

Analogous Colors of #dfa54b

#dfa54b #cfdf4b #df5b4b

Monochromatic Colors of #dfa54b

#dfa54b

Complementary Color

#dfa54b #4b85df

#dfa54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa54b Color CSS Codes

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

#dfa54b Text Font Color

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

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


#dfa54b Background Color

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

This div background color is #dfa54b


#dfa54b Border Color

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

This div border color is #dfa54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa54b


Comments

No comments written yet.

Please login to write comment.