Color Hex Logo

#dfc154 Color Hex

#DFC154
(223,193,84)
0 Favorites   0 Comments

Color spaces of #dfc154

RGB 22319384
HSL0.130.680.60
HSV47°62°87°
CMYK 0.000.130.62   0.13
XYZ51.101654.468016.2075
Yxy54.46800.41960.4473
Hunter Lab73.8024-5.559038.6412
CIE-Lab78.7338-1.765557.3400

#dfc154 color RGB value is (223,193,84).

#dfc154 hex color red value is 223, green value is 193 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #dfc154 hue: 0.13 , saturation: 0.68 and the lightness value of dfc154 is 0.60.

The process color (four color CMYK) of #dfc154 color hex is 0.00, 0.13, 0.62, 0.13. Web safe color of #dfc154 is #cccc66. Color #dfc154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 01010100
Octal 337 301 124
Decimal 223 193 84
Hex DF C1 54

RGB Percentages of Color #dfc154

%44.60
%38.60
%16.80

CMYK Percentages of Color #dfc154

%0
%13
%62
%13

Triadic Colors of #dfc154

#dfc154 #54dfc1 #c154df

Analogous Colors of #dfc154

#dfc154 #b8df54 #df7c54

Monochromatic Colors of #dfc154

#dfc154

Complementary Color

#dfc154 #5472df

#dfc154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc154 Color CSS Codes

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

#dfc154 Text Font Color

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

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


#dfc154 Background Color

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

This div background color is #dfc154


#dfc154 Border Color

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

This div border color is #dfc154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc154


Comments

No comments written yet.

Please login to write comment.