Color Hex Logo

#dfc658 Color Hex

#DFC658
(223,198,88)
0 Favorites   0 Comments

Color spaces of #dfc658

RGB 22319888
HSL0.140.680.61
HSV49°61°87°
CMYK 0.000.110.61   0.13
XYZ52.387056.780717.4312
Yxy56.78070.41380.4485
Hunter Lab75.3530-7.770739.0317
CIE-Lab80.0561-4.084157.0166

#dfc658 color RGB value is (223,198,88).

#dfc658 hex color red value is 223, green value is 198 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dfc658 hue: 0.14 , saturation: 0.68 and the lightness value of dfc658 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01011000
Octal 337 306 130
Decimal 223 198 88
Hex DF C6 58

RGB Percentages of Color #dfc658

%43.81
%38.90
%17.29

CMYK Percentages of Color #dfc658

%0
%11
%61
%13

Triadic Colors of #dfc658

#dfc658 #58dfc6 #c658df

Analogous Colors of #dfc658

#dfc658 #b5df58 #df8358

Monochromatic Colors of #dfc658

#dfc658

Complementary Color

#dfc658 #5871df

#dfc658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc658 Color CSS Codes

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

#dfc658 Text Font Color

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

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


#dfc658 Background Color

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

This div background color is #dfc658


#dfc658 Border Color

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

This div border color is #dfc658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc658


Comments

No comments written yet.

Please login to write comment.