Color Hex Logo

#dfa81b Color Hex

#DFA81B
(223,168,27)
0 Favorites   0 Comments

Color spaces of #dfa81b

RGB 22316827
HSL0.120.780.49
HSV43°88°87°
CMYK 0.000.250.88   0.13
XYZ44.631943.77247.1335
Yxy43.77240.46720.4582
Hunter Lab66.16074.634539.9198
CIE-Lab72.07618.994071.2289

#dfa81b color RGB value is (223,168,27).

#dfa81b hex color red value is 223, green value is 168 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dfa81b hue: 0.12 , saturation: 0.78 and the lightness value of dfa81b is 0.49.

The process color (four color CMYK) of #dfa81b color hex is 0.00, 0.25, 0.88, 0.13. Web safe color of #dfa81b is #cc9933. Color #dfa81b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 00011011
Octal 337 250 33
Decimal 223 168 27
Hex DF A8 1B

RGB Percentages of Color #dfa81b

%53.35
%40.19
%6.46

CMYK Percentages of Color #dfa81b

%0
%25
%88
%13

Triadic Colors of #dfa81b

#dfa81b #1bdfa8 #a81bdf

Analogous Colors of #dfa81b

#dfa81b #b4df1b #df461b

Monochromatic Colors of #dfa81b

#dfa81b

Complementary Color

#dfa81b #1b52df

#dfa81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa81b Color CSS Codes

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

#dfa81b Text Font Color

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

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


#dfa81b Background Color

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

This div background color is #dfa81b


#dfa81b Border Color

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

This div border color is #dfa81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa81b


Comments

No comments written yet.

Please login to write comment.