Color Hex Logo

#dfd47b Color Hex

#DFD47B
(223,212,123)
0 Favorites   0 Comments

Color spaces of #dfd47b

RGB 223212123
HSL0.150.610.68
HSV53°45°87°
CMYK 0.000.050.45   0.13
XYZ57.550164.205028.0985
Yxy64.20500.38400.4285
Hunter Lab80.1280-12.020535.2984
CIE-Lab84.0724-8.347645.2066

#dfd47b color RGB value is (223,212,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 01111011
Octal 337 324 173
Decimal 223 212 123
Hex DF D4 7B

RGB Percentages of Color #dfd47b

%39.96
%37.99
%22.04

CMYK Percentages of Color #dfd47b

%0
%5
%45
%13

Triadic Colors of #dfd47b

#dfd47b #7bdfd4 #d47bdf

Analogous Colors of #dfd47b

#dfd47b #b8df7b #dfa27b

Monochromatic Colors of #dfd47b

#dfd47b

Complementary Color

#dfd47b #7b86df

#dfd47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd47b Color CSS Codes

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

#dfd47b Text Font Color

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

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


#dfd47b Background Color

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

This div background color is #dfd47b


#dfd47b Border Color

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

This div border color is #dfd47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd47b


Comments

No comments written yet.

Please login to write comment.