Color Hex Logo

#dcb492 Color Hex

#DCB492
(220,180,146)
0 Favorites   0 Comments

Color spaces of #dcb492

RGB 220180146
HSL0.080.510.72
HSV28°34°86°
CMYK 0.000.180.34   0.14
XYZ51.024849.933534.1430
Yxy49.93350.37770.3696
Hunter Lab70.66365.229920.8170
CIE-Lab76.02849.692022.7934

#dcb492 color RGB value is (220,180,146).

#dcb492 hex color red value is 220, green value is 180 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dcb492 hue: 0.08 , saturation: 0.51 and the lightness value of dcb492 is 0.72.

The process color (four color CMYK) of #dcb492 color hex is 0.00, 0.18, 0.34, 0.14. Web safe color of #dcb492 is #cccc99. Color #dcb492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 10010010
Octal 334 264 222
Decimal 220 180 146
Hex DC B4 92

RGB Percentages of Color #dcb492

%40.29
%32.97
%26.74

CMYK Percentages of Color #dcb492

%0
%18
%34
%14

Triadic Colors of #dcb492

#dcb492 #92dcb4 #b492dc

Analogous Colors of #dcb492

#dcb492 #dcd992 #dc9295

Monochromatic Colors of #dcb492

#dcb492

Complementary Color

#dcb492 #92badc

#dcb492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb492 Color CSS Codes

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

#dcb492 Text Font Color

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

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


#dcb492 Background Color

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

This div background color is #dcb492


#dcb492 Border Color

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

This div border color is #dcb492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb492


Comments

No comments written yet.

Please login to write comment.