Color Hex Logo

#dfd275 Color Hex

#DFD275
(223,210,117)
0 Favorites   0 Comments

Color spaces of #dfd275

RGB 223210117
HSL0.150.620.67
HSV53°48°87°
CMYK 0.000.060.48   0.13
XYZ56.688963.065526.0147
Yxy63.06550.38890.4326
Hunter Lab79.4138-11.553336.1672
CIE-Lab83.4768-7.901147.4086

#dfd275 color RGB value is (223,210,117).

#dfd275 hex color red value is 223, green value is 210 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dfd275 hue: 0.15 , saturation: 0.62 and the lightness value of dfd275 is 0.67.

The process color (four color CMYK) of #dfd275 color hex is 0.00, 0.06, 0.48, 0.13. Web safe color of #dfd275 is #cccc66. Color #dfd275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 01110101
Octal 337 322 165
Decimal 223 210 117
Hex DF D2 75

RGB Percentages of Color #dfd275

%40.55
%38.18
%21.27

CMYK Percentages of Color #dfd275

%0
%6
%48
%13

Triadic Colors of #dfd275

#dfd275 #75dfd2 #d275df

Analogous Colors of #dfd275

#dfd275 #b7df75 #df9d75

Monochromatic Colors of #dfd275

#dfd275

Complementary Color

#dfd275 #7582df

#dfd275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd275 Color CSS Codes

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

#dfd275 Text Font Color

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

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


#dfd275 Background Color

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

This div background color is #dfd275


#dfd275 Border Color

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

This div border color is #dfd275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd275


Comments

No comments written yet.

Please login to write comment.