Color Hex Logo

#dfc798 Color Hex

#DFC798
(223,199,152)
0 Favorites   0 Comments

Color spaces of #dfc798

RGB 223199152
HSL0.110.530.74
HSV40°32°87°
CMYK 0.000.110.32   0.13
XYZ56.522358.801838.0766
Yxy58.80180.36850.3833
Hunter Lab76.6823-2.622324.2372
CIE-Lab81.18251.575426.6501

#dfc798 color RGB value is (223,199,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 10011000
Octal 337 307 230
Decimal 223 199 152
Hex DF C7 98

RGB Percentages of Color #dfc798

%38.85
%34.67
%26.48

CMYK Percentages of Color #dfc798

%0
%11
%32
%13

Triadic Colors of #dfc798

#dfc798 #98dfc7 #c798df

Analogous Colors of #dfc798

#dfc798 #d4df98 #dfa498

Monochromatic Colors of #dfc798

#dfc798

Complementary Color

#dfc798 #98b0df

#dfc798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc798 Color CSS Codes

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

#dfc798 Text Font Color

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

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


#dfc798 Background Color

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

This div background color is #dfc798


#dfc798 Border Color

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

This div border color is #dfc798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc798


Comments

No comments written yet.

Please login to write comment.