color codes Logo

#dfa93b color codes

#DFA93B
(223,169,59)
0 Favorites   0 Comments

Color spaces of #dfa93b

RGB 22316959
HSL0.110.720.55
HSV40°74°87°
CMYK 0.000.240.74   0.13
XYZ45.408844.379710.3105
Yxy44.37970.45360.4434
Hunter Lab66.61815.089137.4563
CIE-Lab72.48169.488361.3946

#dfa93b color RGB value is (223,169,59).

#dfa93b hex color red value is 223, green value is 169 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dfa93b hue: 0.11 , saturation: 0.72 and the lightness value of dfa93b is 0.55.

The process color (four color CMYK) of #dfa93b color code is 0.00, 0.24, 0.74, 0.13. Web safe color of #dfa93b is #cc9933. Color #dfa93b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 00111011
Octal 337 251 73
Decimal 223 169 59
Hex DF A9 3B

RGB Percentages of Color #dfa93b

%49.45
%37.47
%13.08

CMYK Percentages of Color #dfa93b

%0
%24
%74
%13

Triadic Colors of #dfa93b

#dfa93b #3bdfa9 #a93bdf

Analogous Colors of #dfa93b

#dfa93b #c3df3b #df573b

Monochromatic Colors of #dfa93b

#dfa93b

Complementary Color

#dfa93b #3b71df

#dfa93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa93b Color CSS Codes

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

#dfa93b Text Font Color

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

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


#dfa93b Background Color

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

This div background color is #dfa93b


#dfa93b Border Color

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

This div border color is #dfa93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa93b


Comments

No comments written yet.

Please login to write comment.