Color Hex Logo

#dfda7b Color Hex

#DFDA7B
(223,218,123)
0 Favorites   0 Comments

Color spaces of #dfda7b

RGB 223218123
HSL0.160.610.68
HSV57°45°87°
CMYK 0.000.020.45   0.13
XYZ59.078067.260828.6078
Yxy67.26080.38130.4341
Hunter Lab82.0127-14.939436.7272
CIE-Lab85.6355-11.374347.1368

#dfda7b color RGB value is (223,218,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 01111011
Octal 337 332 173
Decimal 223 218 123
Hex DF DA 7B

RGB Percentages of Color #dfda7b

%39.54
%38.65
%21.81

CMYK Percentages of Color #dfda7b

%0
%2
%45
%13

Triadic Colors of #dfda7b

#dfda7b #7bdfda #da7bdf

Analogous Colors of #dfda7b

#dfda7b #b2df7b #dfa87b

Monochromatic Colors of #dfda7b

#dfda7b

Complementary Color

#dfda7b #7b80df

#dfda7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda7b Color CSS Codes

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

#dfda7b Text Font Color

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

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


#dfda7b Background Color

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

This div background color is #dfda7b


#dfda7b Border Color

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

This div border color is #dfda7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda7b


Comments

No comments written yet.

Please login to write comment.