Color Hex Logo

#dfc27b Color Hex

#DFC27B
(223,194,123)
0 Favorites   0 Comments

Color spaces of #dfc27b

RGB 223194123
HSL0.120.610.68
HSV43°45°87°
CMYK 0.000.130.45   0.13
XYZ53.298455.701626.6813
Yxy55.70160.39280.4105
Hunter Lab74.6335-3.135531.0474
CIE-Lab79.44370.919339.4038

#dfc27b color RGB value is (223,194,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 01111011
Octal 337 302 173
Decimal 223 194 123
Hex DF C2 7B

RGB Percentages of Color #dfc27b

%41.30
%35.93
%22.78

CMYK Percentages of Color #dfc27b

%0
%13
%45
%13

Triadic Colors of #dfc27b

#dfc27b #7bdfc2 #c27bdf

Analogous Colors of #dfc27b

#dfc27b #cadf7b #df907b

Monochromatic Colors of #dfc27b

#dfc27b

Complementary Color

#dfc27b #7b98df

#dfc27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc27b Color CSS Codes

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

#dfc27b Text Font Color

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

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


#dfc27b Background Color

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

This div background color is #dfc27b


#dfc27b Border Color

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

This div border color is #dfc27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc27b


Comments

No comments written yet.

Please login to write comment.