color codes Logo

#dfd28d color codes

#DFD28D
(223,210,141)
0 Favorites   0 Comments

Color spaces of #dfd28d

RGB 223210141
HSL0.140.560.71
HSV50°37°87°
CMYK 0.000.060.37   0.13
XYZ58.285763.704234.4235
Yxy63.70420.37260.4073
Hunter Lab79.8149-9.324530.2992
CIE-Lab83.8115-5.428635.8414

#dfd28d color RGB value is (223,210,141).

#dfd28d hex color red value is 223, green value is 210 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dfd28d hue: 0.14 , saturation: 0.56 and the lightness value of dfd28d is 0.71.

The process color (four color CMYK) of #dfd28d color code is 0.00, 0.06, 0.37, 0.13. Web safe color of #dfd28d is #cccc99. Color #dfd28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 10001101
Octal 337 322 215
Decimal 223 210 141
Hex DF D2 8D

RGB Percentages of Color #dfd28d

%38.85
%36.59
%24.56

CMYK Percentages of Color #dfd28d

%0
%6
%37
%13

Triadic Colors of #dfd28d

#dfd28d #8ddfd2 #d28ddf

Analogous Colors of #dfd28d

#dfd28d #c3df8d #dfa98d

Monochromatic Colors of #dfd28d

#dfd28d

Complementary Color

#dfd28d #8d9adf

#dfd28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd28d Color CSS Codes

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

#dfd28d Text Font Color

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

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


#dfd28d Background Color

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

This div background color is #dfd28d


#dfd28d Border Color

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

This div border color is #dfd28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd28d


Comments

No comments written yet.

Please login to write comment.