Color Hex Logo

#dcb28a Color Hex

#DCB28A
(220,178,138)
0 Favorites   0 Comments

Color spaces of #dcb28a

RGB 220178138
HSL0.080.540.70
HSV29°37°86°
CMYK 0.000.190.37   0.14
XYZ50.023048.891430.8452
Yxy48.89140.38550.3768
Hunter Lab69.92245.336122.7908
CIE-Lab75.38379.793926.2054

#dcb28a color RGB value is (220,178,138).

#dcb28a hex color red value is 220, green value is 178 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dcb28a hue: 0.08 , saturation: 0.54 and the lightness value of dcb28a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 10001010
Octal 334 262 212
Decimal 220 178 138
Hex DC B2 8A

RGB Percentages of Color #dcb28a

%41.04
%33.21
%25.75

CMYK Percentages of Color #dcb28a

%0
%19
%37
%14

Triadic Colors of #dcb28a

#dcb28a #8adcb2 #b28adc

Analogous Colors of #dcb28a

#dcb28a #dcdb8a #dc8a8b

Monochromatic Colors of #dcb28a

#dcb28a

Complementary Color

#dcb28a #8ab4dc

#dcb28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb28a Color CSS Codes

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

#dcb28a Text Font Color

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

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


#dcb28a Background Color

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

This div background color is #dcb28a


#dcb28a Border Color

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

This div border color is #dcb28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb28a


Comments

No comments written yet.

Please login to write comment.