color codes Logo

#dfc65f color codes

#DFC65F
(223,198,95)
0 Favorites   0 Comments

Color spaces of #dfc65f

RGB 22319895
HSL0.130.670.62
HSV48°57°87°
CMYK 0.000.110.57   0.13
XYZ52.691156.902419.0326
Yxy56.90240.40960.4424
Hunter Lab75.4337-7.325137.8442
CIE-Lab80.1247-3.588053.9062

#dfc65f color RGB value is (223,198,95).

#dfc65f hex color red value is 223, green value is 198 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dfc65f hue: 0.13 , saturation: 0.67 and the lightness value of dfc65f is 0.62.

The process color (four color CMYK) of #dfc65f color code is 0.00, 0.11, 0.57, 0.13. Web safe color of #dfc65f is #cccc66. Color #dfc65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01011111
Octal 337 306 137
Decimal 223 198 95
Hex DF C6 5F

RGB Percentages of Color #dfc65f

%43.22
%38.37
%18.41

CMYK Percentages of Color #dfc65f

%0
%11
%57
%13

Triadic Colors of #dfc65f

#dfc65f #5fdfc6 #c65fdf

Analogous Colors of #dfc65f

#dfc65f #b8df5f #df865f

Monochromatic Colors of #dfc65f

#dfc65f

Complementary Color

#dfc65f #5f78df

#dfc65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc65f Color CSS Codes

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

#dfc65f Text Font Color

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

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


#dfc65f Background Color

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

This div background color is #dfc65f


#dfc65f Border Color

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

This div border color is #dfc65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc65f


Comments

No comments written yet.

Please login to write comment.