Color Hex Logo

#dcb297 Color Hex

#DCB297
(220,178,151)
0 Favorites   0 Comments

Color spaces of #dcb297

RGB 220178151
HSL0.070.500.73
HSV23°31°86°
CMYK 0.000.190.31   0.14
XYZ51.021549.290836.1031
Yxy49.29080.37400.3613
Hunter Lab70.20746.857518.6562
CIE-Lab75.631911.392519.5577

#dcb297 color RGB value is (220,178,151).

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

The process color (four color CMYK) of #dcb297 color hex is 0.00, 0.19, 0.31, 0.14. Web safe color of #dcb297 is #cc9999. Color #dcb297 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 10010111
Octal 334 262 227
Decimal 220 178 151
Hex DC B2 97

RGB Percentages of Color #dcb297

%40.07
%32.42
%27.50

CMYK Percentages of Color #dcb297

%0
%19
%31
%14

Triadic Colors of #dcb297

#dcb297 #97dcb2 #b297dc

Analogous Colors of #dcb297

#dcb297 #dcd597 #dc979f

Monochromatic Colors of #dcb297

#dcb297

Complementary Color

#dcb297 #97c1dc

#dcb297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb297 Color CSS Codes

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

#dcb297 Text Font Color

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

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


#dcb297 Background Color

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

This div background color is #dcb297


#dcb297 Border Color

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

This div border color is #dcb297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb297


Comments

No comments written yet.

Please login to write comment.