Color Hex Logo

#dfc481 Color Hex

#DFC481
(223,196,129)
0 Favorites   0 Comments

Color spaces of #dfc481

RGB 223196129
HSL0.120.590.69
HSV43°42°87°
CMYK 0.000.120.42   0.13
XYZ54.133856.752828.8701
Yxy56.75280.38730.4061
Hunter Lab75.3345-3.568830.0127
CIE-Lab80.04040.490537.0998

#dfc481 color RGB value is (223,196,129).

#dfc481 hex color red value is 223, green value is 196 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dfc481 hue: 0.12 , saturation: 0.59 and the lightness value of dfc481 is 0.69.

The process color (four color CMYK) of #dfc481 color hex is 0.00, 0.12, 0.42, 0.13. Web safe color of #dfc481 is #cccc99. Color #dfc481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10000001
Octal 337 304 201
Decimal 223 196 129
Hex DF C4 81

RGB Percentages of Color #dfc481

%40.69
%35.77
%23.54

CMYK Percentages of Color #dfc481

%0
%12
%42
%13

Triadic Colors of #dfc481

#dfc481 #81dfc4 #c481df

Analogous Colors of #dfc481

#dfc481 #cbdf81 #df9581

Monochromatic Colors of #dfc481

#dfc481

Complementary Color

#dfc481 #819cdf

#dfc481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc481 Color CSS Codes

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

#dfc481 Text Font Color

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

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


#dfc481 Background Color

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

This div background color is #dfc481


#dfc481 Border Color

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

This div border color is #dfc481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc481


Comments

No comments written yet.

Please login to write comment.