Color Hex Logo

#dfa33b Color Hex

#DFA33B
(223,163,59)
0 Favorites   0 Comments

Color spaces of #dfa33b

RGB 22316359
HSL0.110.720.55
HSV38°74°87°
CMYK 0.000.270.74   0.13
XYZ44.318042.19819.9469
Yxy42.19810.45940.4375
Hunter Lab64.96018.098836.3934
CIE-Lab71.007312.687759.9372

#dfa33b color RGB value is (223,163,59).

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

The process color (four color CMYK) of #dfa33b color hex is 0.00, 0.27, 0.74, 0.13. Web safe color of #dfa33b is #cc9933. Color #dfa33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 00111011
Octal 337 243 73
Decimal 223 163 59
Hex DF A3 3B

RGB Percentages of Color #dfa33b

%50.11
%36.63
%13.26

CMYK Percentages of Color #dfa33b

%0
%27
%74
%13

Triadic Colors of #dfa33b

#dfa33b #3bdfa3 #a33bdf

Analogous Colors of #dfa33b

#dfa33b #c9df3b #df513b

Monochromatic Colors of #dfa33b

#dfa33b

Complementary Color

#dfa33b #3b77df

#dfa33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa33b Color CSS Codes

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

#dfa33b Text Font Color

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

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


#dfa33b Background Color

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

This div background color is #dfa33b


#dfa33b Border Color

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

This div border color is #dfa33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa33b


Comments

No comments written yet.

Please login to write comment.