Color Hex Logo

#dfc66b Color Hex

#DFC66B
(223,198,107)
0 Favorites   0 Comments

Color spaces of #dfc66b

RGB 223198107
HSL0.130.640.65
HSV47°52°87°
CMYK 0.000.110.52   0.13
XYZ53.279457.137722.1305
Yxy57.13770.40200.4311
Hunter Lab75.5895-6.465535.5542
CIE-Lab80.2570-2.635348.3694

#dfc66b color RGB value is (223,198,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01101011
Octal 337 306 153
Decimal 223 198 107
Hex DF C6 6B

RGB Percentages of Color #dfc66b

%42.23
%37.50
%20.27

CMYK Percentages of Color #dfc66b

%0
%11
%52
%13

Triadic Colors of #dfc66b

#dfc66b #6bdfc6 #c66bdf

Analogous Colors of #dfc66b

#dfc66b #bedf6b #df8c6b

Monochromatic Colors of #dfc66b

#dfc66b

Complementary Color

#dfc66b #6b84df

#dfc66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc66b Color CSS Codes

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

#dfc66b Text Font Color

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

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


#dfc66b Background Color

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

This div background color is #dfc66b


#dfc66b Border Color

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

This div border color is #dfc66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc66b


Comments

No comments written yet.

Please login to write comment.