Color Hex Logo

#dcc797 Color Hex

#DCC797
(220,199,151)
0 Favorites   0 Comments

Color spaces of #dcc797

RGB 220199151
HSL0.120.500.73
HSV42°31°86°
CMYK 0.000.100.31   0.14
XYZ55.524558.296937.6041
Yxy58.29690.36670.3850
Hunter Lab76.3524-3.809124.2459
CIE-Lab80.90360.288926.7544

#dcc797 color RGB value is (220,199,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10010111
Octal 334 307 227
Decimal 220 199 151
Hex DC C7 97

RGB Percentages of Color #dcc797

%38.60
%34.91
%26.49

CMYK Percentages of Color #dcc797

%0
%10
%31
%14

Triadic Colors of #dcc797

#dcc797 #97dcc7 #c797dc

Analogous Colors of #dcc797

#dcc797 #cfdc97 #dca597

Monochromatic Colors of #dcc797

#dcc797

Complementary Color

#dcc797 #97acdc

#dcc797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc797 Color CSS Codes

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

#dcc797 Text Font Color

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

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


#dcc797 Background Color

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

This div background color is #dcc797


#dcc797 Border Color

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

This div border color is #dcc797


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,199,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc797


Comments

No comments written yet.

Please login to write comment.