color codes Logo

#dfc08d color codes

#DFC08D
(223,192,141)
0 Favorites   0 Comments

Color spaces of #dfc08d

RGB 223192141
HSL0.100.560.71
HSV37°37°87°
CMYK 0.000.140.37   0.13
XYZ54.088855.310333.0245
Yxy55.31030.37980.3884
Hunter Lab74.3709-0.328825.7318
CIE-Lab79.21973.913129.7957

#dfc08d color RGB value is (223,192,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10001101
Octal 337 300 215
Decimal 223 192 141
Hex DF C0 8D

RGB Percentages of Color #dfc08d

%40.11
%34.53
%25.36

CMYK Percentages of Color #dfc08d

%0
%14
%37
%13

Triadic Colors of #dfc08d

#dfc08d #8ddfc0 #c08ddf

Analogous Colors of #dfc08d

#dfc08d #d5df8d #df978d

Monochromatic Colors of #dfc08d

#dfc08d

Complementary Color

#dfc08d #8dacdf

#dfc08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc08d Color CSS Codes

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

#dfc08d Text Font Color

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

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


#dfc08d Background Color

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

This div background color is #dfc08d


#dfc08d Border Color

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

This div border color is #dfc08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc08d


Comments

No comments written yet.

Please login to write comment.