color codes Logo

#dfa16d color codes

#DFA16D
(223,161,109)
0 Favorites   0 Comments

Color spaces of #dfa16d

RGB 223161109
HSL0.080.640.65
HSV27°51°87°
CMYK 0.000.280.51   0.13
XYZ45.936642.281820.2081
Yxy42.28180.42370.3900
Hunter Lab65.024512.308727.0912
CIE-Lab71.064817.103836.0293

#dfa16d color RGB value is (223,161,109).

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

The process color (four color CMYK) of #dfa16d color code is 0.00, 0.28, 0.51, 0.13. Web safe color of #dfa16d is #cc9966. Color #dfa16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01101101
Octal 337 241 155
Decimal 223 161 109
Hex DF A1 6D

RGB Percentages of Color #dfa16d

%45.23
%32.66
%22.11

CMYK Percentages of Color #dfa16d

%0
%28
%51
%13

Triadic Colors of #dfa16d

#dfa16d #6ddfa1 #a16ddf

Analogous Colors of #dfa16d

#dfa16d #dfda6d #df6d72

Monochromatic Colors of #dfa16d

#dfa16d

Complementary Color

#dfa16d #6dabdf

#dfa16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa16d Color CSS Codes

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

#dfa16d Text Font Color

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

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


#dfa16d Background Color

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

This div background color is #dfa16d


#dfa16d Border Color

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

This div border color is #dfa16d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,161,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 #dfa16d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa16d


Comments

No comments written yet.

Please login to write comment.