Color Hex Logo

#dca248 Color Hex

#DCA248
(220,162,72)
0 Favorites   0 Comments

Color spaces of #dca248

RGB 22016272
HSL0.100.680.57
HSV36°67°86°
CMYK 0.000.260.67   0.14
XYZ43.605241.524211.8476
Yxy41.52420.44960.4282
Hunter Lab64.43938.019834.2066
CIE-Lab70.541612.605053.7280

#dca248 color RGB value is (220,162,72).

#dca248 hex color red value is 220, green value is 162 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dca248 hue: 0.10 , saturation: 0.68 and the lightness value of dca248 is 0.57.

The process color (four color CMYK) of #dca248 color hex is 0.00, 0.26, 0.67, 0.14. Web safe color of #dca248 is #cc9933. Color #dca248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01001000
Octal 334 242 110
Decimal 220 162 72
Hex DC A2 48

RGB Percentages of Color #dca248

%48.46
%35.68
%15.86

CMYK Percentages of Color #dca248

%0
%26
%67
%14

Triadic Colors of #dca248

#dca248 #48dca2 #a248dc

Analogous Colors of #dca248

#dca248 #ccdc48 #dc5848

Monochromatic Colors of #dca248

#dca248

Complementary Color

#dca248 #4882dc

#dca248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca248 Color CSS Codes

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

#dca248 Text Font Color

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

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


#dca248 Background Color

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

This div background color is #dca248


#dca248 Border Color

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

This div border color is #dca248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca248


Comments

No comments written yet.

Please login to write comment.