Color Hex Logo

#dfc198 Color Hex

#DFC198
(223,193,152)
0 Favorites   0 Comments

Color spaces of #dfc198

RGB 223193152
HSL0.100.530.74
HSV35°32°87°
CMYK 0.000.130.32   0.13
XYZ55.168956.094937.6254
Yxy56.09490.37050.3768
Hunter Lab74.89650.414522.6423
CIE-Lab79.66784.721324.5973

#dfc198 color RGB value is (223,193,152).

#dfc198 hex color red value is 223, green value is 193 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dfc198 hue: 0.10 , saturation: 0.53 and the lightness value of dfc198 is 0.74.

The process color (four color CMYK) of #dfc198 color hex is 0.00, 0.13, 0.32, 0.13. Web safe color of #dfc198 is #cccc99. Color #dfc198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 10011000
Octal 337 301 230
Decimal 223 193 152
Hex DF C1 98

RGB Percentages of Color #dfc198

%39.26
%33.98
%26.76

CMYK Percentages of Color #dfc198

%0
%13
%32
%13

Triadic Colors of #dfc198

#dfc198 #98dfc1 #c198df

Analogous Colors of #dfc198

#dfc198 #dadf98 #df9e98

Monochromatic Colors of #dfc198

#dfc198

Complementary Color

#dfc198 #98b6df

#dfc198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc198 Color CSS Codes

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

#dfc198 Text Font Color

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

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


#dfc198 Background Color

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

This div background color is #dfc198


#dfc198 Border Color

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

This div border color is #dfc198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc198


Comments

No comments written yet.

Please login to write comment.