Color Hex Logo

#dcc28a Color Hex

#DCC28A
(220,194,138)
0 Favorites   0 Comments

Color spaces of #dcc28a

RGB 220194138
HSL0.110.540.70
HSV41°37°86°
CMYK 0.000.120.37   0.14
XYZ53.394455.634231.9690
Yxy55.63420.37870.3946
Hunter Lab74.5883-2.749626.7998
CIE-Lab79.40521.332731.5627

#dcc28a color RGB value is (220,194,138).

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

The process color (four color CMYK) of #dcc28a color hex is 0.00, 0.12, 0.37, 0.14. Web safe color of #dcc28a is #cccc99. Color #dcc28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10001010
Octal 334 302 212
Decimal 220 194 138
Hex DC C2 8A

RGB Percentages of Color #dcc28a

%39.86
%35.14
%25.00

CMYK Percentages of Color #dcc28a

%0
%12
%37
%14

Triadic Colors of #dcc28a

#dcc28a #8adcc2 #c28adc

Analogous Colors of #dcc28a

#dcc28a #cddc8a #dc998a

Monochromatic Colors of #dcc28a

#dcc28a

Complementary Color

#dcc28a #8aa4dc

#dcc28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc28a Color CSS Codes

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

#dcc28a Text Font Color

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

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


#dcc28a Background Color

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

This div background color is #dcc28a


#dcc28a Border Color

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

This div border color is #dcc28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc28a


Comments

No comments written yet.

Please login to write comment.