Color Hex Logo

#dfc26d Color Hex

#DFC26D
(223,194,109)
0 Favorites   0 Comments

Color spaces of #dfc26d

RGB 223194109
HSL0.120.640.65
HSV45°51°87°
CMYK 0.000.130.51   0.13
XYZ52.483555.375722.3904
Yxy55.37570.40290.4252
Hunter Lab74.4149-4.333034.2509
CIE-Lab79.2572-0.389046.1871

#dfc26d color RGB value is (223,194,109).

#dfc26d hex color red value is 223, green value is 194 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dfc26d hue: 0.12 , saturation: 0.64 and the lightness value of dfc26d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 01101101
Octal 337 302 155
Decimal 223 194 109
Hex DF C2 6D

RGB Percentages of Color #dfc26d

%42.40
%36.88
%20.72

CMYK Percentages of Color #dfc26d

%0
%13
%51
%13

Triadic Colors of #dfc26d

#dfc26d #6ddfc2 #c26ddf

Analogous Colors of #dfc26d

#dfc26d #c3df6d #df896d

Monochromatic Colors of #dfc26d

#dfc26d

Complementary Color

#dfc26d #6d8adf

#dfc26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc26d Color CSS Codes

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

#dfc26d Text Font Color

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

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


#dfc26d Background Color

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

This div background color is #dfc26d


#dfc26d Border Color

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

This div border color is #dfc26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc26d


Comments

No comments written yet.

Please login to write comment.