Color Hex Logo

#dcca61 Color Hex

#DCCA61
(220,202,97)
0 Favorites   0 Comments

Color spaces of #dcca61

RGB 22020297
HSL0.140.640.62
HSV51°56°86°
CMYK 0.000.080.56   0.14
XYZ52.793458.319819.7836
Yxy58.31980.40330.4455
Hunter Lab76.3674-10.244538.0976
CIE-Lab80.9163-6.734453.8191

#dcca61 color RGB value is (220,202,97).

#dcca61 hex color red value is 220, green value is 202 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dcca61 hue: 0.14 , saturation: 0.64 and the lightness value of dcca61 is 0.62.

The process color (four color CMYK) of #dcca61 color hex is 0.00, 0.08, 0.56, 0.14. Web safe color of #dcca61 is #cccc66. Color #dcca61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 01100001
Octal 334 312 141
Decimal 220 202 97
Hex DC CA 61

RGB Percentages of Color #dcca61

%42.39
%38.92
%18.69

CMYK Percentages of Color #dcca61

%0
%8
%56
%14

Triadic Colors of #dcca61

#dcca61 #61dcca #ca61dc

Analogous Colors of #dcca61

#dcca61 #b1dc61 #dc8d61

Monochromatic Colors of #dcca61

#dcca61

Complementary Color

#dcca61 #6173dc

#dcca61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca61 Color CSS Codes

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

#dcca61 Text Font Color

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

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


#dcca61 Background Color

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

This div background color is #dcca61


#dcca61 Border Color

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

This div border color is #dcca61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca61

#dcca61 Color Palettes


Comments

No comments written yet.

Please login to write comment.