Color Hex Logo

#dcc798 Color Hex

#DCC798
(220,199,152)
0 Favorites   0 Comments

Color spaces of #dcc798

RGB 220199152
HSL0.120.490.73
HSV41°31°86°
CMYK 0.000.100.31   0.14
XYZ55.606158.329538.0337
Yxy58.32950.36590.3838
Hunter Lab76.3738-3.692023.9355
CIE-Lab80.92160.415726.2533

#dcc798 color RGB value is (220,199,152).

#dcc798 hex color red value is 220, green value is 199 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dcc798 hue: 0.12 , saturation: 0.49 and the lightness value of dcc798 is 0.73.

The process color (four color CMYK) of #dcc798 color hex is 0.00, 0.10, 0.31, 0.14. Web safe color of #dcc798 is #cccc99. Color #dcc798 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10011000
Octal 334 307 230
Decimal 220 199 152
Hex DC C7 98

RGB Percentages of Color #dcc798

%38.53
%34.85
%26.62

CMYK Percentages of Color #dcc798

%0
%10
%31
%14

Triadic Colors of #dcc798

#dcc798 #98dcc7 #c798dc

Analogous Colors of #dcc798

#dcc798 #cfdc98 #dca598

Monochromatic Colors of #dcc798

#dcc798

Complementary Color

#dcc798 #98addc

#dcc798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc798 Color CSS Codes

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

#dcc798 Text Font Color

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

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


#dcc798 Background Color

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

This div background color is #dcc798


#dcc798 Border Color

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

This div border color is #dcc798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc798


Comments

No comments written yet.

Please login to write comment.