Color Hex Logo

#dcb090 Color Hex

#DCB090
(220,176,144)
0 Favorites   0 Comments

Color spaces of #dcb090

RGB 220176144
HSL0.070.520.71
HSV25°35°86°
CMYK 0.000.200.35   0.14
XYZ50.074648.279933.0653
Yxy48.27990.38100.3674
Hunter Lab69.48377.042420.4242
CIE-Lab75.001111.581722.4671

#dcb090 color RGB value is (220,176,144).

#dcb090 hex color red value is 220, green value is 176 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dcb090 hue: 0.07 , saturation: 0.52 and the lightness value of dcb090 is 0.71.

The process color (four color CMYK) of #dcb090 color hex is 0.00, 0.20, 0.35, 0.14. Web safe color of #dcb090 is #cc9999. Color #dcb090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10010000
Octal 334 260 220
Decimal 220 176 144
Hex DC B0 90

RGB Percentages of Color #dcb090

%40.74
%32.59
%26.67

CMYK Percentages of Color #dcb090

%0
%20
%35
%14

Triadic Colors of #dcb090

#dcb090 #90dcb0 #b090dc

Analogous Colors of #dcb090

#dcb090 #dcd690 #dc9096

Monochromatic Colors of #dcb090

#dcb090

Complementary Color

#dcb090 #90bcdc

#dcb090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb090 Color CSS Codes

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

#dcb090 Text Font Color

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

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


#dcb090 Background Color

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

This div background color is #dcb090


#dcb090 Border Color

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

This div border color is #dcb090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb090


Comments

No comments written yet.

Please login to write comment.